Opened 8 years ago

Last modified 5 years ago

#10039 new Bugs

library_status fails invalid bin directory structure

Reported by: Niklas Angare <li51ckf02@…> Owned by: -
Milestone: To Be Determined Component: Regression Testing USE GITHUB
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

When I run tools/regression/src/library_test_all.sh on Boost 1.55, it fails to generate proper reports for many libraries. The library_status.html generated for those libraries has a header but no results table. The error message from library_status is the following:

**** exception(205): std::string: invalid bin directory structure
******** errors detected; see standard output for details ********

One directory where it fails is bin.v2\libs\asio\test\generic_basic_endpoint.test\qcc-arm_4.4.2_0x\debug\debug-symbols-off\target-os-qnxnto\threading-multi. It contains the files generic_basic_endpoint, generic_basic_endpoint.test and test_log.xml as well as the directory generic which contains the files basic_endpoint.o and test_log.xml.

The testing script was started as follows: C:\Arbete\boost\boost_1_55_0>tools\regression\src\library_test_all.sh toolset=qcc-arm_4.4.2_0x testing.launcher=z:\boost-kompilering\remote-test.bat target-os=qnxnto debug-symbols=off -l240 -j8 2>&1

I've verified that the problem remains on the current git develop branch (commit 195baf8a), running on Ubuntu. Full output and command line in the attached text file.

Googling for the error message turns up results from august last year with no solution.

Attachments (1)

invalid bin directory structure.txt (16.0 KB ) - added by Niklas Angare <li51ckf02@…> 8 years ago.
Output and command line

Download all attachments as: .zip

Change History (4)

by Niklas Angare <li51ckf02@…>, 8 years ago

Output and command line

comment:1 by Niklas Angare <li51ckf02@…>, 8 years ago

Correction: It was the master branch commit 195baf8a, not develop.

comment:2 by René Rivera, 8 years ago

Status: newassigned

The master branch hasn't been update in a long time. And the plan is to get rid of the master branch entirely. Could you try the develop branch of the regression subrepo https://github.com/boostorg/regression.

comment:3 by René Rivera, 5 years ago

Owner: changed from René Rivera to -
Status: assignednew
Note: See TracTickets for help on using tickets.