01JCEH37JR7KQXJZMVFX1E6KN1: x86_64-unknown-illumos

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

Buildomat Job: 01JCEH3EF8BBVYVJEGJDF5JMMM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-11T21:12:26.165Zjob assigned to worker 01JCEH3F065EZC85ZWQM9EAYNV (queued for 24 s)
 
22024-11-11T21:12:34.433Zstarting task 0: "setup"
32024-11-11T21:12:34.457Z++ uname -s
42024-11-11T21:12:34.457Z+ kern=SunOS
52024-11-11T21:12:34.457Z+ case "$kern" in
62024-11-11T21:12:34.457Z+ groupadd -g 12345 build
72024-11-11T21:12:34.457Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-11T21:12:36.464Z+ zfs create -o mountpoint=/work rpool/work
92024-11-11T21:12:36.503Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-11T21:12:36.528Z+ home_fs=zfs
112024-11-11T21:12:36.528Z+ [[ zfs == autofs ]]
122024-11-11T21:12:36.528Z+ mkdir -p /home/build
132024-11-11T21:12:36.528Z+ chown build:build /home/build /work
142024-11-11T21:12:37.512Z+ chmod 0700 /home/build /work
152024-11-11T21:12:37.536Zprocess exited: duration 3084 ms, exit code 0
 
162024-11-11T21:12:37.586Zstarting task 1: "authentication"
172024-11-11T21:12:37.644Zprocess exited: duration 57 ms, exit code 0
 
182024-11-11T21:12:37.693Zstarting task 2: "clone repository"
192024-11-11T21:12:37.718Z+ mkdir -p /work/sunshowers/libc
202024-11-11T21:12:37.718Z+ git clone https://github.com/sunshowers/libc /work/sunshowers/libc
212024-11-11T21:12:37.742ZCloning into '/work/sunshowers/libc'...
222024-11-11T21:12:40.239Z+ cd /work/sunshowers/libc
232024-11-11T21:12:40.239Z+ git fetch origin e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7
242024-11-11T21:12:40.554ZFrom https://github.com/sunshowers/libc
252024-11-11T21:12:40.554Z * branch e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7 -> FETCH_HEAD
262024-11-11T21:12:40.579Z+ [[ -n illumos-ci-2 ]]
272024-11-11T21:12:40.579Z++ git branch --show-current
282024-11-11T21:12:40.579Z+ current=main
292024-11-11T21:12:40.579Z+ [[ main != illumos-ci-2 ]]
302024-11-11T21:12:40.579Z+ git branch -f illumos-ci-2 e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7
312024-11-11T21:12:40.579Z+ git checkout -f illumos-ci-2
322024-11-11T21:12:40.621ZSwitched to branch 'illumos-ci-2'
332024-11-11T21:12:40.646Z+ git reset --hard e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7
342024-11-11T21:12:40.646ZHEAD is now at e8cfa0d7 illumos: add CI using Buildomat
352024-11-11T21:12:40.646Zprocess exited: duration 2938 ms, exit code 0
 
362024-11-11T21:12:40.695Zstarting task 3: "build"
372024-11-11T21:12:40.720Z+ export CARGO_TERM_COLOR=always
382024-11-11T21:12:40.720Z+ CARGO_TERM_COLOR=always
392024-11-11T21:12:40.720Z+ banner install
402024-11-11T21:12:40.720Z
412024-11-11T21:12:40.720Z # # # #### ##### ## # #
422024-11-11T21:12:40.720Z # ## # # # # # # #
432024-11-11T21:12:40.721Z # # # # #### # # # # #
442024-11-11T21:12:40.721Z # # # # # # ###### # #
452024-11-11T21:12:40.721Z # # ## # # # # # # #
462024-11-11T21:12:40.721Z # # # #### # # # ###### ######
472024-11-11T21:12:40.721Z
482024-11-11T21:12:40.721Z+ TOOLCHAIN=stable
492024-11-11T21:12:40.721Z+ INSTALL_RUSTUP=1
502024-11-11T21:12:40.721Z+ ptime -m sh ci/install-rust.sh
512024-11-11T21:12:40.721Z+ echo 'Setup toolchain'
522024-11-11T21:12:40.721ZSetup toolchain
532024-11-11T21:12:40.721Z+ toolchain=''
542024-11-11T21:12:40.721Z+ [ -n stable ]
552024-11-11T21:12:40.721Z+ toolchain=stable
562024-11-11T21:12:40.721Z+ [ 1 '=' 1 ]
572024-11-11T21:12:40.721Z+ echo 'Install rustup'
582024-11-11T21:12:40.721ZInstall rustup
592024-11-11T21:12:40.721Z+ RUSTUP_INIT_SKIP_PATH_CHECK=yes
602024-11-11T21:12:40.721Z+ export RUSTUP_INIT_SKIP_PATH_CHECK
612024-11-11T21:12:40.721Z+ sh -s -- -y --default-toolchain none
622024-11-11T21:12:40.721Z+ curl https://sh.rustup.rs -sSf
632024-11-11T21:12:40.850Zinfo: downloading installer
642024-11-11T21:12:41.351Zinfo: profile set to 'default'
652024-11-11T21:12:41.351Zinfo: default host triple is x86_64-unknown-illumos
662024-11-11T21:12:41.351Zinfo: skipping toolchain installation
672024-11-11T21:12:41.351Z
682024-11-11T21:12:41.351Z
692024-11-11T21:12:41.376ZRust is installed now. Great!
702024-11-11T21:12:41.376Z
712024-11-11T21:12:41.376ZTo get started you may need to restart your current shell.
722024-11-11T21:12:41.376ZThis would reload your PATH environment variable to include
732024-11-11T21:12:41.376ZCargo's bin directory ($HOME/.cargo/bin).
742024-11-11T21:12:41.376Z
752024-11-11T21:12:41.376ZTo configure your current shell, you need to source
762024-11-11T21:12:41.376Zthe corresponding env file under $HOME/.cargo.
772024-11-11T21:12:41.376Z
782024-11-11T21:12:41.376ZThis is usually done by running one of the following (note the leading DOT):
792024-11-11T21:12:41.376Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
802024-11-11T21:12:41.376Zsource "$HOME/.cargo/env.fish" # For fish
812024-11-11T21:12:41.376Z+ . /home/build/.cargo/env
822024-11-11T21:12:41.377Z+ PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:
832024-11-11T21:12:41.377Z+ PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
842024-11-11T21:12:41.377Z+ [ '' '=' windows ]
852024-11-11T21:12:41.377Z+ rustup set profile minimal
862024-11-11T21:12:41.377Zinfo: profile set to 'minimal'
872024-11-11T21:12:41.377Z+ rustup update --force stable
882024-11-11T21:12:41.377Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
892024-11-11T21:12:41.478Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
902024-11-11T21:12:41.478Zinfo: downloading component 'cargo'
912024-11-11T21:12:41.619Zinfo: downloading component 'rust-std'
922024-11-11T21:12:41.888Zinfo: downloading component 'rustc'
932024-11-11T21:12:42.991Zinfo: installing component 'cargo'
942024-11-11T21:12:44.115Zinfo: installing component 'rust-std'
952024-11-11T21:12:46.345Zinfo: installing component 'rustc'
962024-11-11T21:12:53.842Z
972024-11-11T21:12:53.993Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
982024-11-11T21:12:53.993Z
992024-11-11T21:12:54.018Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
1002024-11-11T21:12:54.018Zinfo: checking for self-update
1012024-11-11T21:12:54.071Z+ rustup default stable
1022024-11-11T21:12:54.096Zinfo: using existing install for 'stable-x86_64-unknown-illumos'
1032024-11-11T21:12:54.096Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
1042024-11-11T21:12:54.096Z
1052024-11-11T21:12:54.121Z stable-x86_64-unknown-illumos unchanged - rustc 1.82.0 (f6e511eec 2024-10-15)
1062024-11-11T21:12:54.121Z
1072024-11-11T21:12:54.121Z+ [ -n '' ]
1082024-11-11T21:12:54.121Z+ [ -n '' ]
1092024-11-11T21:12:54.121Z+ [ '' '=' windows ]
1102024-11-11T21:12:54.121Z+ echo 'Query rust and cargo versions'
1112024-11-11T21:12:54.121ZQuery rust and cargo versions
1122024-11-11T21:12:54.121Z+ command -v rustc
1132024-11-11T21:12:54.121Z+ command -v cargo
1142024-11-11T21:12:54.121Z/home/build/.cargo/bin/rustc
1152024-11-11T21:12:54.121Z/home/build/.cargo/bin/cargo
1162024-11-11T21:12:54.121Z+ command -v rustup
1172024-11-11T21:12:54.121Z/home/build/.cargo/bin/rustup
1182024-11-11T21:12:54.121Z+ rustc -Vv
1192024-11-11T21:12:54.229Zrustc 1.82.0 (f6e511eec 2024-10-15)
1202024-11-11T21:12:54.229Zbinary: rustc
1212024-11-11T21:12:54.229Zcommit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14
1222024-11-11T21:12:54.229Zcommit-date: 2024-10-15
1232024-11-11T21:12:54.229Zhost: x86_64-unknown-illumos
1242024-11-11T21:12:54.229Zrelease: 1.82.0
1252024-11-11T21:12:54.254ZLLVM version: 19.1.1
1262024-11-11T21:12:54.254Z+ cargo -V
1272024-11-11T21:12:54.326Zcargo 1.82.0 (8f40fc59f 2024-08-21)
1282024-11-11T21:12:54.351Z+ rustup -Vv
1292024-11-11T21:12:54.351Zrustup 1.27.1 (54dd3d00f 2024-04-24)
1302024-11-11T21:12:54.351Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1312024-11-11T21:12:54.458Zinfo: The currently active `rustc` version is `rustc 1.82.0 (f6e511eec 2024-10-15)`
1322024-11-11T21:12:54.458Z+ rustup show
1332024-11-11T21:12:54.458ZDefault host: x86_64-unknown-illumos
1342024-11-11T21:12:54.458Zrustup home: /home/build/.rustup
1352024-11-11T21:12:54.458Z
1362024-11-11T21:12:54.548Zstable-x86_64-unknown-illumos (default)
1372024-11-11T21:12:54.589Zrustc 1.82.0 (f6e511eec 2024-10-15)
1382024-11-11T21:12:54.614Z+ echo 'Generate lockfile'
1392024-11-11T21:12:54.615ZGenerate lockfile
1402024-11-11T21:12:54.615Z+ N=5
1412024-11-11T21:12:54.615Z+ n=0
1422024-11-11T21:12:54.615Z+ [ 0 -ge 5 ]
1432024-11-11T21:12:54.615Z+ cargo generate-lockfile
1442024-11-11T21:12:54.704Z Updating crates.io index
1452024-11-11T21:12:54.914Z Locking 40 packages to latest compatible versions
1462024-11-11T21:12:54.914Z Adding bitflags v1.3.2 (latest: v2.6.0)
1472024-11-11T21:12:54.938Z Adding cfg-if v0.1.10 (latest: v1.0.0)
1482024-11-11T21:12:54.938Z Adding dirs v2.0.2 (latest: v5.0.1)
1492024-11-11T21:12:54.938Z Adding dirs-sys v0.3.7 (latest: v0.4.1)
1502024-11-11T21:12:54.938Z Adding term v0.6.1 (latest: v1.0.0)
1512024-11-11T21:12:54.938Z Adding thiserror v1.0.69 (latest: v2.0.3)
1522024-11-11T21:12:54.938Z Adding thiserror-impl v1.0.69 (latest: v2.0.3)
1532024-11-11T21:12:54.938Z Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2)
1542024-11-11T21:12:54.938Z+ break
1552024-11-11T21:12:54.939Z
1562024-11-11T21:12:54.939Zreal 14.219091049
1572024-11-11T21:12:54.939Zuser 10.312906441
1582024-11-11T21:12:54.939Zsys 3.636569049
1592024-11-11T21:12:54.939Ztrap 0.003598163
1602024-11-11T21:12:54.939Ztflt 0.000026211
1612024-11-11T21:12:54.939Zdflt 0.000387455
1622024-11-11T21:12:54.939Zkflt 0.000000000
1632024-11-11T21:12:54.939Zlock 3:02.160866278
1642024-11-11T21:12:54.939Zslp 27.853284755
1652024-11-11T21:12:54.939Zlat 0.592990334
1662024-11-11T21:12:54.939Zstop 0.553443372
1672024-11-11T21:12:54.939Z+ banner run.sh
1682024-11-11T21:12:54.939Z
1692024-11-11T21:12:54.939Z ##### # # # # #### # #
1702024-11-11T21:12:54.939Z # # # # ## # # # #
1712024-11-11T21:12:54.939Z # # # # # # # #### ######
1722024-11-11T21:12:54.939Z ##### # # # # # ### # # #
1732024-11-11T21:12:54.939Z # # # # # ## ### # # # #
1742024-11-11T21:12:54.939Z # # #### # # ### #### # #
1752024-11-11T21:12:54.939Z
1762024-11-11T21:12:54.964Z+ ptime -m sh ci/run.sh x86_64-unknown-illumos
1772024-11-11T21:12:54.964Z+ MIRRORS_URL=https://ci-mirrors.rust-lang.org/libc
1782024-11-11T21:12:54.964Z+ TARGET=x86_64-unknown-illumos
1792024-11-11T21:12:54.964Z+ [ '' '!=' '' ]
1802024-11-11T21:12:54.964Z+ [ x86_64-unknown-illumos '=' s390x-unknown-linux-gnu ]
1812024-11-11T21:12:54.964Z+ cargo test --no-default-features --manifest-path libc-test/Cargo.toml --target x86_64-unknown-illumos
1822024-11-11T21:12:55.044Zwarning: /work/sunshowers/libc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021
1832024-11-11T21:12:55.206Z Downloading crates ...
1842024-11-11T21:12:55.267Z Downloaded memchr v2.7.4
1852024-11-11T21:12:55.291Z Downloaded term v0.6.1
1862024-11-11T21:12:55.291Z Downloaded quote v1.0.37
1872024-11-11T21:12:55.291Z Downloaded unicode-xid v0.2.6
1882024-11-11T21:12:55.291Z Downloaded unicode-ident v1.0.13
1892024-11-11T21:12:55.316Z Downloaded serde_derive v1.0.215
1902024-11-11T21:12:55.316Z Downloaded garando_errors v0.1.0
1912024-11-11T21:12:55.316Z Downloaded serde_json v1.0.132
1922024-11-11T21:12:55.316Z Downloaded ryu v1.0.18
1932024-11-11T21:12:55.316Z Downloaded log v0.4.22
1942024-11-11T21:12:55.316Z Downloaded cc v1.1.37
1952024-11-11T21:12:55.341Z Downloaded shlex v1.3.0
1962024-11-11T21:12:55.341Z Downloaded serde v1.0.215
1972024-11-11T21:12:55.341Z Downloaded semver v1.0.23
1982024-11-11T21:12:55.341Z Downloaded garando_syntax v0.1.1
1992024-11-11T21:12:55.341Z Downloaded syn v2.0.87
2002024-11-11T21:12:55.365Z Downloaded proc-macro2 v1.0.89
2012024-11-11T21:12:55.365Z Downloaded itoa v1.0.11
2022024-11-11T21:12:55.366Z Downloaded dirs-sys v0.3.7
2032024-11-11T21:12:55.366Z Downloaded cfg-if v0.1.10
2042024-11-11T21:12:55.366Z Downloaded bitflags v1.3.2
2052024-11-11T21:12:55.366Z Downloaded ctest2 v0.4.8
2062024-11-11T21:12:55.366Z Downloaded rustc_version v0.4.1
2072024-11-11T21:12:55.390Z Downloaded garando_pos v0.1.0
2082024-11-11T21:12:55.391Z Downloaded dirs v2.0.2
2092024-11-11T21:12:55.391Z Downloaded libc v0.2.162
2102024-11-11T21:12:55.480Z Compiling proc-macro2 v1.0.89
2112024-11-11T21:12:55.480Z Compiling unicode-ident v1.0.13
2122024-11-11T21:12:55.505Z Compiling libc v0.2.162
2132024-11-11T21:12:55.505Z Compiling serde v1.0.215
2142024-11-11T21:12:55.505Z Compiling cfg-if v0.1.10
2152024-11-11T21:12:55.505Z Compiling semver v1.0.23
2162024-11-11T21:12:55.505Z Compiling serde_json v1.0.132
2172024-11-11T21:12:55.505Z Compiling itoa v1.0.11
2182024-11-11T21:12:55.612Z Compiling memchr v2.7.4
2192024-11-11T21:12:55.704Z Compiling unicode-xid v0.2.6
2202024-11-11T21:12:55.738Z Compiling ryu v1.0.18
2212024-11-11T21:12:55.841Z Compiling log v0.4.22
2222024-11-11T21:12:55.923Z Compiling shlex v1.3.0
2232024-11-11T21:12:56.029Z Compiling bitflags v1.3.2
2242024-11-11T21:12:56.112Z Compiling cc v1.1.37
2252024-11-11T21:12:56.171Z Compiling libc v0.2.151 (/work/sunshowers/libc)
2262024-11-11T21:12:56.514Z Compiling rustc_version v0.4.1
2272024-11-11T21:12:56.960Z Compiling dirs-sys v0.3.7
2282024-11-11T21:12:57.095Z Compiling quote v1.0.37
2292024-11-11T21:12:57.162Z Compiling dirs v2.0.2
2302024-11-11T21:12:57.319Z Compiling term v0.6.1
2312024-11-11T21:12:57.423Z Compiling syn v2.0.87
2322024-11-11T21:13:01.743Z Compiling serde_derive v1.0.215
2332024-11-11T21:13:11.678Z Compiling garando_pos v0.1.0
2342024-11-11T21:13:12.301Z Compiling garando_errors v0.1.0
2352024-11-11T21:13:13.147Z Compiling garando_syntax v0.1.1
2362024-11-11T21:13:22.851Z Compiling ctest2 v0.4.8
2372024-11-11T21:13:28.649Z Compiling libc-test v0.2.151 (/work/sunshowers/libc/libc-test)
2382024-11-11T21:13:50.195Z Finished `test` profile [unoptimized + debuginfo] target(s) in 55.16s
2392024-11-11T21:13:50.220Z Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-2a2d52f158678db3)
2402024-11-11T21:13:50.220Z
2412024-11-11T21:13:50.220Zrunning 5 tests
2422024-11-11T21:13:50.220Ztest t::test_cmsg_data ... ok
2432024-11-11T21:13:50.220Ztest t::test_cmsg_len ... ok
2442024-11-11T21:13:50.220Ztest t::test_cmsg_firsthdr ... ok
2452024-11-11T21:13:50.220Ztest t::test_cmsg_space ... ok
2462024-11-11T21:13:50.245Ztest t::test_cmsg_nxthdr ... ok
2472024-11-11T21:13:50.245Z
2482024-11-11T21:13:50.245Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2492024-11-11T21:13:50.245Z
2502024-11-11T21:13:50.245Z Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-b2f4445308e3e49a)
2512024-11-11T21:13:50.245Z
2522024-11-11T21:13:50.245Zrunning 0 tests
2532024-11-11T21:13:50.245Z
2542024-11-11T21:13:50.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2552024-11-11T21:13:50.245Z
2562024-11-11T21:13:50.245Z Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-74a24b8b34132da8)
2572024-11-11T21:13:50.245ZPASSED 0 tests
2582024-11-11T21:13:50.245Z Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-6c5c3bed251938cd)
2592024-11-11T21:13:50.245ZPASSED 0 tests
2602024-11-11T21:13:50.245Z Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-b6c00b46ccccec1a)
2612024-11-11T21:13:50.271ZPASSED 0 tests
2622024-11-11T21:13:50.271Z Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-9850debd6c127575)
2632024-11-11T21:13:50.271ZPASSED 0 tests
2642024-11-11T21:13:50.271Z Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-dcd6e6cb05ed973c)
2652024-11-11T21:13:50.271ZPASSED 0 tests
2662024-11-11T21:13:50.271Z Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-c55ac7681efc42e7)
2672024-11-11T21:13:50.271ZPASSED 0 tests
2682024-11-11T21:13:50.271Z Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-b55286d7bc2c7553)
2692024-11-11T21:13:50.296ZRUNNING ALL TESTS
2702024-11-11T21:13:50.296ZPASSED 8276 tests
2712024-11-11T21:13:50.296Z Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-921d310567044696)
2722024-11-11T21:13:50.296Z
2732024-11-11T21:13:50.296Zrunning 0 tests
2742024-11-11T21:13:50.296Z
2752024-11-11T21:13:50.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2762024-11-11T21:13:50.296Z
2772024-11-11T21:13:50.296Z Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-b0c7e62d03d592b6)
2782024-11-11T21:13:50.296Z
2792024-11-11T21:13:50.296Zrunning 1 test
2802024-11-11T21:13:50.296Ztest same ... ok
2812024-11-11T21:13:50.296Z
2822024-11-11T21:13:50.296Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2832024-11-11T21:13:50.296Z
2842024-11-11T21:13:50.296Z Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-3cd19370726787bb)
2852024-11-11T21:13:50.296ZPASSED 1 tests
2862024-11-11T21:13:50.296Z Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-5672152503a2635c)
2872024-11-11T21:13:50.321Z
2882024-11-11T21:13:50.321Zrunning 0 tests
2892024-11-11T21:13:50.321Z
2902024-11-11T21:13:50.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2912024-11-11T21:13:50.321Z
2922024-11-11T21:13:50.321Z+ cargo test --manifest-path libc-test/Cargo.toml --target x86_64-unknown-illumos
2932024-11-11T21:13:50.385Zwarning: /work/sunshowers/libc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021
2942024-11-11T21:13:50.426Z Compiling libc v0.2.151 (/work/sunshowers/libc)
2952024-11-11T21:13:50.426Z Compiling libc-test v0.2.151 (/work/sunshowers/libc/libc-test)
2962024-11-11T21:14:11.740Z Finished `test` profile [unoptimized + debuginfo] target(s) in 21.36s
2972024-11-11T21:14:11.765Z Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-8cfe2f0f41c57ebe)
2982024-11-11T21:14:11.765Z
2992024-11-11T21:14:11.765Zrunning 5 tests
3002024-11-11T21:14:11.765Ztest t::test_cmsg_space ... ok
3012024-11-11T21:14:11.765Ztest t::test_cmsg_firsthdr ... ok
3022024-11-11T21:14:11.765Ztest t::test_cmsg_len ... ok
3032024-11-11T21:14:11.765Ztest t::test_cmsg_data ... ok
3042024-11-11T21:14:11.765Ztest t::test_cmsg_nxthdr ... ok
3052024-11-11T21:14:11.765Z
3062024-11-11T21:14:11.765Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
3072024-11-11T21:14:11.765Z
3082024-11-11T21:14:11.790Z Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-e8f4ad20444d8dbe)
3092024-11-11T21:14:11.790Z
3102024-11-11T21:14:11.790Zrunning 0 tests
3112024-11-11T21:14:11.790Z
3122024-11-11T21:14:11.790Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3132024-11-11T21:14:11.790Z
3142024-11-11T21:14:11.790Z Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-80f2e1af6143c0b7)
3152024-11-11T21:14:11.790ZPASSED 0 tests
3162024-11-11T21:14:11.790Z Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-3e4391462a26e6d4)
3172024-11-11T21:14:11.790ZPASSED 0 tests
3182024-11-11T21:14:11.790Z Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-3ae276842f5a66f2)
3192024-11-11T21:14:11.790ZPASSED 0 tests
3202024-11-11T21:14:11.790Z Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-a70a47394b4b9092)
3212024-11-11T21:14:11.814ZPASSED 0 tests
3222024-11-11T21:14:11.814Z Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-eb149a821ee55ee7)
3232024-11-11T21:14:11.815ZPASSED 0 tests
3242024-11-11T21:14:11.815Z Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-98314108e9318d8c)
3252024-11-11T21:14:11.815ZPASSED 0 tests
3262024-11-11T21:14:11.815Z Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-38ed76ef7394523a)
3272024-11-11T21:14:11.815ZRUNNING ALL TESTS
3282024-11-11T21:14:11.840ZPASSED 8276 tests
3292024-11-11T21:14:11.840Z Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-f05ae45b2e9f72aa)
3302024-11-11T21:14:11.840Z
3312024-11-11T21:14:11.840Zrunning 0 tests
3322024-11-11T21:14:11.840Z
3332024-11-11T21:14:11.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342024-11-11T21:14:11.840Z
3352024-11-11T21:14:11.840Z Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-cfafdf05e7c1f1ba)
3362024-11-11T21:14:11.840Z
3372024-11-11T21:14:11.841Zrunning 1 test
3382024-11-11T21:14:11.841Ztest same ... ok
3392024-11-11T21:14:11.841Z
3402024-11-11T21:14:11.841Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412024-11-11T21:14:11.841Z
3422024-11-11T21:14:11.841Z Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-af3f1069eed00f0d)
3432024-11-11T21:14:11.841ZPASSED 1 tests
3442024-11-11T21:14:11.841Z Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-a1eebdd56336149a)
3452024-11-11T21:14:11.841Z
3462024-11-11T21:14:11.841Zrunning 0 tests
3472024-11-11T21:14:11.841Z
3482024-11-11T21:14:11.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3492024-11-11T21:14:11.841Z
3502024-11-11T21:14:11.866Z+ cargo test --features extra_traits --manifest-path libc-test/Cargo.toml --target x86_64-unknown-illumos
3512024-11-11T21:14:11.866Z+ RUST_BACKTRACE=1
3522024-11-11T21:14:11.978Zwarning: /work/sunshowers/libc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021
3532024-11-11T21:14:12.020Z Compiling libc v0.2.151 (/work/sunshowers/libc)
3542024-11-11T21:14:12.047Z Compiling libc-test v0.2.151 (/work/sunshowers/libc/libc-test)
3552024-11-11T21:14:33.071Z Finished `test` profile [unoptimized + debuginfo] target(s) in 21.14s
3562024-11-11T21:14:33.096Z Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-e4090df93182156e)
3572024-11-11T21:14:33.096Z
3582024-11-11T21:14:33.096Zrunning 5 tests
3592024-11-11T21:14:33.096Ztest t::test_cmsg_data ... ok
3602024-11-11T21:14:33.096Ztest t::test_cmsg_space ... ok
3612024-11-11T21:14:33.096Ztest t::test_cmsg_len ... ok
3622024-11-11T21:14:33.096Ztest t::test_cmsg_firsthdr ... ok
3632024-11-11T21:14:33.097Ztest t::test_cmsg_nxthdr ... ok
3642024-11-11T21:14:33.097Z
3652024-11-11T21:14:33.097Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
3662024-11-11T21:14:33.097Z
3672024-11-11T21:14:33.097Z Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-26ca91b6ed44bc19)
3682024-11-11T21:14:33.122Z
3692024-11-11T21:14:33.122Zrunning 0 tests
3702024-11-11T21:14:33.122Z
3712024-11-11T21:14:33.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3722024-11-11T21:14:33.122Z
3732024-11-11T21:14:33.122Z Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-a1f2c66a8a4263ae)
3742024-11-11T21:14:33.122ZPASSED 0 tests
3752024-11-11T21:14:33.122Z Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-70c502a94bad9846)
3762024-11-11T21:14:33.122ZPASSED 0 tests
3772024-11-11T21:14:33.122Z Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-d96ffc683e8af381)
3782024-11-11T21:14:33.122ZPASSED 0 tests
3792024-11-11T21:14:33.122Z Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-71568beb78cc7793)
3802024-11-11T21:14:33.147ZPASSED 0 tests
3812024-11-11T21:14:33.147Z Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-50e7b99f61dd4a5a)
3822024-11-11T21:14:33.147ZPASSED 0 tests
3832024-11-11T21:14:33.147Z Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-dd21201a411e72f4)
3842024-11-11T21:14:33.147ZPASSED 0 tests
3852024-11-11T21:14:33.147Z Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-8bf1e853706a377b)
3862024-11-11T21:14:33.147ZRUNNING ALL TESTS
3872024-11-11T21:14:33.147ZPASSED 8276 tests
3882024-11-11T21:14:33.147Z Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-0f40884b6ed2d4f1)
3892024-11-11T21:14:33.172Z
3902024-11-11T21:14:33.172Zrunning 0 tests
3912024-11-11T21:14:33.172Z
3922024-11-11T21:14:33.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3932024-11-11T21:14:33.172Z
3942024-11-11T21:14:33.172Z Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-73cd051e699076c9)
3952024-11-11T21:14:33.172Z
3962024-11-11T21:14:33.172Zrunning 1 test
3972024-11-11T21:14:33.172Ztest same ... ok
3982024-11-11T21:14:33.172Z
3992024-11-11T21:14:33.172Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4002024-11-11T21:14:33.172Z
4012024-11-11T21:14:33.172Z Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-736f949554fd7b60)
4022024-11-11T21:14:33.172ZPASSED 1 tests
4032024-11-11T21:14:33.172Z Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-27746e5ed4e194da)
4042024-11-11T21:14:33.172Z
4052024-11-11T21:14:33.172Zrunning 0 tests
4062024-11-11T21:14:33.172Z
4072024-11-11T21:14:33.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4082024-11-11T21:14:33.172Z
4092024-11-11T21:14:33.197Z
4102024-11-11T21:14:33.197Zreal 1:38.234205148
4112024-11-11T21:14:33.197Zuser 2:15.965223681
4122024-11-11T21:14:33.197Zsys 28.517675068
4132024-11-11T21:14:33.197Ztrap 0.050181704
4142024-11-11T21:14:33.197Ztflt 0.265248634
4152024-11-11T21:14:33.197Zdflt 1.174088354
4162024-11-11T21:14:33.197Zkflt 0.001898470
4172024-11-11T21:14:33.197Zlock 6:22.228660066
4182024-11-11T21:14:33.197Zslp 8:52.049349275
4192024-11-11T21:14:33.197Zlat 4.393099745
4202024-11-11T21:14:33.197Zstop 2.917352321
4212024-11-11T21:14:33.197Zprocess exited: duration 112483 ms, exit code 0
 
4222024-11-11T21:14:33.247Zfound 0 output files