01JE79XW5Z6VCXEZ02FXPWYMCY: x86_64-unknown-illumos

BasicConfig {
    output_rules: [],
    rust_toolchain: None,
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JE79Y3VB38RZ36SSJ63TCVD5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-03T22:24:40.933Zjob assigned to worker 01JE79Y5S8HW3ECTD0Z23792FC [factory aws, i-0393695df43456b0e] (queued for 1 m 11 s)
 
22024-12-03T22:24:48.694Zstarting task 0: "setup"
32024-12-03T22:24:48.702Z++ uname -s
42024-12-03T22:24:48.704Z+ kern=SunOS
52024-12-03T22:24:48.704Z+ case "$kern" in
62024-12-03T22:24:48.704Z+ groupadd -g 12345 build
72024-12-03T22:24:48.707Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-03T22:24:50.712Z+ zfs create -o mountpoint=/work rpool/work
92024-12-03T22:24:50.789Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-03T22:24:50.792Z+ home_fs=zfs
112024-12-03T22:24:50.792Z+ [[ zfs == autofs ]]
122024-12-03T22:24:50.793Z+ mkdir -p /home/build
132024-12-03T22:24:50.793Z+ chown build:build /home/build /work
142024-12-03T22:24:52.794Z+ chmod 0700 /home/build /work
152024-12-03T22:24:52.796Zprocess exited: duration 4103 ms, exit code 0
 
162024-12-03T22:24:52.802Zstarting task 1: "authentication"
172024-12-03T22:24:52.819Zprocess exited: duration 16 ms, exit code 0
 
182024-12-03T22:24:52.825Zstarting task 2: "clone repository"
192024-12-03T22:24:52.828Z+ mkdir -p /work/sunshowers/libc
202024-12-03T22:24:52.830Z+ git clone https://github.com/sunshowers/libc /work/sunshowers/libc
212024-12-03T22:24:53.090ZCloning into '/work/sunshowers/libc'...
222024-12-03T22:24:56.161Z+ cd /work/sunshowers/libc
232024-12-03T22:24:56.164Z+ git fetch origin add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0
242024-12-03T22:24:56.427ZFrom https://github.com/sunshowers/libc
252024-12-03T22:24:56.427Z * branch add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0 -> FETCH_HEAD
262024-12-03T22:24:56.434Z+ [[ -n illumos-ci-2 ]]
272024-12-03T22:24:56.436Z++ git branch --show-current
282024-12-03T22:24:56.438Z+ current=main
292024-12-03T22:24:56.439Z+ [[ main != illumos-ci-2 ]]
302024-12-03T22:24:56.439Z+ git branch -f illumos-ci-2 add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0
312024-12-03T22:24:56.441Z+ git checkout -f illumos-ci-2
322024-12-03T22:24:56.477ZSwitched to branch 'illumos-ci-2'
332024-12-03T22:24:56.480Z+ git reset --hard add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0
342024-12-03T22:24:56.512ZHEAD is now at add75445 illumos: add CI using Buildomat
352024-12-03T22:24:56.514Zprocess exited: duration 3689 ms, exit code 0
 
362024-12-03T22:24:56.519Zstarting task 3: "build"
372024-12-03T22:24:56.528Z+ export TARGET=x86_64-unknown-illumos
382024-12-03T22:24:56.530Z+ TARGET=x86_64-unknown-illumos
392024-12-03T22:24:56.530Z+ export CARGO_TERM_COLOR=always
402024-12-03T22:24:56.531Z+ CARGO_TERM_COLOR=always
412024-12-03T22:24:56.531Z+ banner install
422024-12-03T22:24:56.547Z
432024-12-03T22:24:56.547Z # # # #### ##### ## # #
442024-12-03T22:24:56.547Z # ## # # # # # # #
452024-12-03T22:24:56.547Z # # # # #### # # # # #
462024-12-03T22:24:56.547Z # # # # # # ###### # #
472024-12-03T22:24:56.547Z # # ## # # # # # # #
482024-12-03T22:24:56.547Z # # # #### # # # ###### ######
492024-12-03T22:24:56.547Z
502024-12-03T22:24:56.550Z+ TOOLCHAIN=stable
512024-12-03T22:24:56.550Z+ INSTALL_RUSTUP=1
522024-12-03T22:24:56.550Z+ ptime -m sh ci/install-rust.sh
532024-12-03T22:24:56.553Z+ echo 'Setup toolchain'
542024-12-03T22:24:56.553ZSetup toolchain
552024-12-03T22:24:56.553Z+ toolchain=stable
562024-12-03T22:24:56.553Z+ os=''
572024-12-03T22:24:56.553Z+ install_rustup=1
582024-12-03T22:24:56.635Z+ uname -s
592024-12-03T22:24:56.637Z+ os=solarish
602024-12-03T22:24:56.637Z+ [ 1 '=' 1 ]
612024-12-03T22:24:56.637Z+ echo 'Install rustup'
622024-12-03T22:24:56.637ZInstall rustup
632024-12-03T22:24:56.637Z+ RUSTUP_INIT_SKIP_PATH_CHECK=yes
642024-12-03T22:24:56.637Z+ export RUSTUP_INIT_SKIP_PATH_CHECK
652024-12-03T22:24:56.637Z+ sh -s -- -y --default-toolchain none
662024-12-03T22:24:56.637Z+ curl https://sh.rustup.rs -sSf
672024-12-03T22:24:56.734Zinfo: downloading installer
682024-12-03T22:24:57.890Zinfo: profile set to 'default'
692024-12-03T22:24:57.890Zinfo: default host triple is x86_64-unknown-illumos
702024-12-03T22:24:57.890Z
712024-12-03T22:24:57.890Zinfo: skipping toolchain installation
722024-12-03T22:24:57.893Z
732024-12-03T22:24:57.893ZRust is installed now. Great!
742024-12-03T22:24:57.893Z
752024-12-03T22:24:57.893ZTo get started you may need to restart your current shell.
762024-12-03T22:24:57.893ZThis would reload your PATH environment variable to include
772024-12-03T22:24:57.893ZCargo's bin directory ($HOME/.cargo/bin).
782024-12-03T22:24:57.893Z
792024-12-03T22:24:57.893ZTo configure your current shell, you need to source
802024-12-03T22:24:57.893Zthe corresponding env file under $HOME/.cargo.
812024-12-03T22:24:57.893Z
822024-12-03T22:24:57.893ZThis is usually done by running one of the following (note the leading DOT):
832024-12-03T22:24:57.893Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
842024-12-03T22:24:57.893Zsource "$HOME/.cargo/env.fish" # For fish
852024-12-03T22:24:57.896Z+ . /home/build/.cargo/env
862024-12-03T22:24:57.896Z+ PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:
872024-12-03T22:24:57.896Z+ PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-12-03T22:24:57.896Z+ [ solarish '=' windows ]
892024-12-03T22:24:57.896Z+ rustup set profile minimal
902024-12-03T22:24:57.898Zinfo: profile set to 'minimal'
912024-12-03T22:24:57.898Z+ rustup update --force stable
922024-12-03T22:24:57.902Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
932024-12-03T22:24:58.061Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
942024-12-03T22:24:58.061Zinfo: downloading component 'cargo'
952024-12-03T22:24:58.946Zinfo: downloading component 'rust-std'
962024-12-03T22:25:00.747Zinfo: downloading component 'rustc'
972024-12-03T22:25:07.532Zinfo: installing component 'cargo'
982024-12-03T22:25:08.336Zinfo: installing component 'rust-std'
992024-12-03T22:25:09.922Zinfo: installing component 'rustc'
1002024-12-03T22:25:15.462Z
1012024-12-03T22:25:15.826Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
1022024-12-03T22:25:15.826Z
1032024-12-03T22:25:15.828Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
1042024-12-03T22:25:15.828Zinfo: checking for self-update
1052024-12-03T22:25:15.931Z+ rustup default stable
1062024-12-03T22:25:15.936Zinfo: using existing install for 'stable-x86_64-unknown-illumos'
1072024-12-03T22:25:15.938Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
1082024-12-03T22:25:15.938Z
1092024-12-03T22:25:15.970Z stable-x86_64-unknown-illumos unchanged - rustc 1.83.0 (90b35a623 2024-11-26)
1102024-12-03T22:25:15.970Z
1112024-12-03T22:25:15.973Z+ [ -n x86_64-unknown-illumos ]
1122024-12-03T22:25:15.973Z+ echo 'Install target'
1132024-12-03T22:25:15.973ZInstall target
1142024-12-03T22:25:15.973Z+ rustup target add x86_64-unknown-illumos
1152024-12-03T22:25:16.074Zinfo: component 'rust-std' for target 'x86_64-unknown-illumos' is up to date
1162024-12-03T22:25:16.081Z+ [ -n '' ]
1172024-12-03T22:25:16.081ZQuery rust and cargo versions
1182024-12-03T22:25:16.081Z+ [ solarish '=' windows ]
1192024-12-03T22:25:16.081Z+ echo 'Query rust and cargo versions'
1202024-12-03T22:25:16.081Z+ rustc -Vv
1212024-12-03T22:25:16.143Zrustc 1.83.0 (90b35a623 2024-11-26)
1222024-12-03T22:25:16.143Zbinary: rustc
1232024-12-03T22:25:16.143Zcommit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf
1242024-12-03T22:25:16.143Zcommit-date: 2024-11-26
1252024-12-03T22:25:16.143Zhost: x86_64-unknown-illumos
1262024-12-03T22:25:16.143Zrelease: 1.83.0
1272024-12-03T22:25:16.146ZLLVM version: 19.1.1
1282024-12-03T22:25:16.149Z+ cargo -V
1292024-12-03T22:25:16.196Zcargo 1.83.0 (5ffbef321 2024-10-29)
1302024-12-03T22:25:16.198Z+ rustup -Vv
1312024-12-03T22:25:16.200Zrustup 1.27.1 (54dd3d00f 2024-04-24)
1322024-12-03T22:25:16.200Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1332024-12-03T22:25:16.273Zinfo: The currently active `rustc` version is `rustc 1.83.0 (90b35a623 2024-11-26)`
1342024-12-03T22:25:16.276Z+ rustup show
1352024-12-03T22:25:16.280ZDefault host: x86_64-unknown-illumos
1362024-12-03T22:25:16.280Zrustup home: /home/build/.rustup
1372024-12-03T22:25:16.280Z
1382024-12-03T22:25:16.336Zstable-x86_64-unknown-illumos (default)
1392024-12-03T22:25:16.373Zrustc 1.83.0 (90b35a623 2024-11-26)
1402024-12-03T22:25:16.377Z+ echo 'Generate lockfile'
1412024-12-03T22:25:16.377ZGenerate lockfile
1422024-12-03T22:25:16.379Z+ N=5
1432024-12-03T22:25:16.380Z+ n=0
1442024-12-03T22:25:16.380Z+ [ 0 -ge 5 ]
1452024-12-03T22:25:16.380Z+ cargo generate-lockfile
1462024-12-03T22:25:16.435Z Updating crates.io index
1472024-12-03T22:25:16.797Z Locking 42 packages to latest compatible versions
1482024-12-03T22:25:16.828Z+ break
1492024-12-03T22:25:16.831Z
1502024-12-03T22:25:16.831Zreal 20.277388752
1512024-12-03T22:25:16.831Zuser 8.351946689
1522024-12-03T22:25:16.831Zsys 1.549298320
1532024-12-03T22:25:16.831Ztrap 0.001859030
1542024-12-03T22:25:16.831Ztflt 0.000016766
1552024-12-03T22:25:16.831Zdflt 0.000035814
1562024-12-03T22:25:16.831Zkflt 0.000000000
1572024-12-03T22:25:16.831Zlock 2:27.522456140
1582024-12-03T22:25:16.831Zslp 40.380537852
1592024-12-03T22:25:16.831Zlat 0.357007183
1602024-12-03T22:25:16.831Zstop 3.085289863
1612024-12-03T22:25:16.831Z+ banner run.sh
1622024-12-03T22:25:16.834Z
1632024-12-03T22:25:16.834Z ##### # # # # #### # #
1642024-12-03T22:25:16.834Z # # # # ## # # # #
1652024-12-03T22:25:16.834Z # # # # # # # #### ######
1662024-12-03T22:25:16.834Z ##### # # # # # ### # # #
1672024-12-03T22:25:16.834Z # # # # # ## ### # # # #
1682024-12-03T22:25:16.834Z # # #### # # ### #### # #
1692024-12-03T22:25:16.834Z
1702024-12-03T22:25:16.834Z+ ptime -m sh ci/run.sh x86_64-unknown-illumos
1712024-12-03T22:25:16.837Z+ mirrors_url=https://ci-mirrors.rust-lang.org/libc
1722024-12-03T22:25:16.837Z+ target=x86_64-unknown-illumos
1732024-12-03T22:25:16.837Z+ RUST_BACKTRACE=1
1742024-12-03T22:25:16.837Z+ export RUST_BACKTRACE
1752024-12-03T22:25:16.837Z+ [ -n '' ]
1762024-12-03T22:25:16.837Z+ cmd='cargo test --target x86_64-unknown-illumos '
1772024-12-03T22:25:16.837Z+ cmd='cargo test --target x86_64-unknown-illumos --workspace'
1782024-12-03T22:25:16.837Z+ [ x86_64-unknown-illumos '=' s390x-unknown-linux-gnu ]
1792024-12-03T22:25:16.837Z+ cargo test --target x86_64-unknown-illumos --workspace --no-default-features
1802024-12-03T22:25:17.035Z Downloading crates ...
1812024-12-03T22:25:17.094Z Downloaded ctest2 v0.4.9
1822024-12-03T22:25:17.101Z Downloaded quote v1.0.37
1832024-12-03T22:25:17.110Z Downloaded dirs-sys v0.3.7
1842024-12-03T22:25:17.128Z Downloaded bitflags v1.3.2
1852024-12-03T22:25:17.138Z Downloaded dirs v2.0.2
1862024-12-03T22:25:17.150Z Downloaded rustc_version v0.4.1
1872024-12-03T22:25:17.153Z Downloaded cc v1.2.2
1882024-12-03T22:25:17.158Z Downloaded cfg-if v0.1.10
1892024-12-03T22:25:17.161Z Downloaded shlex v1.3.0
1902024-12-03T22:25:17.161Z Downloaded unicode-xid v0.2.6
1912024-12-03T22:25:17.173Z Downloaded semver v1.0.23
1922024-12-03T22:25:17.175Z Downloaded itoa v1.0.14
1932024-12-03T22:25:17.183Z Downloaded term v0.6.1
1942024-12-03T22:25:17.188Z Downloaded unicode-ident v1.0.14
1952024-12-03T22:25:17.190Z Downloaded ryu v1.0.18
1962024-12-03T22:25:17.197Z Downloaded log v0.4.22
1972024-12-03T22:25:17.203Z Downloaded proc-macro2 v1.0.92
1982024-12-03T22:25:17.205Z Downloaded garando_pos v0.1.0
1992024-12-03T22:25:17.208Z Downloaded serde_derive v1.0.215
2002024-12-03T22:25:17.210Z Downloaded garando_errors v0.1.0
2012024-12-03T22:25:17.212Z Downloaded serde v1.0.215
2022024-12-03T22:25:17.228Z Downloaded memchr v2.7.4
2032024-12-03T22:25:17.243Z Downloaded aho-corasick v1.1.3
2042024-12-03T22:25:17.250Z Downloaded serde_json v1.0.133
2052024-12-03T22:25:17.288Z Downloaded regex-syntax v0.8.5
2062024-12-03T22:25:17.295Z Downloaded syn v2.0.90
2072024-12-03T22:25:17.306Z Downloaded regex v1.11.1
2082024-12-03T22:25:17.317Z Downloaded garando_syntax v0.1.1
2092024-12-03T22:25:17.355Z Downloaded regex-automata v0.4.9
2102024-12-03T22:25:17.370Z Downloaded libc v0.2.167
2112024-12-03T22:25:17.452Z Compiling proc-macro2 v1.0.92
2122024-12-03T22:25:17.452Z Compiling unicode-ident v1.0.14
2132024-12-03T22:25:17.455Z Compiling libc v0.2.167
2142024-12-03T22:25:17.455Z Compiling serde v1.0.215
2152024-12-03T22:25:17.455Z Compiling memchr v2.7.4
2162024-12-03T22:25:17.455Z Compiling cfg-if v0.1.10
2172024-12-03T22:25:17.455Z Compiling serde_json v1.0.133
2182024-12-03T22:25:17.458Z Compiling semver v1.0.23
2192024-12-03T22:25:17.542Z Compiling unicode-xid v0.2.6
2202024-12-03T22:25:17.623Z Compiling libc v1.0.0-alpha.1 (/work/sunshowers/libc)
2212024-12-03T22:25:17.698Z Compiling itoa v1.0.14
2222024-12-03T22:25:17.859Z Compiling ryu v1.0.18
2232024-12-03T22:25:18.103Z Compiling regex-syntax v0.8.5
2242024-12-03T22:25:18.637Z Compiling aho-corasick v1.1.3
2252024-12-03T22:25:19.395Z Compiling log v0.4.22
2262024-12-03T22:25:19.455Z Compiling shlex v1.3.0
2272024-12-03T22:25:19.461Z Compiling bitflags v1.3.2
2282024-12-03T22:25:19.729Z Compiling cc v1.2.2
2292024-12-03T22:25:19.801Z Compiling rustc_version v0.4.1
2302024-12-03T22:25:20.056Z Compiling dirs-sys v0.3.7
2312024-12-03T22:25:20.364Z Compiling dirs v2.0.2
2322024-12-03T22:25:20.545Z Compiling quote v1.0.37
2332024-12-03T22:25:20.565Z Compiling term v0.6.1
2342024-12-03T22:25:21.097Z Compiling syn v2.0.90
2352024-12-03T22:25:21.199Z Compiling regex-automata v0.4.9
2362024-12-03T22:25:24.235Z Compiling regex v1.11.1
2372024-12-03T22:25:24.297Z Compiling serde_derive v1.0.215
2382024-12-03T22:25:31.382Z Compiling garando_pos v0.1.0
2392024-12-03T22:25:31.816Z Compiling garando_errors v0.1.0
2402024-12-03T22:25:32.485Z Compiling garando_syntax v0.1.1
2412024-12-03T22:25:39.602Z Compiling ctest2 v0.4.9
2422024-12-03T22:25:42.698Z Compiling libc-test v0.1.0 (/work/sunshowers/libc/libc-test)
2432024-12-03T22:26:09.609Z Finished `test` profile [unoptimized + debuginfo] target(s) in 52.71s
2442024-12-03T22:26:09.617Z Running unittests src/lib.rs (target/x86_64-unknown-illumos/debug/deps/libc-97f2ea5c35629536)
2452024-12-03T22:26:09.624Z
2462024-12-03T22:26:09.624Zrunning 0 tests
2472024-12-03T22:26:09.624Z
2482024-12-03T22:26:09.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2492024-12-03T22:26:09.624Z
2502024-12-03T22:26:09.627Z Running tests/const_fn.rs (target/x86_64-unknown-illumos/debug/deps/const_fn-41596eb014251cc4)
2512024-12-03T22:26:09.629Z
2522024-12-03T22:26:09.629Zrunning 0 tests
2532024-12-03T22:26:09.629Z
2542024-12-03T22:26:09.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2552024-12-03T22:26:09.629Z
2562024-12-03T22:26:09.629Z Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-40110ca342d3f16d)
2572024-12-03T22:26:09.631Z
2582024-12-03T22:26:09.631Zrunning 5 tests
2592024-12-03T22:26:09.633Ztest t::test_cmsg_firsthdr ... ok
2602024-12-03T22:26:09.633Ztest t::test_cmsg_len ... ok
2612024-12-03T22:26:09.633Ztest t::test_cmsg_data ... ok
2622024-12-03T22:26:09.633Ztest t::test_cmsg_space ... ok
2632024-12-03T22:26:09.639Ztest t::test_cmsg_nxthdr ... ok
2642024-12-03T22:26:09.639Z
2652024-12-03T22:26:09.639Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2662024-12-03T22:26:09.639Z
2672024-12-03T22:26:09.641Z Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-5555efdfb92daf42)
2682024-12-03T22:26:09.644Z
2692024-12-03T22:26:09.644Zrunning 0 tests
2702024-12-03T22:26:09.644Z
2712024-12-03T22:26:09.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2722024-12-03T22:26:09.644Z
2732024-12-03T22:26:09.644Z Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-1797dae07800a5e2)
2742024-12-03T22:26:09.646ZPASSED 0 tests
2752024-12-03T22:26:09.646Z Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-57d70abb916a2b47)
2762024-12-03T22:26:09.649ZPASSED 0 tests
2772024-12-03T22:26:09.651Z Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-86ff8fb1a4f01134)
2782024-12-03T22:26:09.653ZPASSED 0 tests
2792024-12-03T22:26:09.653Z Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-7aa0bc1319fa5272)
2802024-12-03T22:26:09.655ZPASSED 0 tests
2812024-12-03T22:26:09.657Z Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-694029c05bb770c7)
2822024-12-03T22:26:09.659ZPASSED 0 tests
2832024-12-03T22:26:09.659Z Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-20203cdaed57dca5)
2842024-12-03T22:26:09.662ZPASSED 0 tests
2852024-12-03T22:26:09.664Z Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-b61792c1924a6b69)
2862024-12-03T22:26:09.666ZRUNNING ALL TESTS
2872024-12-03T22:26:09.669ZPASSED 8371 tests
2882024-12-03T22:26:09.671Z Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-7a20b13019668208)
2892024-12-03T22:26:09.673Z
2902024-12-03T22:26:09.673Zrunning 0 tests
2912024-12-03T22:26:09.673Z
2922024-12-03T22:26:09.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2932024-12-03T22:26:09.673Z
2942024-12-03T22:26:09.673Z Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-15bccbe350d11347)
2952024-12-03T22:26:09.676Z
2962024-12-03T22:26:09.676Zrunning 1 test
2972024-12-03T22:26:09.678Ztest same ... ok
2982024-12-03T22:26:09.678Z
2992024-12-03T22:26:09.678Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3002024-12-03T22:26:09.678Z
3012024-12-03T22:26:09.678Z Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-24e72d997c7f5f08)
3022024-12-03T22:26:09.681ZPASSED 1 tests
3032024-12-03T22:26:09.681Z Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-e9eedd62d071b9d0)
3042024-12-03T22:26:09.684Z
3052024-12-03T22:26:09.684Zrunning 0 tests
3062024-12-03T22:26:09.684Z
3072024-12-03T22:26:09.684Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3082024-12-03T22:26:09.684Z
3092024-12-03T22:26:09.684Z Doc-tests libc
3102024-12-03T22:26:09.794Z
3112024-12-03T22:26:09.794Zrunning 0 tests
3122024-12-03T22:26:09.794Z
3132024-12-03T22:26:09.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3142024-12-03T22:26:09.794Z
3152024-12-03T22:26:09.808Z+ cargo test --target x86_64-unknown-illumos --workspace
3162024-12-03T22:26:09.933Z Compiling libc v1.0.0-alpha.1 (/work/sunshowers/libc)
3172024-12-03T22:26:09.935Z Compiling libc-test v0.1.0 (/work/sunshowers/libc/libc-test)
3182024-12-03T22:26:27.226Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.36s
3192024-12-03T22:26:27.231Z Running unittests src/lib.rs (target/x86_64-unknown-illumos/debug/deps/libc-d5a33c6657d3d3d5)
3202024-12-03T22:26:27.238Z
3212024-12-03T22:26:27.238Zrunning 0 tests
3222024-12-03T22:26:27.238Z
3232024-12-03T22:26:27.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3242024-12-03T22:26:27.238Z
3252024-12-03T22:26:27.240Z Running tests/const_fn.rs (target/x86_64-unknown-illumos/debug/deps/const_fn-a7941c4b4fcf48d4)
3262024-12-03T22:26:27.242Z
3272024-12-03T22:26:27.242Zrunning 0 tests
3282024-12-03T22:26:27.242Z
3292024-12-03T22:26:27.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302024-12-03T22:26:27.242Z
3312024-12-03T22:26:27.242Z Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-b2e6ea3fad1c7ea4)
3322024-12-03T22:26:27.245Z
3332024-12-03T22:26:27.245Zrunning 5 tests
3342024-12-03T22:26:27.248Ztest t::test_cmsg_data ... ok
3352024-12-03T22:26:27.248Ztest t::test_cmsg_len ... ok
3362024-12-03T22:26:27.248Ztest t::test_cmsg_firsthdr ... ok
3372024-12-03T22:26:27.248Ztest t::test_cmsg_space ... ok
3382024-12-03T22:26:27.252Ztest t::test_cmsg_nxthdr ... ok
3392024-12-03T22:26:27.252Z
3402024-12-03T22:26:27.252Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
3412024-12-03T22:26:27.252Z
3422024-12-03T22:26:27.255Z Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-2f521ddfeb3a97a1)
3432024-12-03T22:26:27.258Z
3442024-12-03T22:26:27.258Zrunning 0 tests
3452024-12-03T22:26:27.258Z
3462024-12-03T22:26:27.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3472024-12-03T22:26:27.258Z
3482024-12-03T22:26:27.258Z Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-ab2bd6184c9bab5d)
3492024-12-03T22:26:27.260ZPASSED 0 tests
3502024-12-03T22:26:27.261Z Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-0e1102ea95e6a131)
3512024-12-03T22:26:27.263ZPASSED 0 tests
3522024-12-03T22:26:27.263Z Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-be3e75292b431cca)
3532024-12-03T22:26:27.266ZPASSED 0 tests
3542024-12-03T22:26:27.268Z Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-909c357b67b04803)
3552024-12-03T22:26:27.271ZPASSED 0 tests
3562024-12-03T22:26:27.271Z Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-14864bac042e016f)
3572024-12-03T22:26:27.273ZPASSED 0 tests
3582024-12-03T22:26:27.275Z Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-5f441ffdf24f6ea1)
3592024-12-03T22:26:27.278ZPASSED 0 tests
3602024-12-03T22:26:27.278Z Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-e2810bea40083dea)
3612024-12-03T22:26:27.280ZRUNNING ALL TESTS
3622024-12-03T22:26:27.283ZPASSED 8371 tests
3632024-12-03T22:26:27.286Z Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-19be2b3f0baf714f)
3642024-12-03T22:26:27.288Z
3652024-12-03T22:26:27.288Zrunning 0 tests
3662024-12-03T22:26:27.288Z
3672024-12-03T22:26:27.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3682024-12-03T22:26:27.288Z
3692024-12-03T22:26:27.288Z Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-969993a7dffa6022)
3702024-12-03T22:26:27.290Z
3712024-12-03T22:26:27.290Zrunning 1 test
3722024-12-03T22:26:27.292Ztest same ... ok
3732024-12-03T22:26:27.292Z
3742024-12-03T22:26:27.292Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3752024-12-03T22:26:27.292Z
3762024-12-03T22:26:27.292Z Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-a8a2d89cc56d4bab)
3772024-12-03T22:26:27.294ZPASSED 1 tests
3782024-12-03T22:26:27.297Z Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-81b89e5778dba819)
3792024-12-03T22:26:27.299Z
3802024-12-03T22:26:27.299Zrunning 0 tests
3812024-12-03T22:26:27.299Z
3822024-12-03T22:26:27.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3832024-12-03T22:26:27.299Z
3842024-12-03T22:26:27.299Z Doc-tests libc
3852024-12-03T22:26:27.403Z
3862024-12-03T22:26:27.403Zrunning 0 tests
3872024-12-03T22:26:27.403Z
3882024-12-03T22:26:27.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3892024-12-03T22:26:27.403Z
3902024-12-03T22:26:27.415Z+ cargo test --target x86_64-unknown-illumos --workspace --features extra_traits
3912024-12-03T22:26:27.540Z Compiling libc v1.0.0-alpha.1 (/work/sunshowers/libc)
3922024-12-03T22:26:27.548Z Compiling libc-test v0.1.0 (/work/sunshowers/libc/libc-test)
3932024-12-03T22:26:44.918Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.44s
3942024-12-03T22:26:44.924Z Running unittests src/lib.rs (target/x86_64-unknown-illumos/debug/deps/libc-addbf6708315b5c5)
3952024-12-03T22:26:44.930Z
3962024-12-03T22:26:44.931Zrunning 0 tests
3972024-12-03T22:26:44.931Z
3982024-12-03T22:26:44.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3992024-12-03T22:26:44.931Z
4002024-12-03T22:26:44.933Z Running tests/const_fn.rs (target/x86_64-unknown-illumos/debug/deps/const_fn-0a3c30d57cd61414)
4012024-12-03T22:26:44.936Z
4022024-12-03T22:26:44.936Zrunning 0 tests
4032024-12-03T22:26:44.936Z
4042024-12-03T22:26:44.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4052024-12-03T22:26:44.936Z
4062024-12-03T22:26:44.936Z Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-eb764aa5cc605d20)
4072024-12-03T22:26:44.938Z
4082024-12-03T22:26:44.938Zrunning 5 tests
4092024-12-03T22:26:44.941Ztest t::test_cmsg_len ... ok
4102024-12-03T22:26:44.941Ztest t::test_cmsg_firsthdr ... ok
4112024-12-03T22:26:44.941Ztest t::test_cmsg_data ... ok
4122024-12-03T22:26:44.941Ztest t::test_cmsg_space ... ok
4132024-12-03T22:26:44.946Ztest t::test_cmsg_nxthdr ... ok
4142024-12-03T22:26:44.946Z
4152024-12-03T22:26:44.946Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
4162024-12-03T22:26:44.946Z
4172024-12-03T22:26:44.948Z Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-0d698d13286c9522)
4182024-12-03T22:26:44.950Z
4192024-12-03T22:26:44.950Zrunning 0 tests
4202024-12-03T22:26:44.950Z
4212024-12-03T22:26:44.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4222024-12-03T22:26:44.950Z
4232024-12-03T22:26:44.950Z Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-f8d4581c82270f48)
4242024-12-03T22:26:44.953ZPASSED 0 tests
4252024-12-03T22:26:44.956Z Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-692c53e7a097f4ea)
4262024-12-03T22:26:44.958ZPASSED 0 tests
4272024-12-03T22:26:44.958Z Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-cbf423720bcf17c8)
4282024-12-03T22:26:44.964ZPASSED 0 tests
4292024-12-03T22:26:44.964Z Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-5fc57ce0aaed79e9)
4302024-12-03T22:26:44.964ZPASSED 0 tests
4312024-12-03T22:26:44.964Z Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-ed42de6efc1e829c)
4322024-12-03T22:26:44.967ZPASSED 0 tests
4332024-12-03T22:26:44.969Z Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-6ca8ceffedd28c6b)
4342024-12-03T22:26:44.972ZPASSED 0 tests
4352024-12-03T22:26:44.972Z Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-5653f53fbff6e3b0)
4362024-12-03T22:26:44.974ZRUNNING ALL TESTS
4372024-12-03T22:26:44.977ZPASSED 8371 tests
4382024-12-03T22:26:44.979Z Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-bfaf1bca42135ff9)
4392024-12-03T22:26:44.981Z
4402024-12-03T22:26:44.982Zrunning 0 tests
4412024-12-03T22:26:44.982Z
4422024-12-03T22:26:44.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4432024-12-03T22:26:44.982Z
4442024-12-03T22:26:44.982Z Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-ab80e78a2955d35f)
4452024-12-03T22:26:44.984Z
4462024-12-03T22:26:44.984Zrunning 1 test
4472024-12-03T22:26:44.987Ztest same ... ok
4482024-12-03T22:26:44.987Z
4492024-12-03T22:26:44.987Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4502024-12-03T22:26:44.987Z
4512024-12-03T22:26:44.988Z Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-bc6b1c6a062ca492)
4522024-12-03T22:26:44.990ZPASSED 1 tests
4532024-12-03T22:26:44.990Z Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-2ac9ff308e749180)
4542024-12-03T22:26:44.993Z
4552024-12-03T22:26:44.993Zrunning 0 tests
4562024-12-03T22:26:44.993Z
4572024-12-03T22:26:44.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4582024-12-03T22:26:44.993Z
4592024-12-03T22:26:44.993Z Doc-tests libc
4602024-12-03T22:26:45.135Z
4612024-12-03T22:26:45.135Zrunning 0 tests
4622024-12-03T22:26:45.135Z
4632024-12-03T22:26:45.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4642024-12-03T22:26:45.135Z
4652024-12-03T22:26:45.149Z
4662024-12-03T22:26:45.152Zreal 1:28.309840222
4672024-12-03T22:26:45.152Zuser 2:16.744950770
4682024-12-03T22:26:45.152Zsys 18.726917071
4692024-12-03T22:26:45.152Ztrap 0.051643495
4702024-12-03T22:26:45.152Ztflt 4.668209388
4712024-12-03T22:26:45.152Zdflt 4.897107547
4722024-12-03T22:26:45.152Zkflt 0.017268024
4732024-12-03T22:26:45.152Zlock 5:26.347143978
4742024-12-03T22:26:45.152Zslp 9:45.502775954
4752024-12-03T22:26:45.152Zlat 2.306030176
4762024-12-03T22:26:45.152Zstop 7.017165817
4772024-12-03T22:26:45.152Zprocess exited: duration 108623 ms, exit code 0
 
4782024-12-03T22:26:45.157Zfound 0 output files