Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placate a bunch of Allman style violation for #8805 #8817

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Placate a bunch of Allman style violation for #8805

0f17fc2
Select commit
Loading
Failed to load commit list.
Open

Placate a bunch of Allman style violation for #8805 #8817

Placate a bunch of Allman style violation for #8805
0f17fc2
Select commit
Loading
Failed to load commit list.
Cirrus CI / Ubuntu 18.04 x64 failed Dec 15, 2023 in 7m 16s

Task Summary

Instruction test_phobos failed in 01:41

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:16 install_git
✅ 00:02 clone_dmd
✅ 00:31 install_prerequisites
✅ 00:04 install_host_compiler
✅ 00:01 setup_repos
✅ 01:54 build
✅ 02:18 test_dmd
✅ 00:18 test_druntime
❌ 01:41 test_phobos

make[1]: Leaving directory '/tmp/cirrus-ci-build'
posix.mak:332: recipe for target 'unittest-release' failed
make: *** [unittest-release] Error 2
make: *** Waiting for unfinished jobs....
0.000s PASS debug64 std.format.spec
0.001s PASS debug64 std.format.write
0.002s PASS debug64 std.format.internal.write
0.000s PASS debug64 std.logger.nulllogger
0.001s PASS debug64 std.logger.filelogger
0.049s PASS debug64 std.format.internal.floats
0.000s PASS debug64 std.logger.multilogger
0.000s PASS debug64 std.math.algebraic
0.000s PASS debug64 std.math.exponential
0.000s PASS debug64 std.math.hardware
0.000s PASS debug64 std.math.operations
0.000s PASS debug64 std.math
0.000s PASS debug64 std.math.remainder
0.000s PASS debug64 std.math.rounding
0.000s PASS debug64 std.math.traits
0.000s PASS debug64 std.math.trigonometry
0.003s PASS debug64 std.net.isemail
0.020s PASS debug64 std.net.curl
0.000s PASS debug64 std.range.interfaces
****** FAIL debug64 std.logger.core
core.exception.AssertError@std/logger/core.d(1817): unittest failure
----------------
??:? onAssertErrorMsg [0x7ec3a5509a99]
??:? onUnittestErrorMsg [0x7ec3a5509b1d]
??:? _d_unittest_msg [0x7ec3a5509e54]
??:? _d_unittest [0x7ec3a5509e95]
??:? _d_unittestp [0x7ec3a5509e0d]
??:? @safe void std.logger.core.__unittest_L1771_C7() [0x7ec3a4f1435b]
??:? void std.logger.core.__modtest() [0x7ec3a4f3f3d1]
../dmd/druntime/src/test_runner.d:73 [0x5824d435194b]
../dmd/druntime/src/test_runner.d:44 [0x5824d4351851]
../dmd/druntime/src/test_runner.d:25 [0x5824d4351687]
??:? runModuleUnitTests [0x7ec3a550cf55]
??:? void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int function(char[][])*).runAll() [0x7ec3a554a575]
??:? void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int function(char[][])*).tryExec(scope void delegate()) [0x7ec3a554a4f0]
??:? _d_run_main2 [0x7ec3a554a456]
??:? _d_run_main [0x7ec3a554a18a]
../dmd/druntime/import/core/internal/entrypoint.d:29 [0x5824d4351b89]
??:? __libc_start_main [0x7ec3a0ea1c86]
??:? [0x5824d4351489]
posix.mak:422: recipe for target 'unittest/std/logger/core.run' failed
make[1]: *** [unittest/std/logger/core.run] Error 1
make[1]: *** Waiting for unfinished jobs....
0.000s PASS debug64 std.range.primitives
0.014s PASS debug64 std.range
0.421s PASS debug64 std.uni
make[1]: Leaving directory '/tmp/cirrus-ci-build'
posix.mak:332: recipe for target 'unittest-debug' failed
make: *** [unittest-debug] Error 2
make: Leaving directory '/tmp/cirrus-ci-build'

Exit status: 2