01JF3XT4616GFPD87HVREN09KX: build-and-test-illumos

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

Buildomat Job: 01JF3XT9KGSB83R96R0ZE1E4G7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-15T01:10:03.277Zjob assigned to worker 01JF3XT9R78FS0517RXF4H3AJE [factory gimlet-EVT22200007-propolis, EVT22200007/20447] (queued for 23 s)
 
22024-12-15T01:10:11.007Zstarting task 0: "setup"
32024-12-15T01:10:11.032Z++ uname -s
42024-12-15T01:10:11.032Z+ kern=SunOS
52024-12-15T01:10:11.032Z+ case "$kern" in
62024-12-15T01:10:11.032Z+ groupadd -g 12345 build
72024-12-15T01:10:11.032Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-15T01:10:13.027Z+ zfs create -o mountpoint=/work rpool/work
92024-12-15T01:10:13.058Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-15T01:10:13.082Z+ home_fs=zfs
112024-12-15T01:10:13.082Z+ [[ zfs == autofs ]]
122024-12-15T01:10:13.082Z+ mkdir -p /home/build
132024-12-15T01:10:13.082Z+ chown build:build /home/build /work
142024-12-15T01:10:15.066Z+ chmod 0700 /home/build /work
152024-12-15T01:10:15.090Zprocess exited: duration 4065 ms, exit code 0
 
162024-12-15T01:10:15.139Zstarting task 1: "rust-toolchain"
172024-12-15T01:10:15.163Z+ printf ' * toolchain channel = "%s"
182024-12-15T01:10:15.163Z' stable
192024-12-15T01:10:15.163Z+ printf ' * toolchain profile = "%s"
202024-12-15T01:10:15.163Z' default
212024-12-15T01:10:15.163Z * toolchain channel = "stable"
222024-12-15T01:10:15.163Z * toolchain profile = "default"
232024-12-15T01:10:15.163Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-15T01:10:15.163Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-15T01:10:15.289Zinfo: downloading installer
262024-12-15T01:10:15.699Zinfo: profile set to 'default'
272024-12-15T01:10:15.699Zinfo: default host triple is x86_64-unknown-illumos
282024-12-15T01:10:15.723Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-15T01:10:15.804Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-15T01:10:15.829Zinfo: downloading component 'cargo'
312024-12-15T01:10:15.921Zinfo: downloading component 'clippy'
322024-12-15T01:10:15.974Zinfo: downloading component 'rust-docs'
332024-12-15T01:10:16.142Zinfo: downloading component 'rust-std'
342024-12-15T01:10:16.367Zinfo: downloading component 'rustc'
352024-12-15T01:10:17.270Zinfo: downloading component 'rustfmt'
362024-12-15T01:10:17.307Zinfo: installing component 'cargo'
372024-12-15T01:10:18.386Zinfo: installing component 'clippy'
382024-12-15T01:10:18.842Zinfo: installing component 'rust-docs'
392024-12-15T01:10:21.659Zinfo: installing component 'rust-std'
402024-12-15T01:10:23.573Zinfo: installing component 'rustc'
412024-12-15T01:10:30.217Zinfo: installing component 'rustfmt'
422024-12-15T01:10:30.595Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-15T01:10:30.595Z
442024-12-15T01:10:30.759Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-15T01:10:30.759Z
462024-12-15T01:10:30.783Z
472024-12-15T01:10:30.783ZRust is installed now. Great!
482024-12-15T01:10:30.783Z
492024-12-15T01:10:30.783ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-15T01:10:30.783Zenvironment variable. This has not been done automatically.
512024-12-15T01:10:30.783Z
522024-12-15T01:10:30.783ZTo configure your current shell, you need to source
532024-12-15T01:10:30.783Zthe corresponding env file under $HOME/.cargo.
542024-12-15T01:10:30.783Z
552024-12-15T01:10:30.783ZThis is usually done by running one of the following (note the leading DOT):
562024-12-15T01:10:30.783Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-15T01:10:30.783Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-15T01:10:30.865Z+ rustc --version
592024-12-15T01:10:30.986Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-15T01:10:31.010Zprocess exited: duration 15853 ms, exit code 0
 
612024-12-15T01:10:31.058Zstarting task 2: "authentication"
622024-12-15T01:10:31.144Zprocess exited: duration 86 ms, exit code 0
 
632024-12-15T01:10:31.193Zstarting task 3: "clone repository"
642024-12-15T01:10:31.217Z+ mkdir -p /work/nextest-rs/nextest
652024-12-15T01:10:31.217Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-15T01:10:31.241ZCloning into '/work/nextest-rs/nextest'...
672024-12-15T01:10:33.105Z+ cd /work/nextest-rs/nextest
682024-12-15T01:10:33.105Z+ git fetch origin c1abd3f50be8896e8cc955d2a93972e5e7851523
692024-12-15T01:10:33.474ZFrom https://github.com/nextest-rs/nextest
702024-12-15T01:10:33.474Z * branch c1abd3f50be8896e8cc955d2a93972e5e7851523 -> FETCH_HEAD
712024-12-15T01:10:33.499Z+ [[ -n ctrl-c-terminate ]]
722024-12-15T01:10:33.499Z++ git branch --show-current
732024-12-15T01:10:33.499Z+ current=main
742024-12-15T01:10:33.499Z+ [[ main != ctrl-c-terminate ]]
752024-12-15T01:10:33.499Z+ git branch -f ctrl-c-terminate c1abd3f50be8896e8cc955d2a93972e5e7851523
762024-12-15T01:10:33.499Z+ git checkout -f ctrl-c-terminate
772024-12-15T01:10:33.580ZSwitched to branch 'ctrl-c-terminate'
782024-12-15T01:10:33.603Z+ git reset --hard c1abd3f50be8896e8cc955d2a93972e5e7851523
792024-12-15T01:10:33.653ZHEAD is now at c1abd3f5 [nextest-runner] wait for dispatcher to acknowledge retries
802024-12-15T01:10:33.677Zprocess exited: duration 2462 ms, exit code 0
 
812024-12-15T01:10:33.725Zstarting task 4: "build"
822024-12-15T01:10:33.749Z+ PLATFORM=illumos
832024-12-15T01:10:33.749Z+ export CARGO_TERM_COLOR=always
842024-12-15T01:10:33.749Z+ CARGO_TERM_COLOR=always
852024-12-15T01:10:33.749Z+ cargo --version
862024-12-15T01:10:33.841Zcargo 1.83.0 (5ffbef321 2024-10-29)
872024-12-15T01:10:33.865Z+ rustc --version
882024-12-15T01:10:33.948Zrustc 1.83.0 (90b35a623 2024-11-26)
892024-12-15T01:10:33.972Z+ banner install
902024-12-15T01:10:33.972Z
912024-12-15T01:10:33.972Z # # # #### ##### ## # #
922024-12-15T01:10:33.972Z # ## # # # # # # #
932024-12-15T01:10:33.972Z # # # # #### # # # # #
942024-12-15T01:10:33.972Z # # # # # # ###### # #
952024-12-15T01:10:33.972Z # # ## # # # # # # #
962024-12-15T01:10:33.972Z # # # #### # # # ###### ######
972024-12-15T01:10:33.972Z
982024-12-15T01:10:33.972Z+ mkdir -p /home/build/.cargo/bin
992024-12-15T01:10:33.972Z+ curl -LsSf https://get.nexte.st/latest/illumos
1002024-12-15T01:10:33.972Z+ gunzip
1012024-12-15T01:10:33.972Z+ tar xf - -C /home/build/.cargo/bin
1022024-12-15T01:10:35.036Z+ banner metadata
1032024-12-15T01:10:35.061Z
1042024-12-15T01:10:35.061Z # # ###### ##### ## ##### ## ##### ##
1052024-12-15T01:10:35.061Z ## ## # # # # # # # # # # #
1062024-12-15T01:10:35.061Z # ## # ##### # # # # # # # # # #
1072024-12-15T01:10:35.061Z # # # # ###### # # ###### # ######
1082024-12-15T01:10:35.061Z # # # # # # # # # # # # #
1092024-12-15T01:10:35.061Z # # ###### # # # ##### # # # # #
1102024-12-15T01:10:35.061Z
1112024-12-15T01:10:35.061Z+ ptime -m cargo build --package nextest-metadata
1122024-12-15T01:10:35.294Z Updating crates.io index
1132024-12-15T01:10:36.449Z Downloading crates ...
1142024-12-15T01:10:36.509Z Downloaded cfg_aliases v0.2.1
1152024-12-15T01:10:36.533Z Downloaded is_terminal_polyfill v1.70.1
1162024-12-15T01:10:36.533Z Downloaded itoa v1.0.14
1172024-12-15T01:10:36.533Z Downloaded cfg-if v1.0.0
1182024-12-15T01:10:36.533Z Downloaded byteorder v1.5.0
1192024-12-15T01:10:36.533Z Downloaded heck v0.5.0
1202024-12-15T01:10:36.533Z Downloaded equivalent v1.0.1
1212024-12-15T01:10:36.557Z Downloaded supports-color v3.0.2
1222024-12-15T01:10:36.557Z Downloaded xxhash-rust v0.8.12
1232024-12-15T01:10:36.557Z Downloaded tracing-log v0.2.0
1242024-12-15T01:10:36.557Z Downloaded zerocopy-derive v0.7.35
1252024-12-15T01:10:36.580Z Downloaded unicase v2.8.0
1262024-12-15T01:10:36.580Z Downloaded unicode-ident v1.0.14
1272024-12-15T01:10:36.580Z Downloaded tracing-core v0.1.33
1282024-12-15T01:10:36.580Z Downloaded tracing v0.1.41
1292024-12-15T01:10:36.604Z Downloaded mio v1.0.2
1302024-12-15T01:10:36.604Z Downloaded miette v7.4.0
1312024-12-15T01:10:36.604Z Downloaded libm v0.2.8
1322024-12-15T01:10:36.628Z Downloaded zerocopy v0.7.35
1332024-12-15T01:10:36.652Z Downloaded serde_json v1.0.133
1342024-12-15T01:10:36.652Z Downloaded tracing-subscriber v0.3.19
1352024-12-15T01:10:36.652Z Downloaded clap_builder v4.5.23
1362024-12-15T01:10:36.676Z Downloaded hashbrown v0.15.2
1372024-12-15T01:10:36.676Z Downloaded serde v1.0.216
1382024-12-15T01:10:36.676Z Downloaded unicode-width v0.1.14
1392024-12-15T01:10:36.700Z Downloaded syn v2.0.90
1402024-12-15T01:10:36.700Z Downloaded gimli v0.28.1
1412024-12-15T01:10:36.700Z Downloaded unicode-width v0.2.0
1422024-12-15T01:10:36.724Z Downloaded object v0.32.2
1432024-12-15T01:10:36.724Z Downloaded rand v0.8.5
1442024-12-15T01:10:36.724Z Downloaded memchr v2.7.4
1452024-12-15T01:10:36.748Z Downloaded cc v1.1.31
1462024-12-15T01:10:36.748Z Downloaded borsh v1.5.1
1472024-12-15T01:10:36.748Z Downloaded rustix v0.38.37
1482024-12-15T01:10:36.771Z Downloaded miniz_oxide v0.7.4
1492024-12-15T01:10:36.772Z Downloaded indexmap v2.7.0
1502024-12-15T01:10:36.772Z Downloaded textwrap v0.16.1
1512024-12-15T01:10:36.772Z Downloaded socket2 v0.5.7
1522024-12-15T01:10:36.772Z Downloaded sharded-slab v0.1.7
1532024-12-15T01:10:36.796Z Downloaded serde_derive v1.0.216
1542024-12-15T01:10:36.796Z Downloaded ryu v1.0.18
1552024-12-15T01:10:36.796Z Downloaded rustc-demangle v0.1.24
1562024-12-15T01:10:36.796Z Downloaded proc-macro2 v1.0.92
1572024-12-15T01:10:36.796Z Downloaded pin-project-lite v0.2.15
1582024-12-15T01:10:36.796Z Downloaded num-traits v0.2.19
1592024-12-15T01:10:36.796Z Downloaded log v0.4.22
1602024-12-15T01:10:36.819Z Downloaded clap v4.5.23
1612024-12-15T01:10:36.819Z Downloaded bytes v1.9.0
1622024-12-15T01:10:36.819Z Downloaded bitflags v2.6.0
1632024-12-15T01:10:36.819Z Downloaded backtrace v0.3.71
1642024-12-15T01:10:36.843Z Downloaded terminal_size v0.4.0
1652024-12-15T01:10:36.843Z Downloaded libc v0.2.168
1662024-12-15T01:10:36.867Z Downloaded target-lexicon v0.12.16
1672024-12-15T01:10:36.867Z Downloaded smol_str v0.3.2
1682024-12-15T01:10:36.867Z Downloaded tokio v1.42.0
1692024-12-15T01:10:36.893Z Downloaded smallvec v1.13.2
1702024-12-15T01:10:36.922Z Downloaded quote v1.0.37
1712024-12-15T01:10:36.922Z Downloaded owo-colors v4.1.0
1722024-12-15T01:10:36.922Z Downloaded once_cell v1.20.2
1732024-12-15T01:10:36.922Z Downloaded cfg-expr v0.17.2
1742024-12-15T01:10:36.922Z Downloaded addr2line v0.21.0
1752024-12-15T01:10:36.922Z Downloaded utf8parse v0.2.2
1762024-12-15T01:10:36.922Z Downloaded tokio-macros v2.4.0
1772024-12-15T01:10:36.922Z Downloaded thread_local v1.1.8
1782024-12-15T01:10:36.922Z Downloaded thiserror v1.0.69
1792024-12-15T01:10:36.922Z Downloaded target-spec v3.2.2
1802024-12-15T01:10:36.922Z Downloaded supports-unicode v3.0.0
1812024-12-15T01:10:36.922Z Downloaded signal-hook-registry v1.4.2
1822024-12-15T01:10:36.922Z Downloaded rand_chacha v0.3.1
1832024-12-15T01:10:36.922Z Downloaded ppv-lite86 v0.2.20
1842024-12-15T01:10:36.923Z Downloaded thiserror-impl v1.0.69
1852024-12-15T01:10:36.947Z Downloaded strsim v0.11.1
1862024-12-15T01:10:36.947Z Downloaded lazy_static v1.5.0
1872024-12-15T01:10:36.947Z Downloaded jobserver v0.1.32
1882024-12-15T01:10:36.947Z Downloaded getrandom v0.2.15
1892024-12-15T01:10:36.947Z Downloaded console v0.15.8
1902024-12-15T01:10:36.947Z Downloaded unicode-linebreak v0.1.5
1912024-12-15T01:10:36.947Z Downloaded supports-hyperlinks v3.0.0
1922024-12-15T01:10:36.947Z Downloaded rand_core v0.6.4
1932024-12-15T01:10:36.947Z Downloaded miette-derive v7.4.0
1942024-12-15T01:10:36.947Z Downloaded shlex v1.3.0
1952024-12-15T01:10:36.947Z Downloaded clap_derive v4.5.18
1962024-12-15T01:10:36.947Z Downloaded camino v1.1.9
1972024-12-15T01:10:36.947Z Downloaded clap_lex v0.7.4
1982024-12-15T01:10:36.947Z Downloaded adler v1.0.2
1992024-12-15T01:10:36.947Z Downloaded errno v0.3.9
2002024-12-15T01:10:36.971Z Downloaded either v1.13.0
2012024-12-15T01:10:36.971Z Downloaded colorchoice v1.0.3
2022024-12-15T01:10:36.971Z Downloaded autocfg v1.4.0
2032024-12-15T01:10:36.971Z Downloaded anstyle-query v1.1.2
2042024-12-15T01:10:36.971Z Downloaded anstyle-parse v0.2.6
2052024-12-15T01:10:36.971Z Downloaded anstyle v1.0.9
2062024-12-15T01:10:36.971Z Downloaded anstream v0.6.17
2072024-12-15T01:10:36.971Z Downloaded is_ci v1.2.0
2082024-12-15T01:10:36.972Z Downloaded guppy-workspace-hack v0.1.0
2092024-12-15T01:10:36.972Z Downloaded backtrace-ext v0.2.1
2102024-12-15T01:10:37.055Z Compiling proc-macro2 v1.0.92
2112024-12-15T01:10:37.055Z Compiling unicode-ident v1.0.14
2122024-12-15T01:10:37.079Z Compiling libc v0.2.168
2132024-12-15T01:10:37.079Z Compiling cfg-if v1.0.0
2142024-12-15T01:10:37.079Z Compiling serde v1.0.216
2152024-12-15T01:10:37.079Z Compiling shlex v1.3.0
2162024-12-15T01:10:37.079Z Compiling rustix v0.38.37
2172024-12-15T01:10:37.208Z Compiling once_cell v1.20.2
2182024-12-15T01:10:37.262Z Compiling memchr v2.7.4
2192024-12-15T01:10:37.402Z Compiling bitflags v2.6.0
2202024-12-15T01:10:37.555Z Compiling tracing-core v0.1.33
2212024-12-15T01:10:37.697Z Compiling adler v1.0.2
2222024-12-15T01:10:37.722Z Compiling byteorder v1.5.0
2232024-12-15T01:10:37.787Z Compiling camino v1.1.9
2242024-12-15T01:10:37.888Z Compiling gimli v0.28.1
2252024-12-15T01:10:37.962Z Compiling utf8parse v0.2.2
2262024-12-15T01:10:38.084Z Compiling anstyle-parse v0.2.6
2272024-12-15T01:10:38.222Z Compiling jobserver v0.1.32
2282024-12-15T01:10:38.284Z Compiling object v0.32.2
2292024-12-15T01:10:38.346Z Compiling miniz_oxide v0.7.4
2302024-12-15T01:10:38.547Z Compiling quote v1.0.37
2312024-12-15T01:10:38.612Z Compiling cc v1.1.31
2322024-12-15T01:10:38.792Z Compiling errno v0.3.9
2332024-12-15T01:10:38.816Z Compiling getrandom v0.2.15
2342024-12-15T01:10:38.943Z Compiling syn v2.0.90
2352024-12-15T01:10:39.011Z Compiling unicode-width v0.1.14
2362024-12-15T01:10:39.042Z Compiling anstyle v1.0.9
2372024-12-15T01:10:39.092Z Compiling libm v0.2.8
2382024-12-15T01:10:39.411Z Compiling colorchoice v1.0.3
2392024-12-15T01:10:39.440Z Compiling lazy_static v1.5.0
2402024-12-15T01:10:39.474Z Compiling target-lexicon v0.12.16
2412024-12-15T01:10:39.560Z Compiling anstyle-query v1.1.2
2422024-12-15T01:10:39.584Z Compiling serde_json v1.0.133
2432024-12-15T01:10:39.693Z Compiling thiserror v1.0.69
2442024-12-15T01:10:39.912Z Compiling terminal_size v0.4.0
2452024-12-15T01:10:40.093Z Compiling autocfg v1.4.0
2462024-12-15T01:10:40.190Z Compiling is_terminal_polyfill v1.70.1
2472024-12-15T01:10:40.214Z Compiling rustc-demangle v0.1.24
2482024-12-15T01:10:40.255Z Compiling owo-colors v4.1.0
2492024-12-15T01:10:40.295Z Compiling anstream v0.6.17
2502024-12-15T01:10:40.827Z Compiling num-traits v0.2.19
2512024-12-15T01:10:40.927Z Compiling addr2line v0.21.0
2522024-12-15T01:10:40.991Z Compiling rand_core v0.6.4
2532024-12-15T01:10:41.061Z Compiling clap_lex v0.7.4
2542024-12-15T01:10:41.137Z Compiling strsim v0.11.1
2552024-12-15T01:10:41.190Z Compiling backtrace v0.3.71
2562024-12-15T01:10:41.323Z Compiling ryu v1.0.18
2572024-12-15T01:10:41.439Z Compiling unicode-linebreak v0.1.5
2582024-12-15T01:10:41.463Z Compiling log v0.4.22
2592024-12-15T01:10:41.509Z Compiling heck v0.5.0
2602024-12-15T01:10:41.610Z Compiling smallvec v1.13.2
2612024-12-15T01:10:41.800Z Compiling pin-project-lite v0.2.15
2622024-12-15T01:10:41.824Z Compiling itoa v1.0.14
2632024-12-15T01:10:41.847Z Compiling guppy-workspace-hack v0.1.0
2642024-12-15T01:10:41.847Z Compiling unicode-width v0.2.0
2652024-12-15T01:10:41.914Z Compiling is_ci v1.2.0
2662024-12-15T01:10:41.937Z Compiling unicase v2.8.0
2672024-12-15T01:10:42.002Z Compiling tracing v0.1.41
2682024-12-15T01:10:42.096Z Compiling supports-color v3.0.2
2692024-12-15T01:10:42.128Z Compiling textwrap v0.16.1
2702024-12-15T01:10:42.243Z Compiling clap_builder v4.5.23
2712024-12-15T01:10:42.276Z Compiling tracing-log v0.2.0
2722024-12-15T01:10:42.659Z Compiling sharded-slab v0.1.7
2732024-12-15T01:10:42.921Z Compiling mio v1.0.2
2742024-12-15T01:10:42.947Z Compiling signal-hook-registry v1.4.2
2752024-12-15T01:10:43.587Z Compiling thread_local v1.1.8
2762024-12-15T01:10:43.610Z Compiling hashbrown v0.15.2
2772024-12-15T01:10:43.649Z Compiling bytes v1.9.0
2782024-12-15T01:10:43.833Z Compiling supports-hyperlinks v3.0.0
2792024-12-15T01:10:43.918Z Compiling backtrace-ext v0.2.1
2802024-12-15T01:10:44.009Z Compiling target-spec v3.2.2
2812024-12-15T01:10:44.051Z Compiling equivalent v1.0.1
2822024-12-15T01:10:44.142Z Compiling supports-unicode v3.0.0
2832024-12-15T01:10:44.171Z Compiling tracing-subscriber v0.3.19
2842024-12-15T01:10:44.422Z Compiling cfg-expr v0.17.2
2852024-12-15T01:10:44.577Z Compiling console v0.15.8
2862024-12-15T01:10:44.601Z Compiling either v1.13.0
2872024-12-15T01:10:44.901Z Compiling xxhash-rust v0.8.12
2882024-12-15T01:10:46.473Z Compiling serde_derive v1.0.216
2892024-12-15T01:10:46.569Z Compiling zerocopy-derive v0.7.35
2902024-12-15T01:10:46.844Z Compiling thiserror-impl v1.0.69
2912024-12-15T01:10:46.911Z Compiling tokio-macros v2.4.0
2922024-12-15T01:10:47.253Z Compiling miette-derive v7.4.0
2932024-12-15T01:10:48.395Z Compiling clap_derive v4.5.18
2942024-12-15T01:10:48.419Z Compiling zerocopy v0.7.35
2952024-12-15T01:10:48.419Z Compiling tokio v1.42.0
2962024-12-15T01:10:48.960Z Compiling ppv-lite86 v0.2.20
2972024-12-15T01:10:49.210Z Compiling miette v7.4.0
2982024-12-15T01:10:49.519Z Compiling rand_chacha v0.3.1
2992024-12-15T01:10:50.348Z Compiling clap v4.5.23
3002024-12-15T01:10:50.372Z Compiling rand v0.8.5
3012024-12-15T01:10:54.901Z Compiling indexmap v2.7.0
3022024-12-15T01:10:54.969Z Compiling smol_str v0.3.2
3032024-12-15T01:10:55.500Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3042024-12-15T01:10:56.664Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3052024-12-15T01:10:58.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s
3062024-12-15T01:10:58.803Z
3072024-12-15T01:10:58.803Zreal 23.731612258
3082024-12-15T01:10:58.803Zuser 1:54.524652756
3092024-12-15T01:10:58.803Zsys 18.129497293
3102024-12-15T01:10:58.803Ztrap 0.064905493
3112024-12-15T01:10:58.803Ztflt 0.065898931
3122024-12-15T01:10:58.803Zdflt 0.189210300
3132024-12-15T01:10:58.803Zkflt 0.000736109
3142024-12-15T01:10:58.803Zlock 2:28.979294786
3152024-12-15T01:10:58.803Zslp 6:11.461946076
3162024-12-15T01:10:58.803Zlat 9.289939317
3172024-12-15T01:10:58.803Zstop 15.819171342
3182024-12-15T01:10:58.827Z+ banner no-update
3192024-12-15T01:10:58.827Z
3202024-12-15T01:10:58.827Z # # #### # # ##### ##### ## ##### ######
3212024-12-15T01:10:58.827Z ## # # # # # # # # # # # # #
3222024-12-15T01:10:58.827Z # # # # # ##### # # # # # # # # # #####
3232024-12-15T01:10:58.827Z # # # # # # # ##### # # ###### # #
3242024-12-15T01:10:58.827Z # ## # # # # # # # # # # #
3252024-12-15T01:10:58.827Z # # #### #### # ##### # # # ######
3262024-12-15T01:10:58.827Z
3272024-12-15T01:10:58.827Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3282024-12-15T01:10:58.995Z Downloading crates ...
3292024-12-15T01:10:59.074Z Downloaded atomicwrites v0.4.4
3302024-12-15T01:10:59.099Z Downloaded zstd v0.13.2
3312024-12-15T01:10:59.099Z Downloaded zstd-safe v7.2.1
3322024-12-15T01:10:59.099Z Downloaded zeroize v1.8.1
3332024-12-15T01:10:59.099Z Downloaded humantime-serde v1.1.1
3342024-12-15T01:10:59.099Z Downloaded tracing-error v0.2.0
3352024-12-15T01:10:59.124Z Downloaded version_check v0.9.5
3362024-12-15T01:10:59.124Z Downloaded strip-ansi-escapes v0.2.0
3372024-12-15T01:10:59.124Z Downloaded serde_ignored v0.1.10
3382024-12-15T01:10:59.124Z Downloaded iana-time-zone v0.1.61
3392024-12-15T01:10:59.124Z Downloaded tracing-attributes v0.1.28
3402024-12-15T01:10:59.124Z Downloaded vte v0.11.1
3412024-12-15T01:10:59.124Z Downloaded uuid v1.11.0
3422024-12-15T01:10:59.148Z Downloaded pin-project v1.1.7
3432024-12-15T01:10:59.148Z Downloaded minimal-lexical v0.2.1
3442024-12-15T01:10:59.148Z Downloaded toml_edit v0.22.22
3452024-12-15T01:10:59.172Z Downloaded unicode-normalization v0.1.24
3462024-12-15T01:10:59.196Z Downloaded nom v7.1.3
3472024-12-15T01:10:59.196Z Downloaded itertools v0.13.0
3482024-12-15T01:10:59.196Z Downloaded portable-atomic v1.9.0
3492024-12-15T01:10:59.220Z Downloaded winnow v0.6.20
3502024-12-15T01:10:59.220Z Downloaded chrono v0.4.39
3512024-12-15T01:10:59.244Z Downloaded quick-xml v0.37.1
3522024-12-15T01:10:59.244Z Downloaded aho-corasick v1.1.3
3532024-12-15T01:10:59.244Z Downloaded regex v1.11.1
3542024-12-15T01:10:59.268Z Downloaded color-spantrace v0.2.1
3552024-12-15T01:10:59.268Z Downloaded futures-util v0.3.31
3562024-12-15T01:10:59.268Z Downloaded nix v0.29.0
3572024-12-15T01:10:59.291Z Downloaded bstr v1.11.1
3582024-12-15T01:10:59.291Z Downloaded guppy v0.17.10
3592024-12-15T01:10:59.314Z Downloaded regex-syntax v0.8.5
3602024-12-15T01:10:59.314Z Downloaded crossterm v0.28.1
3612024-12-15T01:10:59.315Z Downloaded base64 v0.21.7
3622024-12-15T01:10:59.338Z Downloaded indicatif v0.17.9
3632024-12-15T01:10:59.338Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3642024-12-15T01:10:59.362Z Downloaded eyre v0.6.12
3652024-12-15T01:10:59.362Z Downloaded tar v0.4.43
3662024-12-15T01:10:59.362Z Downloaded slab v0.4.9
3672024-12-15T01:10:59.362Z Downloaded ron v0.8.1
3682024-12-15T01:10:59.362Z Downloaded config v0.14.1
3692024-12-15T01:10:59.362Z Downloaded toml v0.8.19
3702024-12-15T01:10:59.386Z Downloaded tinyvec v1.8.0
3712024-12-15T01:10:59.386Z Downloaded signal-hook v0.3.17
3722024-12-15T01:10:59.386Z Downloaded regex-automata v0.4.8
3732024-12-15T01:10:59.410Z Downloaded parking_lot v0.12.3
3742024-12-15T01:10:59.410Z Downloaded lock_api v0.4.12
3752024-12-15T01:10:59.410Z Downloaded color-eyre v0.6.3
3762024-12-15T01:10:59.410Z Downloaded futures v0.3.31
3772024-12-15T01:10:59.410Z Downloaded dialoguer v0.11.0
3782024-12-15T01:10:59.435Z Downloaded derive-where v1.2.7
3792024-12-15T01:10:59.435Z Downloaded ahash v0.8.11
3802024-12-15T01:10:59.435Z Downloaded petgraph v0.6.5
3812024-12-15T01:10:59.458Z Downloaded tokio-stream v0.1.17
3822024-12-15T01:10:59.459Z Downloaded thiserror v2.0.7
3832024-12-15T01:10:59.459Z Downloaded tempfile v3.13.0
3842024-12-15T01:10:59.459Z Downloaded shell-words v1.1.0
3852024-12-15T01:10:59.459Z Downloaded semver v1.0.24
3862024-12-15T01:10:59.459Z Downloaded scopeguard v1.2.0
3872024-12-15T01:10:59.459Z Downloaded pkg-config v0.3.31
3882024-12-15T01:10:59.459Z Downloaded pin-project-internal v1.1.7
3892024-12-15T01:10:59.459Z Downloaded parking_lot_core v0.9.10
3902024-12-15T01:10:59.483Z Downloaded owo-colors v3.5.0
3912024-12-15T01:10:59.483Z Downloaded indent_write v2.2.0
3922024-12-15T01:10:59.483Z Downloaded globset v0.4.15
3932024-12-15T01:10:59.483Z Downloaded futures-sink v0.3.31
3942024-12-15T01:10:59.483Z Downloaded futures-channel v0.3.31
3952024-12-15T01:10:59.483Z Downloaded duct v0.13.7
3962024-12-15T01:10:59.483Z Downloaded cargo_metadata v0.19.1
3972024-12-15T01:10:59.483Z Downloaded quick-junit v0.5.1
3982024-12-15T01:10:59.483Z Downloaded pin-utils v0.1.0
3992024-12-15T01:10:59.483Z Downloaded os_pipe v1.2.1
4002024-12-15T01:10:59.483Z Downloaded camino-tempfile v1.1.1
4012024-12-15T01:10:59.483Z Downloaded thiserror-impl v2.0.7
4022024-12-15T01:10:59.483Z Downloaded static_assertions v1.1.0
4032024-12-15T01:10:59.507Z Downloaded signal-hook-mio v0.2.4
4042024-12-15T01:10:59.507Z Downloaded serde_spanned v0.6.8
4052024-12-15T01:10:59.507Z Downloaded serde_path_to_error v0.1.16
4062024-12-15T01:10:59.507Z Downloaded newtype-uuid v1.1.3
4072024-12-15T01:10:59.507Z Downloaded toml_datetime v0.6.8
4082024-12-15T01:10:59.507Z Downloaded shared_child v1.0.1
4092024-12-15T01:10:59.507Z Downloaded futures-io v0.3.31
4102024-12-15T01:10:59.507Z Downloaded fnv v1.0.7
4112024-12-15T01:10:59.507Z Downloaded fixedbitset v0.4.2
4122024-12-15T01:10:59.507Z Downloaded fastrand v2.1.1
4132024-12-15T01:10:59.507Z Downloaded humantime v2.1.0
4142024-12-15T01:10:59.507Z Downloaded home v0.5.9
4152024-12-15T01:10:59.507Z Downloaded recursion v0.5.2
4162024-12-15T01:10:59.531Z Downloaded futures-task v0.3.31
4172024-12-15T01:10:59.531Z Downloaded futures-macro v0.3.31
4182024-12-15T01:10:59.531Z Downloaded futures-executor v0.3.31
4192024-12-15T01:10:59.531Z Downloaded futures-core v0.3.31
4202024-12-15T01:10:59.531Z Downloaded future-queue v0.3.0
4212024-12-15T01:10:59.531Z Downloaded filetime v0.2.25
4222024-12-15T01:10:59.531Z Downloaded debug-ignore v1.0.5
4232024-12-15T01:10:59.531Z Downloaded cargo-platform v0.1.9
4242024-12-15T01:10:59.532Z Downloaded async-scoped v0.9.0
4252024-12-15T01:10:59.532Z Downloaded xattr v1.3.1
4262024-12-15T01:10:59.532Z Downloaded vte_generate_state_changes v0.1.2
4272024-12-15T01:10:59.532Z Downloaded tinyvec_macros v0.1.1
4282024-12-15T01:10:59.532Z Downloaded target-spec-miette v0.4.0
4292024-12-15T01:10:59.532Z Downloaded swrite v0.1.0
4302024-12-15T01:10:59.532Z Downloaded pathdiff v0.2.3
4312024-12-15T01:10:59.532Z Downloaded number_prefix v0.4.0
4322024-12-15T01:10:59.532Z Downloaded indenter v0.3.3
4332024-12-15T01:10:59.532Z Downloaded nested v0.1.1
4342024-12-15T01:10:59.532Z Downloaded enable-ansi-support v0.2.1
4352024-12-15T01:10:59.574Z Compiling rustix v0.38.37
4362024-12-15T01:10:59.598Z Compiling tracing-attributes v0.1.28
4372024-12-15T01:10:59.598Z Compiling mio v1.0.2
4382024-12-15T01:10:59.598Z Compiling futures-core v0.3.31
4392024-12-15T01:10:59.622Z Compiling slab v0.4.9
4402024-12-15T01:10:59.622Z Compiling pkg-config v0.3.31
4412024-12-15T01:10:59.622Z Compiling thiserror v2.0.7
4422024-12-15T01:10:59.622Z Compiling futures-sink v0.3.31
4432024-12-15T01:10:59.790Z Compiling futures-channel v0.3.31
4442024-12-15T01:11:00.043Z Compiling thiserror-impl v2.0.7
4452024-12-15T01:11:00.083Z Compiling futures-macro v0.3.31
4462024-12-15T01:11:00.219Z Compiling version_check v0.9.5
4472024-12-15T01:11:00.332Z Compiling semver v1.0.24
4482024-12-15T01:11:00.475Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4492024-12-15T01:11:00.524Z Compiling futures-io v0.3.31
4502024-12-15T01:11:00.710Z Compiling futures-task v0.3.31
4512024-12-15T01:11:00.812Z Compiling pin-utils v0.1.0
4522024-12-15T01:11:00.872Z Compiling ahash v0.8.11
4532024-12-15T01:11:00.895Z Compiling lock_api v0.4.12
4542024-12-15T01:11:00.946Z Compiling aho-corasick v1.1.3
4552024-12-15T01:11:01.190Z Compiling winnow v0.6.20
4562024-12-15T01:11:01.221Z Compiling signal-hook v0.3.17
4572024-12-15T01:11:01.483Z Compiling regex-syntax v0.8.5
4582024-12-15T01:11:01.555Z Compiling futures-util v0.3.31
4592024-12-15T01:11:01.890Z Compiling tracing v0.1.41
4602024-12-15T01:11:02.216Z Compiling terminal_size v0.4.0
4612024-12-15T01:11:02.361Z Compiling tokio v1.42.0
4622024-12-15T01:11:02.434Z Compiling clap_builder v4.5.23
4632024-12-15T01:11:02.491Z Compiling miette v7.4.0
4642024-12-15T01:11:03.733Z Compiling parking_lot_core v0.9.10
4652024-12-15T01:11:04.055Z Compiling fastrand v2.1.1
4662024-12-15T01:11:04.473Z Compiling tempfile v3.13.0
4672024-12-15T01:11:05.004Z Compiling regex-automata v0.4.8
4682024-12-15T01:11:05.109Z Compiling clap v4.5.23
4692024-12-15T01:11:05.303Z Compiling pathdiff v0.2.3
4702024-12-15T01:11:05.413Z Compiling cargo-platform v0.1.9
4712024-12-15T01:11:05.631Z Compiling toml_datetime v0.6.8
4722024-12-15T01:11:05.815Z Compiling serde_spanned v0.6.8
4732024-12-15T01:11:05.909Z Compiling vte_generate_state_changes v0.1.2
4742024-12-15T01:11:05.984Z Compiling scopeguard v1.2.0
4752024-12-15T01:11:06.034Z Compiling zstd-safe v7.2.1
4762024-12-15T01:11:06.086Z Compiling portable-atomic v1.9.0
4772024-12-15T01:11:06.330Z Compiling cfg_aliases v0.2.1
4782024-12-15T01:11:06.408Z Compiling fixedbitset v0.4.2
4792024-12-15T01:11:06.432Z Compiling newtype-uuid v1.1.3
4802024-12-15T01:11:06.699Z Compiling petgraph v0.6.5
4812024-12-15T01:11:06.723Z Compiling nix v0.29.0
4822024-12-15T01:11:06.781Z Compiling vte v0.11.1
4832024-12-15T01:11:07.136Z Compiling toml_edit v0.22.22
4842024-12-15T01:11:07.306Z Compiling cargo_metadata v0.19.1
4852024-12-15T01:11:07.712Z Compiling futures-executor v0.3.31
4862024-12-15T01:11:08.981Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4872024-12-15T01:11:09.065Z Compiling itertools v0.13.0
4882024-12-15T01:11:09.238Z Compiling uuid v1.11.0
4892024-12-15T01:11:09.843Z Compiling pin-project-internal v1.1.7
4902024-12-15T01:11:09.976Z Compiling bstr v1.11.1
4912024-12-15T01:11:10.262Z Compiling debug-ignore v1.0.5
4922024-12-15T01:11:10.380Z Compiling eyre v0.6.12
4932024-12-15T01:11:10.874Z Compiling static_assertions v1.1.0
4942024-12-15T01:11:10.941Z Compiling minimal-lexical v0.2.1
4952024-12-15T01:11:10.965Z Compiling nested v0.1.1
4962024-12-15T01:11:11.184Z Compiling iana-time-zone v0.1.61
4972024-12-15T01:11:11.356Z Compiling tinyvec_macros v0.1.1
4982024-12-15T01:11:11.435Z Compiling tinyvec v1.8.0
4992024-12-15T01:11:11.485Z Compiling chrono v0.4.39
5002024-12-15T01:11:11.556Z Compiling guppy v0.17.10
5012024-12-15T01:11:12.021Z Compiling pin-project v1.1.7
5022024-12-15T01:11:12.119Z Compiling nom v7.1.3
5032024-12-15T01:11:12.523Z Compiling globset v0.4.15
5042024-12-15T01:11:12.831Z Compiling toml v0.8.19
5052024-12-15T01:11:13.857Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
5062024-12-15T01:11:13.966Z Compiling parking_lot v0.12.3
5072024-12-15T01:11:14.066Z Compiling signal-hook-mio v0.2.4
5082024-12-15T01:11:14.189Z Compiling regex v1.11.1
5092024-12-15T01:11:14.212Z Compiling futures v0.3.31
5102024-12-15T01:11:14.281Z Compiling strip-ansi-escapes v0.2.0
5112024-12-15T01:11:14.617Z Compiling tracing-error v0.2.0
5122024-12-15T01:11:14.682Z Compiling xattr v1.3.1
5132024-12-15T01:11:14.886Z Compiling shared_child v1.0.1
5142024-12-15T01:11:14.910Z Compiling os_pipe v1.2.1
5152024-12-15T01:11:15.012Z Compiling filetime v0.2.25
5162024-12-15T01:11:15.128Z Compiling quick-xml v0.37.1
5172024-12-15T01:11:15.245Z Compiling owo-colors v3.5.0
5182024-12-15T01:11:15.270Z Compiling recursion v0.5.2
5192024-12-15T01:11:15.383Z Compiling fnv v1.0.7
5202024-12-15T01:11:15.487Z Compiling indenter v0.3.3
5212024-12-15T01:11:15.566Z Compiling shell-words v1.1.0
5222024-12-15T01:11:15.590Z Compiling number_prefix v0.4.0
5232024-12-15T01:11:15.617Z Compiling humantime v2.1.0
5242024-12-15T01:11:15.794Z Compiling indicatif v0.17.9
5252024-12-15T01:11:16.036Z Compiling quick-junit v0.5.1
5262024-12-15T01:11:16.080Z Compiling zstd v0.13.2
5272024-12-15T01:11:16.401Z Compiling humantime-serde v1.1.1
5282024-12-15T01:11:16.530Z Compiling color-spantrace v0.2.1
5292024-12-15T01:11:16.592Z Compiling future-queue v0.3.0
5302024-12-15T01:11:16.695Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5312024-12-15T01:11:16.719Z Compiling tar v0.4.43
5322024-12-15T01:11:16.743Z Compiling duct v0.13.7
5332024-12-15T01:11:16.950Z Compiling config v0.14.1
5342024-12-15T01:11:17.639Z Compiling async-scoped v0.9.0
5352024-12-15T01:11:17.663Z Compiling crossterm v0.28.1
5362024-12-15T01:11:17.851Z Compiling unicode-normalization v0.1.24
5372024-12-15T01:11:17.912Z Compiling tokio-stream v0.1.17
5382024-12-15T01:11:17.935Z Compiling camino-tempfile v1.1.1
5392024-12-15T01:11:18.274Z Compiling atomicwrites v0.4.4
5402024-12-15T01:11:18.530Z Compiling target-spec-miette v0.4.0
5412024-12-15T01:11:18.608Z Compiling serde_path_to_error v0.1.16
5422024-12-15T01:11:18.632Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
5432024-12-15T01:11:18.632Z Compiling serde_ignored v0.1.10
5442024-12-15T01:11:18.840Z Compiling derive-where v1.2.7
5452024-12-15T01:11:18.914Z Compiling indent_write v2.2.0
5462024-12-15T01:11:18.938Z Compiling swrite v0.1.0
5472024-12-15T01:11:18.983Z Compiling zeroize v1.8.1
5482024-12-15T01:11:19.021Z Compiling home v0.5.9
5492024-12-15T01:11:19.074Z Compiling color-eyre v0.6.3
5502024-12-15T01:11:19.221Z Compiling dialoguer v0.11.0
5512024-12-15T01:11:19.245Z Compiling enable-ansi-support v0.2.1
5522024-12-15T01:11:20.447Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
5532024-12-15T01:11:48.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s
5542024-12-15T01:11:48.591Z
5552024-12-15T01:11:48.615Zreal 49.768124353
5562024-12-15T01:11:48.616Zuser 3:07.748601567
5572024-12-15T01:11:48.616Zsys 24.381509615
5582024-12-15T01:11:48.616Ztrap 0.101014309
5592024-12-15T01:11:48.616Ztflt 0.156104628
5602024-12-15T01:11:48.616Zdflt 0.197961067
5612024-12-15T01:11:48.616Zkflt 0.001106276
5622024-12-15T01:11:48.616Zlock 5:50.011191825
5632024-12-15T01:11:48.616Zslp 11:22.322000783
5642024-12-15T01:11:48.616Zlat 6.811849896
5652024-12-15T01:11:48.616Zstop 8.809536428
5662024-12-15T01:11:48.616Z+ banner nextest
5672024-12-15T01:11:48.616Z
5682024-12-15T01:11:48.616Z # # ###### # # ##### ###### #### #####
5692024-12-15T01:11:48.616Z ## # # # # # # # #
5702024-12-15T01:11:48.616Z # # # ##### ## # ##### #### #
5712024-12-15T01:11:48.616Z # # # # ## # # # #
5722024-12-15T01:11:48.616Z # ## # # # # # # # #
5732024-12-15T01:11:48.616Z # # ###### # # # ###### #### #
5742024-12-15T01:11:48.616Z
5752024-12-15T01:11:48.616Z+ ptime -m cargo build --package cargo-nextest
5762024-12-15T01:11:48.799Z Downloading crates ...
5772024-12-15T01:11:48.944Z Downloaded adler2 v2.0.0
5782024-12-15T01:11:48.969Z Downloaded foreign-types-shared v0.1.1
5792024-12-15T01:11:48.969Z Downloaded generic-array v0.14.7
5802024-12-15T01:11:48.969Z Downloaded want v0.3.1
5812024-12-15T01:11:48.969Z Downloaded urlencoding v2.1.3
5822024-12-15T01:11:48.969Z Downloaded sync_wrapper v1.0.1
5832024-12-15T01:11:48.993Z Downloaded untrusted v0.9.0
5842024-12-15T01:11:48.993Z Downloaded zipsign-api v0.1.2
5852024-12-15T01:11:48.993Z Downloaded utf8_iter v1.0.4
5862024-12-15T01:11:48.993Z Downloaded self_update v0.41.0
5872024-12-15T01:11:48.993Z Downloaded typenum v1.17.0
5882024-12-15T01:11:48.993Z Downloaded quinn v0.11.5
5892024-12-15T01:11:49.017Z Downloaded url v2.5.4
5902024-12-15T01:11:49.017Z Downloaded idna v1.0.3
5912024-12-15T01:11:49.017Z Downloaded hyper v1.5.0
5922024-12-15T01:11:49.017Z Downloaded http v1.2.0
5932024-12-15T01:11:49.041Z Downloaded flate2 v1.0.34
5942024-12-15T01:11:49.041Z Downloaded reqwest v0.12.8
5952024-12-15T01:11:49.041Z Downloaded rustls-webpki v0.102.8
5962024-12-15T01:11:49.066Z Downloaded vcpkg v0.2.15
5972024-12-15T01:11:49.101Z Downloaded webpki-roots v0.26.6
5982024-12-15T01:11:49.124Z Downloaded quinn-proto v0.11.8
5992024-12-15T01:11:49.124Z Downloaded openssl v0.10.68
6002024-12-15T01:11:49.147Z Downloaded quick-xml v0.23.1
6012024-12-15T01:11:49.148Z Downloaded ed25519-dalek v2.1.1
6022024-12-15T01:11:49.148Z Downloaded der v0.7.9
6032024-12-15T01:11:49.148Z Downloaded curve25519-dalek v4.1.3
6042024-12-15T01:11:49.171Z Downloaded rustls v0.23.19
6052024-12-15T01:11:49.171Z Downloaded openssl-sys v0.9.104
6062024-12-15T01:11:49.194Z Downloaded base64 v0.22.1
6072024-12-15T01:11:49.194Z Downloaded spin v0.9.8
6082024-12-15T01:11:49.194Z Downloaded miniz_oxide v0.8.0
6092024-12-15T01:11:49.195Z Downloaded hyper-util v0.1.9
6102024-12-15T01:11:49.195Z Downloaded rustls-pki-types v1.10.0
6112024-12-15T01:11:49.195Z Downloaded httparse v1.9.5
6122024-12-15T01:11:49.195Z Downloaded crc32fast v1.4.2
6132024-12-15T01:11:49.218Z Downloaded tokio-rustls v0.26.0
6142024-12-15T01:11:49.219Z Downloaded sha2 v0.10.8
6152024-12-15T01:11:49.219Z Downloaded rustls-pemfile v2.2.0
6162024-12-15T01:11:49.219Z Downloaded rustc_version v0.4.1
6172024-12-15T01:11:49.219Z Downloaded pkcs8 v0.10.2
6182024-12-15T01:11:49.219Z Downloaded const-oid v0.9.6
6192024-12-15T01:11:49.219Z Downloaded tokio-native-tls v0.3.1
6202024-12-15T01:11:49.219Z Downloaded serde_urlencoded v0.7.1
6212024-12-15T01:11:49.219Z Downloaded native-tls v0.2.12
6222024-12-15T01:11:49.219Z Downloaded hyper-rustls v0.27.3
6232024-12-15T01:11:49.244Z Downloaded base64ct v1.6.0
6242024-12-15T01:11:49.244Z Downloaded subtle v2.6.1
6252024-12-15T01:11:49.244Z Downloaded spki v0.7.3
6262024-12-15T01:11:49.244Z Downloaded signature v2.2.0
6272024-12-15T01:11:49.244Z Downloaded self-replace v1.5.0
6282024-12-15T01:11:49.244Z Downloaded rustc-hash v2.0.0
6292024-12-15T01:11:49.244Z Downloaded quinn-udp v0.5.5
6302024-12-15T01:11:49.244Z Downloaded percent-encoding v2.3.1
6312024-12-15T01:11:49.244Z Downloaded curve25519-dalek-derive v0.1.1
6322024-12-15T01:11:49.244Z Downloaded mukti-metadata v0.3.0
6332024-12-15T01:11:49.244Z Downloaded mime v0.3.17
6342024-12-15T01:11:49.244Z Downloaded ipnet v2.10.1
6352024-12-15T01:11:49.244Z Downloaded hyper-tls v0.6.0
6362024-12-15T01:11:49.244Z Downloaded digest v0.10.7
6372024-12-15T01:11:49.244Z Downloaded crypto-common v0.1.6
6382024-12-15T01:11:49.244Z Downloaded cpufeatures v0.2.14
6392024-12-15T01:11:49.244Z Downloaded try-lock v0.2.5
6402024-12-15T01:11:49.269Z Downloaded openssl-probe v0.1.5
6412024-12-15T01:11:49.269Z Downloaded idna_adapter v1.0.0
6422024-12-15T01:11:49.269Z Downloaded http-body-util v0.1.2
6432024-12-15T01:11:49.269Z Downloaded http-body v1.0.1
6442024-12-15T01:11:49.269Z Downloaded hex v0.4.3
6452024-12-15T01:11:49.269Z Downloaded form_urlencoded v1.2.1
6462024-12-15T01:11:49.269Z Downloaded ed25519 v2.2.3
6472024-12-15T01:11:49.269Z Downloaded tower-service v0.3.3
6482024-12-15T01:11:49.269Z Downloaded openssl-macros v0.1.1
6492024-12-15T01:11:49.269Z Downloaded block-buffer v0.10.4
6502024-12-15T01:11:49.269Z Downloaded foreign-types v0.3.2
6512024-12-15T01:11:49.293Z Downloaded ring v0.17.8
6522024-12-15T01:11:49.421Z Compiling smallvec v1.13.2
6532024-12-15T01:11:49.444Z Compiling socket2 v0.5.7
6542024-12-15T01:11:49.444Z Compiling futures-channel v0.3.31
6552024-12-15T01:11:49.468Z Compiling ring v0.17.8
6562024-12-15T01:11:49.468Z Compiling rustls-pki-types v1.10.0
6572024-12-15T01:11:49.491Z Compiling http v1.2.0
6582024-12-15T01:11:49.491Z Compiling httparse v1.9.5
6592024-12-15T01:11:49.491Z Compiling typenum v1.17.0
6602024-12-15T01:11:49.733Z Compiling futures-util v0.3.31
6612024-12-15T01:11:49.768Z Compiling untrusted v0.9.0
6622024-12-15T01:11:49.908Z Compiling tokio v1.42.0
6632024-12-15T01:11:49.987Z Compiling spin v0.9.8
6642024-12-15T01:11:50.192Z Compiling generic-array v0.14.7
6652024-12-15T01:11:50.216Z Compiling rustls v0.23.19
6662024-12-15T01:11:50.311Z Compiling try-lock v0.2.5
6672024-12-15T01:11:50.429Z Compiling want v0.3.1
6682024-12-15T01:11:50.492Z Compiling cfg-expr v0.17.2
6692024-12-15T01:11:50.726Z Compiling http-body v1.0.1
6702024-12-15T01:11:50.917Z Compiling percent-encoding v2.3.1
6712024-12-15T01:11:51.175Z Compiling subtle v2.6.1
6722024-12-15T01:11:51.290Z Compiling target-spec v3.2.2
6732024-12-15T01:11:51.378Z Compiling form_urlencoded v1.2.1
6742024-12-15T01:11:51.464Z Compiling utf8_iter v1.0.4
6752024-12-15T01:11:51.641Z Compiling tower-service v0.3.3
6762024-12-15T01:11:51.665Z Compiling idna_adapter v1.0.0
6772024-12-15T01:11:51.665Z Compiling webpki-roots v0.26.6
6782024-12-15T01:11:51.744Z Compiling idna v1.0.3
6792024-12-15T01:11:51.768Z Compiling adler2 v2.0.0
6802024-12-15T01:11:51.821Z Compiling parking_lot_core v0.9.10
6812024-12-15T01:11:51.930Z Compiling miniz_oxide v0.8.0
6822024-12-15T01:11:52.102Z Compiling crypto-common v0.1.6
6832024-12-15T01:11:52.240Z Compiling url v2.5.4
6842024-12-15T01:11:52.292Z Compiling block-buffer v0.10.4
6852024-12-15T01:11:52.457Z Compiling serde_urlencoded v0.7.1
6862024-12-15T01:11:52.838Z Compiling rustls-pemfile v2.2.0
6872024-12-15T01:11:53.046Z Compiling sync_wrapper v1.0.1
6882024-12-15T01:11:53.083Z Compiling crc32fast v1.4.2
6892024-12-15T01:11:53.110Z Compiling ipnet v2.10.1
6902024-12-15T01:11:53.170Z Compiling mime v0.3.17
6912024-12-15T01:11:53.195Z Compiling base64 v0.22.1
6922024-12-15T01:11:53.351Z Compiling self_update v0.41.0
6932024-12-15T01:11:53.612Z Compiling guppy v0.17.10
6942024-12-15T01:11:53.656Z Compiling flate2 v1.0.34
6952024-12-15T01:11:53.695Z Compiling digest v0.10.7
6962024-12-15T01:11:53.732Z Compiling parking_lot v0.12.3
6972024-12-15T01:11:53.955Z Compiling futures-executor v0.3.31
6982024-12-15T01:11:54.073Z Compiling http-body-util v0.1.2
6992024-12-15T01:11:54.210Z Compiling futures v0.3.31
7002024-12-15T01:11:54.296Z Compiling self-replace v1.5.0
7012024-12-15T01:11:54.379Z Compiling quick-xml v0.23.1
7022024-12-15T01:11:54.403Z Compiling urlencoding v2.1.3
7032024-12-15T01:11:54.427Z Compiling cpufeatures v0.2.14
7042024-12-15T01:11:54.453Z Compiling crossterm v0.28.1
7052024-12-15T01:11:54.510Z Compiling sha2 v0.10.8
7062024-12-15T01:11:54.534Z Compiling future-queue v0.3.0
7072024-12-15T01:11:54.681Z Compiling target-spec-miette v0.4.0
7082024-12-15T01:11:54.804Z Compiling mukti-metadata v0.3.0
7092024-12-15T01:11:54.969Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
7102024-12-15T01:11:55.165Z Compiling hex v0.4.3
7112024-12-15T01:11:56.594Z Compiling rustls-webpki v0.102.8
7122024-12-15T01:11:57.466Z Compiling hyper v1.5.0
7132024-12-15T01:11:57.516Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7142024-12-15T01:11:57.545Z Compiling tokio-stream v0.1.17
7152024-12-15T01:11:57.585Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7162024-12-15T01:11:57.609Z Compiling async-scoped v0.9.0
7172024-12-15T01:11:58.563Z Compiling hyper-util v0.1.9
7182024-12-15T01:11:58.851Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7192024-12-15T01:12:01.308Z Compiling tokio-rustls v0.26.0
7202024-12-15T01:12:01.559Z Compiling hyper-rustls v0.27.3
7212024-12-15T01:12:01.796Z Compiling reqwest v0.12.8
7222024-12-15T01:12:04.127Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
7232024-12-15T01:12:35.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.57s
7242024-12-15T01:12:35.305Z
7252024-12-15T01:12:35.329Zreal 46.691211120
7262024-12-15T01:12:35.329Zuser 2:26.680234354
7272024-12-15T01:12:35.329Zsys 16.710121528
7282024-12-15T01:12:35.329Ztrap 0.070274756
7292024-12-15T01:12:35.329Ztflt 0.091155488
7302024-12-15T01:12:35.329Zdflt 0.193671430
7312024-12-15T01:12:35.329Zkflt 0.000010961
7322024-12-15T01:12:35.329Zlock 3:31.693436873
7332024-12-15T01:12:35.329Zslp 6:40.532943875
7342024-12-15T01:12:35.329Zlat 4.602001616
7352024-12-15T01:12:35.329Zstop 5.067695454
7362024-12-15T01:12:35.329Z+ banner all targets
7372024-12-15T01:12:35.329Z
7382024-12-15T01:12:35.329Z ## # #
7392024-12-15T01:12:35.330Z # # # #
7402024-12-15T01:12:35.330Z # # # #
7412024-12-15T01:12:35.330Z ###### # #
7422024-12-15T01:12:35.330Z # # # #
7432024-12-15T01:12:35.330Z # # ###### ######
7442024-12-15T01:12:35.330Z
7452024-12-15T01:12:35.330Z
7462024-12-15T01:12:35.330Z ##### ## ##### #### ###### ##### ####
7472024-12-15T01:12:35.330Z # # # # # # # # # #
7482024-12-15T01:12:35.330Z # # # # # # ##### # ####
7492024-12-15T01:12:35.330Z # ###### ##### # ### # # #
7502024-12-15T01:12:35.330Z # # # # # # # # # # #
7512024-12-15T01:12:35.330Z # # # # # #### ###### # ####
7522024-12-15T01:12:35.330Z
7532024-12-15T01:12:35.330Z+ ptime -m cargo build --all-targets
7542024-12-15T01:12:35.584Z Downloading crates ...
7552024-12-15T01:12:35.788Z Downloaded bit-set v0.5.3
7562024-12-15T01:12:35.812Z Downloaded cp_r v0.5.2
7572024-12-15T01:12:35.812Z Downloaded rand_xorshift v0.3.0
7582024-12-15T01:12:35.812Z Downloaded diff v0.1.13
7592024-12-15T01:12:35.812Z Downloaded whoami v1.5.2
7602024-12-15T01:12:35.812Z Downloaded wait-timeout v0.2.0
7612024-12-15T01:12:35.812Z Downloaded libtest-mimic v0.8.1
7622024-12-15T01:12:35.812Z Downloaded yansi v1.0.1
7632024-12-15T01:12:35.812Z Downloaded structmeta-derive v0.3.0
7642024-12-15T01:12:35.836Z Downloaded insta v1.41.1
7652024-12-15T01:12:35.836Z Downloaded unarray v0.1.4
7662024-12-15T01:12:35.836Z Downloaded test-strategy v0.4.0
7672024-12-15T01:12:35.836Z Downloaded test-case-core v3.3.1
7682024-12-15T01:12:35.836Z Downloaded structmeta v0.3.0
7692024-12-15T01:12:35.836Z Downloaded proptest v1.5.0
7702024-12-15T01:12:35.860Z Downloaded similar v2.6.0
7712024-12-15T01:12:35.861Z Downloaded quick-error v1.2.3
7722024-12-15T01:12:35.861Z Downloaded maplit v1.0.2
7732024-12-15T01:12:35.861Z Downloaded linked-hash-map v0.5.6
7742024-12-15T01:12:35.861Z Downloaded indoc v2.0.5
7752024-12-15T01:12:35.861Z Downloaded fs-err v3.0.0
7762024-12-15T01:12:35.861Z Downloaded test-case-macros v3.3.1
7772024-12-15T01:12:35.861Z Downloaded test-case v3.3.1
7782024-12-15T01:12:35.861Z Downloaded rusty-fork v0.3.0
7792024-12-15T01:12:35.861Z Downloaded pretty_assertions v1.4.1
7802024-12-15T01:12:35.885Z Downloaded escape8259 v0.5.3
7812024-12-15T01:12:35.885Z Downloaded bit-vec v0.6.3
7822024-12-15T01:12:35.926Z Compiling fs-err v3.0.0
7832024-12-15T01:12:35.926Z Compiling maplit v1.0.2
7842024-12-15T01:12:35.926Z Compiling test-case-core v3.3.1
7852024-12-15T01:12:35.926Z Compiling linked-hash-map v0.5.6
7862024-12-15T01:12:35.950Z Compiling similar v2.6.0
7872024-12-15T01:12:35.950Z Compiling structmeta-derive v0.3.0
7882024-12-15T01:12:35.950Z Compiling wait-timeout v0.2.0
7892024-12-15T01:12:35.950Z Compiling whoami v1.5.2
7902024-12-15T01:12:36.041Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7912024-12-15T01:12:36.261Z Compiling quick-error v1.2.3
7922024-12-15T01:12:36.388Z Compiling bit-vec v0.6.3
7932024-12-15T01:12:36.484Z Compiling rusty-fork v0.3.0
7942024-12-15T01:12:36.508Z Compiling rand_xorshift v0.3.0
7952024-12-15T01:12:36.649Z Compiling unarray v0.1.4
7962024-12-15T01:12:36.740Z Compiling bit-set v0.5.3
7972024-12-15T01:12:36.764Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7982024-12-15T01:12:36.795Z Compiling escape8259 v0.5.3
7992024-12-15T01:12:36.920Z Compiling insta v1.41.1
8002024-12-15T01:12:36.971Z Compiling proptest v1.5.0
8012024-12-15T01:12:37.120Z Compiling libtest-mimic v0.8.1
8022024-12-15T01:12:37.166Z Compiling cp_r v0.5.2
8032024-12-15T01:12:37.376Z Compiling test-case-macros v3.3.1
8042024-12-15T01:12:37.417Z Compiling yansi v1.0.1
8052024-12-15T01:12:37.866Z Compiling structmeta v0.3.0
8062024-12-15T01:12:37.939Z Compiling diff v0.1.13
8072024-12-15T01:12:38.062Z Compiling indoc v2.0.5
8082024-12-15T01:12:38.157Z Compiling test-strategy v0.4.0
8092024-12-15T01:12:38.221Z Compiling test-case v3.3.1
8102024-12-15T01:12:38.305Z Compiling pretty_assertions v1.4.1
8112024-12-15T01:12:38.415Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8122024-12-15T01:12:40.019Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
8132024-12-15T01:12:40.530Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
8142024-12-15T01:12:40.786Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8152024-12-15T01:12:43.776Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8162024-12-15T01:13:20.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.82s
8172024-12-15T01:13:20.286Z
8182024-12-15T01:13:20.286Zreal 44.961760340
8192024-12-15T01:13:20.286Zuser 3:04.001646173
8202024-12-15T01:13:20.310Zsys 24.335695753
8212024-12-15T01:13:20.310Ztrap 0.093511556
8222024-12-15T01:13:20.310Ztflt 0.011228353
8232024-12-15T01:13:20.310Zdflt 0.119894922
8242024-12-15T01:13:20.311Zkflt 0.000010852
8252024-12-15T01:13:20.311Zlock 5:12.732847158
8262024-12-15T01:13:20.311Zslp 11:55.101687592
8272024-12-15T01:13:20.311Zlat 7.365355123
8282024-12-15T01:13:20.311Zstop 4.326425332
8292024-12-15T01:13:20.311Z+ banner all features
8302024-12-15T01:13:20.311Z
8312024-12-15T01:13:20.311Z ## # #
8322024-12-15T01:13:20.311Z # # # #
8332024-12-15T01:13:20.311Z # # # #
8342024-12-15T01:13:20.311Z ###### # #
8352024-12-15T01:13:20.311Z # # # #
8362024-12-15T01:13:20.311Z # # ###### ######
8372024-12-15T01:13:20.311Z
8382024-12-15T01:13:20.311Z
8392024-12-15T01:13:20.311Z ###### ###### ## ##### # # ##### ###### ####
8402024-12-15T01:13:20.311Z # # # # # # # # # # #
8412024-12-15T01:13:20.311Z ##### ##### # # # # # # # ##### ####
8422024-12-15T01:13:20.311Z # # ###### # # # ##### # #
8432024-12-15T01:13:20.311Z # # # # # # # # # # # #
8442024-12-15T01:13:20.311Z # ###### # # # #### # # ###### ####
8452024-12-15T01:13:20.311Z
8462024-12-15T01:13:20.311Z+ ptime -m cargo build --all-features
8472024-12-15T01:13:20.500Z Downloading crates ...
8482024-12-15T01:13:20.679Z Downloaded atomic-waker v1.1.2
8492024-12-15T01:13:20.703Z Downloaded tower-layer v0.3.3
8502024-12-15T01:13:20.703Z Downloaded prost-derive v0.13.3
8512024-12-15T01:13:20.703Z Downloaded prost v0.13.3
8522024-12-15T01:13:20.704Z Downloaded prost-types v0.13.3
8532024-12-15T01:13:20.704Z Downloaded axum v0.7.7
8542024-12-15T01:13:20.728Z Downloaded tower v0.4.13
8552024-12-15T01:13:20.728Z Downloaded tower v0.5.1
8562024-12-15T01:13:20.752Z Downloaded console-subscriber v0.4.1
8572024-12-15T01:13:20.752Z Downloaded tokio-util v0.7.12
8582024-12-15T01:13:20.752Z Downloaded h2 v0.4.6
8592024-12-15T01:13:20.776Z Downloaded tonic v0.12.3
8602024-12-15T01:13:20.776Z Downloaded regex-automata v0.1.10
8612024-12-15T01:13:20.776Z Downloaded indexmap v1.9.3
8622024-12-15T01:13:20.776Z Downloaded hashbrown v0.12.3
8632024-12-15T01:13:20.776Z Downloaded crossbeam-channel v0.5.13
8642024-12-15T01:13:20.800Z Downloaded regex-syntax v0.6.29
8652024-12-15T01:13:20.800Z Downloaded hdrhistogram v7.5.4
8662024-12-15T01:13:20.800Z Downloaded matchit v0.7.3
8672024-12-15T01:13:20.800Z Downloaded crossbeam-utils v0.8.20
8682024-12-15T01:13:20.824Z Downloaded console-api v0.8.1
8692024-12-15T01:13:20.824Z Downloaded hyper-timeout v0.5.1
8702024-12-15T01:13:20.824Z Downloaded httpdate v1.0.3
8712024-12-15T01:13:20.824Z Downloaded axum-core v0.4.5
8722024-12-15T01:13:20.824Z Downloaded async-trait v0.1.83
8732024-12-15T01:13:20.824Z Downloaded async-stream-impl v0.3.6
8742024-12-15T01:13:20.824Z Downloaded async-stream v0.3.6
8752024-12-15T01:13:20.825Z Downloaded anyhow v1.0.91
8762024-12-15T01:13:20.825Z Downloaded sync_wrapper v0.1.2
8772024-12-15T01:13:20.825Z Downloaded rustversion v1.0.18
8782024-12-15T01:13:20.825Z Downloaded matchers v0.1.0
8792024-12-15T01:13:20.882Z Compiling futures-sink v0.3.31
8802024-12-15T01:13:20.906Z Compiling byteorder v1.5.0
8812024-12-15T01:13:20.906Z Compiling num-traits v0.2.19
8822024-12-15T01:13:20.906Z Compiling regex-syntax v0.6.29
8832024-12-15T01:13:20.930Z Compiling atomic-waker v1.1.2
8842024-12-15T01:13:20.953Z Compiling httpdate v1.0.3
8852024-12-15T01:13:20.953Z Compiling anyhow v1.0.91
8862024-12-15T01:13:20.977Z Compiling tower-layer v0.3.3
8872024-12-15T01:13:21.026Z Compiling futures-channel v0.3.31
8882024-12-15T01:13:21.083Z Compiling tokio-util v0.7.12
8892024-12-15T01:13:21.165Z Compiling rustversion v1.0.18
8902024-12-15T01:13:21.260Z Compiling zerocopy v0.7.35
8912024-12-15T01:13:21.309Z Compiling futures-util v0.3.31
8922024-12-15T01:13:21.333Z Compiling either v1.13.0
8932024-12-15T01:13:21.626Z Compiling itertools v0.13.0
8942024-12-15T01:13:21.718Z Compiling indexmap v1.9.3
8952024-12-15T01:13:21.993Z Compiling h2 v0.4.6
8962024-12-15T01:13:22.191Z Compiling ppv-lite86 v0.2.20
8972024-12-15T01:13:22.289Z Compiling async-trait v0.1.83
8982024-12-15T01:13:22.646Z Compiling hashbrown v0.12.3
8992024-12-15T01:13:22.760Z Compiling rand_chacha v0.3.1
9002024-12-15T01:13:23.162Z Compiling rand v0.8.5
9012024-12-15T01:13:23.397Z Compiling regex-automata v0.1.10
9022024-12-15T01:13:23.618Z Compiling sync_wrapper v0.1.2
9032024-12-15T01:13:23.861Z Compiling async-stream-impl v0.3.6
9042024-12-15T01:13:23.912Z Compiling prost-derive v0.13.3
9052024-12-15T01:13:24.341Z Compiling matchit v0.7.3
9062024-12-15T01:13:24.365Z Compiling crossbeam-utils v0.8.20
9072024-12-15T01:13:24.782Z Compiling matchers v0.1.0
9082024-12-15T01:13:24.823Z Compiling async-stream v0.3.6
9092024-12-15T01:13:24.865Z Compiling ahash v0.8.11
9102024-12-15T01:13:24.965Z Compiling tracing-subscriber v0.3.19
9112024-12-15T01:13:25.071Z Compiling tokio-stream v0.1.17
9122024-12-15T01:13:25.282Z Compiling guppy v0.17.10
9132024-12-15T01:13:25.339Z Compiling http-body-util v0.1.2
9142024-12-15T01:13:25.694Z Compiling hyper v1.5.0
9152024-12-15T01:13:25.771Z Compiling axum-core v0.4.5
9162024-12-15T01:13:25.795Z Compiling tower v0.5.1
9172024-12-15T01:13:25.893Z Compiling tower v0.4.13
9182024-12-15T01:13:26.363Z Compiling futures-executor v0.3.31
9192024-12-15T01:13:26.586Z Compiling prost v0.13.3
9202024-12-15T01:13:26.820Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9212024-12-15T01:13:26.910Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9222024-12-15T01:13:27.191Z Compiling prost-types v0.13.3
9232024-12-15T01:13:27.355Z Compiling proptest v1.5.0
9242024-12-15T01:13:27.791Z Compiling hyper-util v0.1.9
9252024-12-15T01:13:28.800Z Compiling axum v0.7.7
9262024-12-15T01:13:29.046Z Compiling base64 v0.21.7
9272024-12-15T01:13:29.583Z Compiling hyper-timeout v0.5.1
9282024-12-15T01:13:29.607Z Compiling hyper-rustls v0.27.3
9292024-12-15T01:13:29.832Z Compiling chrono v0.4.39
9302024-12-15T01:13:29.882Z Compiling reqwest v0.12.8
9312024-12-15T01:13:29.907Z Compiling crossbeam-channel v0.5.13
9322024-12-15T01:13:30.099Z Compiling hdrhistogram v7.5.4
9332024-12-15T01:13:30.565Z Compiling futures v0.3.31
9342024-12-15T01:13:30.684Z Compiling async-scoped v0.9.0
9352024-12-15T01:13:30.809Z Compiling tracing-error v0.2.0
9362024-12-15T01:13:30.902Z Compiling future-queue v0.3.0
9372024-12-15T01:13:31.021Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
9382024-12-15T01:13:31.101Z Compiling color-spantrace v0.2.1
9392024-12-15T01:13:31.205Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
9402024-12-15T01:13:31.501Z Compiling quick-junit v0.5.1
9412024-12-15T01:13:31.763Z Compiling self_update v0.41.0
9422024-12-15T01:13:32.185Z Compiling color-eyre v0.6.3
9432024-12-15T01:13:32.573Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9442024-12-15T01:13:33.222Z Compiling tonic v0.12.3
9452024-12-15T01:13:35.485Z Compiling console-api v0.8.1
9462024-12-15T01:13:36.563Z Compiling console-subscriber v0.4.1
9472024-12-15T01:13:38.308Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
9482024-12-15T01:13:50.908Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9492024-12-15T01:14:16.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.58s
9502024-12-15T01:14:17.014Z
9512024-12-15T01:14:17.037Zreal 56.704755847
9522024-12-15T01:14:17.037Zuser 3:22.659682841
9532024-12-15T01:14:17.037Zsys 27.324813898
9542024-12-15T01:14:17.038Ztrap 0.092110743
9552024-12-15T01:14:17.038Ztflt 0.035961127
9562024-12-15T01:14:17.038Zdflt 0.261342053
9572024-12-15T01:14:17.038Zkflt 0.000067625
9582024-12-15T01:14:17.038Zlock 5:47.409660992
9592024-12-15T01:14:17.038Zslp 12:08.226018076
9602024-12-15T01:14:17.038Zlat 6.261292100
9612024-12-15T01:14:17.038Zstop 6.813714198
9622024-12-15T01:14:17.038Z+ banner doctests
9632024-12-15T01:14:17.038Z
9642024-12-15T01:14:17.038Z ##### #### #### ##### ###### #### ##### ####
9652024-12-15T01:14:17.038Z # # # # # # # # # # #
9662024-12-15T01:14:17.038Z # # # # # # ##### #### # ####
9672024-12-15T01:14:17.038Z # # # # # # # # # #
9682024-12-15T01:14:17.038Z # # # # # # # # # # # # #
9692024-12-15T01:14:17.038Z ##### #### #### # ###### #### # ####
9702024-12-15T01:14:17.038Z
9712024-12-15T01:14:17.038Z+ ptime -m cargo test --doc
9722024-12-15T01:14:17.504Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
9732024-12-15T01:14:17.528Z Doc-tests cargo_nextest
9742024-12-15T01:14:18.067Z
9752024-12-15T01:14:18.068Zrunning 0 tests
9762024-12-15T01:14:18.069Z
9772024-12-15T01:14:18.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9782024-12-15T01:14:18.093Z
9792024-12-15T01:14:18.093Z Doc-tests fixture_data
9802024-12-15T01:14:18.176Z
9812024-12-15T01:14:18.176Zrunning 0 tests
9822024-12-15T01:14:18.176Z
9832024-12-15T01:14:18.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9842024-12-15T01:14:18.176Z
9852024-12-15T01:14:18.200Z Doc-tests integration_tests
9862024-12-15T01:14:18.277Z
9872024-12-15T01:14:18.277Zrunning 0 tests
9882024-12-15T01:14:18.277Z
9892024-12-15T01:14:18.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9902024-12-15T01:14:18.278Z
9912024-12-15T01:14:18.301Z Doc-tests nextest_filtering
9922024-12-15T01:14:18.457Z
9932024-12-15T01:14:18.457Zrunning 0 tests
9942024-12-15T01:14:18.457Z
9952024-12-15T01:14:18.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9962024-12-15T01:14:18.457Z
9972024-12-15T01:14:18.481Z Doc-tests nextest_metadata
9982024-12-15T01:14:18.663Z
9992024-12-15T01:14:18.663Zrunning 2 tests
10002024-12-15T01:14:19.373Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
10012024-12-15T01:14:22.508Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
10022024-12-15T01:14:22.508Z
10032024-12-15T01:14:22.531Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.85s
10042024-12-15T01:14:22.531Z
10052024-12-15T01:14:22.531Z Doc-tests nextest_runner
10062024-12-15T01:14:23.417Z
10072024-12-15T01:14:23.417Zrunning 0 tests
10082024-12-15T01:14:23.417Z
10092024-12-15T01:14:23.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10102024-12-15T01:14:23.417Z
10112024-12-15T01:14:23.458Z Doc-tests nextest_workspace_hack
10122024-12-15T01:14:23.512Z
10132024-12-15T01:14:23.513Zrunning 0 tests
10142024-12-15T01:14:23.513Z
10152024-12-15T01:14:23.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10162024-12-15T01:14:23.513Z
10172024-12-15T01:14:23.545Z
10182024-12-15T01:14:23.569Zreal 6.502542360
10192024-12-15T01:14:23.569Zuser 6.181698042
10202024-12-15T01:14:23.569Zsys 2.115926896
10212024-12-15T01:14:23.569Ztrap 0.001515492
10222024-12-15T01:14:23.569Ztflt 0.008778909
10232024-12-15T01:14:23.569Zdflt 0.007337862
10242024-12-15T01:14:23.569Zkflt 0.000000000
10252024-12-15T01:14:23.569Zlock 10.900495759
10262024-12-15T01:14:23.569Zslp 34.991741833
10272024-12-15T01:14:23.569Zlat 0.059804679
10282024-12-15T01:14:23.569Zstop 0.141016228
10292024-12-15T01:14:23.569Z+ banner local-nt
10302024-12-15T01:14:23.569Z
10312024-12-15T01:14:23.570Z # #### #### ## # # # #####
10322024-12-15T01:14:23.570Z # # # # # # # # ## # #
10332024-12-15T01:14:23.570Z # # # # # # # ##### # # # #
10342024-12-15T01:14:23.570Z # # # # ###### # # # # #
10352024-12-15T01:14:23.570Z # # # # # # # # # ## #
10362024-12-15T01:14:23.570Z ###### #### #### # # ###### # # #
10372024-12-15T01:14:23.570Z
10382024-12-15T01:14:23.570Z+ ptime -m cargo local-nt run --profile ci
10392024-12-15T01:14:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
10402024-12-15T01:14:23.916Z Running `target/debug/cargo-nextest nextest run --profile ci`
10412024-12-15T01:14:24.481Zinfo: experimental features enabled: setup-scripts
10422024-12-15T01:14:24.809Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
10432024-12-15T01:14:25.042Z────────────
10442024-12-15T01:14:25.042Z Nextest run ID 1cba4649-95bb-435f-a30d-02d2b2134749 with nextest profile: ci
10452024-12-15T01:14:25.042Z Starting 288 tests across 15 binaries (1 test skipped)
10462024-12-15T01:14:25.066Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
10472024-12-15T01:14:25.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
10482024-12-15T01:14:25.414Z Running `target/debug/build-seed-archive`
10492024-12-15T01:14:25.438Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-68fc3c4b950f57c41e5ecde33c835d5701e7154678af7e85481e94cff252cab3.tar.zst, building
10502024-12-15T01:14:27.860Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-68fc3c4b950f57c41e5ecde33c835d5701e7154678af7e85481e94cff252cab3.tar.zst
10512024-12-15T01:14:27.884Z SETUP PASS [ 2.821s] build-seed-archive: cargo run --bin build-seed-archive
10522024-12-15T01:14:27.911Z PASS [ 0.032s] integration-tests::custom-harness thread_count::test_single_threaded
10532024-12-15T01:14:27.935Z PASS [ 0.049s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10542024-12-15T01:14:27.935Z PASS [ 0.054s] integration-tests::custom-harness thread_count::test_multi_threaded
10552024-12-15T01:14:28.033Z PASS [ 0.167s] cargo-nextest dispatch::tests::test_argument_parsing
10562024-12-15T01:14:29.432Z PASS [ 1.566s] integration-tests::integration test_list_binaries_only
10572024-12-15T01:14:29.563Z PASS [ 1.662s] integration-tests::integration test_list_host_after_build
10582024-12-15T01:14:29.857Z PASS [ 1.940s] integration-tests::integration test_list_target_after_build
10592024-12-15T01:14:29.956Z PASS [ 2.090s] integration-tests::integration test_list_default
10602024-12-15T01:14:29.980Z PASS [ 2.112s] integration-tests::integration test_list_full
10612024-12-15T01:14:30.004Z PASS [ 2.130s] integration-tests::integration test_list_full_after_build
10622024-12-15T01:14:32.065Z PASS [ 2.107s] integration-tests::integration test_run_from_archive_with_missing_includes
10632024-12-15T01:14:32.966Z PASS [ 2.968s] integration-tests::integration test_run_no_tests
10642024-12-15T01:14:33.634Z PASS [ 4.070s] integration-tests::integration test_run_after_build
10652024-12-15T01:14:33.761Z PASS [ 5.728s] integration-tests::integration test_relocated_run
10662024-12-15T01:14:33.864Z PASS [ 5.943s] integration-tests::integration test_list_with_default_filter
10672024-12-15T01:14:34.627Z PASS [ 1.659s] integration-tests::integration test_setup_script_error
10682024-12-15T01:14:35.000Z PASS [ 1.363s] integration-tests::integration test_setup_scripts_not_enabled
10692024-12-15T01:14:35.171Z PASS [ 3.106s] integration-tests::integration test_run_with_default_filter
10702024-12-15T01:14:35.248Z PASS [ 0.074s] integration-tests::integration test_version_info
10712024-12-15T01:14:35.272Z PASS [ 5.411s] integration-tests::integration test_run_from_archive_with_includes
10722024-12-15T01:14:35.296Z PASS [ 0.025s] nextest-filtering parsing::tests::test_complex_error
10732024-12-15T01:14:35.320Z PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof
10742024-12-15T01:14:35.344Z PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr
10752024-12-15T01:14:35.368Z PASS [ 1.500s] integration-tests::integration test_show_config_version
10762024-12-15T01:14:35.392Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_and_operator
10772024-12-15T01:14:35.392Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes
10782024-12-15T01:14:35.416Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_glob
10792024-12-15T01:14:35.416Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_or_operator
10802024-12-15T01:14:35.440Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_platform
10812024-12-15T01:14:35.440Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_regex
10822024-12-15T01:14:35.464Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_argument
10832024-12-15T01:14:35.464Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_close_parentheses
10842024-12-15T01:14:35.488Z PASS [ 0.027s] nextest-filtering parsing::tests::test_missing_close_regex
10852024-12-15T01:14:35.488Z PASS [ 0.025s] nextest-filtering parsing::tests::test_missing_open_parentheses
10862024-12-15T01:14:35.512Z PASS [ 0.030s] nextest-filtering parsing::tests::test_missing_parentheses
10872024-12-15T01:14:35.512Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_comma
10882024-12-15T01:14:35.535Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_difference
10892024-12-15T01:14:35.559Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_intersection
10902024-12-15T01:14:35.559Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_not
10912024-12-15T01:14:35.583Z PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_expr_precedence
10922024-12-15T01:14:35.607Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_union
10932024-12-15T01:14:35.630Z PASS [ 0.374s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10942024-12-15T01:14:35.631Z PASS [ 0.076s] nextest-filtering parsing::tests::test_parse_expr_set
10952024-12-15T01:14:35.654Z PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_glob_matcher
10962024-12-15T01:14:35.679Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_name_matcher
10972024-12-15T01:14:35.679Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10982024-12-15T01:14:35.703Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_set_def
10992024-12-15T01:14:35.703Z PASS [ 0.048s] nextest-filtering parsing::tests::test_parse_regex
11002024-12-15T01:14:35.703Z PASS [ 0.032s] nextest-filtering parsing::tests::test_unexpected_argument
11012024-12-15T01:14:35.728Z PASS [ 0.025s] nextest-filtering parsing::tests::test_unexpected_comma
11022024-12-15T01:14:35.728Z PASS [ 0.027s] nextest-filtering::match test_binary_query
11032024-12-15T01:14:35.753Z PASS [ 0.033s] nextest-filtering::match test_expr_binary
11042024-12-15T01:14:35.777Z PASS [ 0.039s] nextest-filtering::match test_expr_binary_id_glob
11052024-12-15T01:14:35.777Z PASS [ 0.029s] nextest-filtering::match test_expr_deps
11062024-12-15T01:14:35.801Z PASS [ 0.031s] nextest-filtering::match test_expr_kind
11072024-12-15T01:14:35.825Z PASS [ 0.026s] nextest-filtering::match test_expr_kind_partial
11082024-12-15T01:14:35.852Z PASS [ 0.033s] nextest-filtering::match test_expr_package_contains
11092024-12-15T01:14:35.852Z PASS [ 5.859s] integration-tests::integration test_run_from_archive_with_no_includes
11102024-12-15T01:14:35.852Z PASS [ 0.030s] nextest-filtering::match test_expr_package_equal
11112024-12-15T01:14:35.877Z PASS [ 0.028s] nextest-filtering::match test_expr_package_regex
11122024-12-15T01:14:35.877Z PASS [ 0.028s] nextest-filtering::match test_expr_platform
11132024-12-15T01:14:35.902Z PASS [ 0.033s] nextest-filtering::match test_expr_rdeps
11142024-12-15T01:14:35.902Z PASS [ 0.026s] nextest-filtering::match test_expr_test
11152024-12-15T01:14:35.926Z PASS [ 0.033s] nextest-filtering::match test_expr_test_difference::with_and_not
11162024-12-15T01:14:35.926Z PASS [ 0.029s] nextest-filtering::match test_expr_test_difference::with_minus
11172024-12-15T01:14:35.926Z PASS [ 0.228s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
11182024-12-15T01:14:35.949Z PASS [ 0.038s] nextest-filtering::match test_expr_test_intersect::with_ampersand
11192024-12-15T01:14:35.949Z PASS [ 0.027s] nextest-filtering::match test_expr_test_not
11202024-12-15T01:14:35.973Z PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_or
11212024-12-15T01:14:35.973Z PASS [ 0.030s] nextest-filtering::match test_expr_test_intersect::with_and
11222024-12-15T01:14:35.973Z PASS [ 0.035s] nextest-filtering::match test_expr_test_union::with_pipe
11232024-12-15T01:14:36.022Z PASS [ 0.038s] nextest-filtering::match test_expr_test_union::with_plus
11242024-12-15T01:14:36.022Z PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord
11252024-12-15T01:14:36.022Z PASS [ 0.041s] nextest-filtering::match test_expr_with_no_matching_packages
11262024-12-15T01:14:36.022Z PASS [ 0.021s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
11272024-12-15T01:14:36.022Z PASS [ 0.023s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
11282024-12-15T01:14:36.480Z PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
11292024-12-15T01:14:36.480Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
11302024-12-15T01:14:36.480Z PASS [ 0.037s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
11312024-12-15T01:14:36.480Z PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
11322024-12-15T01:14:36.604Z PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
11332024-12-15T01:14:36.604Z PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
11342024-12-15T01:14:36.604Z PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11352024-12-15T01:14:36.604Z PASS [ 0.028s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11362024-12-15T01:14:36.604Z PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11372024-12-15T01:14:36.604Z PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11382024-12-15T01:14:36.605Z PASS [ 0.035s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11392024-12-15T01:14:36.605Z PASS [ 0.311s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11402024-12-15T01:14:36.605Z PASS [ 0.323s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11412024-12-15T01:14:36.605Z PASS [ 0.296s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11422024-12-15T01:14:36.605Z PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11432024-12-15T01:14:36.694Z PASS [ 0.297s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11442024-12-15T01:14:36.720Z PASS [ 0.295s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11452024-12-15T01:14:36.720Z PASS [ 0.312s] nextest-runner config::archive::tests::parse_invalid::missing_list
11462024-12-15T01:14:36.720Z PASS [ 0.299s] nextest-runner config::archive::tests::parse_invalid::parent_component
11472024-12-15T01:14:36.743Z PASS [ 0.022s] nextest-runner config::archive::tests::test_join_rel_path
11482024-12-15T01:14:36.744Z PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid
11492024-12-15T01:14:36.767Z PASS [ 0.022s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11502024-12-15T01:14:36.768Z PASS [ 0.026s] nextest-runner config::identifier::tests::test_invalid
11512024-12-15T01:14:36.792Z PASS [ 0.023s] nextest-runner config::identifier::tests::test_valid
11522024-12-15T01:14:36.792Z PASS [ 0.025s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11532024-12-15T01:14:36.815Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate
11542024-12-15T01:14:36.815Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11552024-12-15T01:14:36.839Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11562024-12-15T01:14:36.839Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11572024-12-15T01:14:36.862Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11582024-12-15T01:14:36.886Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11592024-12-15T01:14:36.886Z PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11602024-12-15T01:14:36.910Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11612024-12-15T01:14:36.934Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11622024-12-15T01:14:37.030Z PASS [ 0.334s] nextest-runner config::archive::tests::parse_valid
11632024-12-15T01:14:37.054Z PASS [ 0.331s] nextest-runner config::config_impl::tests::ignored_keys
11642024-12-15T01:14:37.382Z PASS [ 0.481s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11652024-12-15T01:14:37.519Z PASS [ 0.604s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11662024-12-15T01:14:37.569Z PASS [ 0.538s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11672024-12-15T01:14:37.593Z PASS [ 0.505s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11682024-12-15T01:14:37.817Z PASS [ 0.433s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11692024-12-15T01:14:37.942Z PASS [ 0.372s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11702024-12-15T01:14:37.966Z PASS [ 0.441s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11712024-12-15T01:14:37.994Z PASS [ 0.424s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11722024-12-15T01:14:38.166Z PASS [ 0.348s] nextest-runner config::overrides::tests::test_overrides_basic
11732024-12-15T01:14:38.270Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11742024-12-15T01:14:38.293Z PASS [ 3.667s] integration-tests::integration test_target_arg
11752024-12-15T01:14:38.317Z PASS [ 0.363s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11762024-12-15T01:14:38.341Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11772024-12-15T01:14:38.497Z PASS [ 0.330s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11782024-12-15T01:14:38.576Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11792024-12-15T01:14:38.615Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11802024-12-15T01:14:38.668Z PASS [ 0.361s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11812024-12-15T01:14:38.691Z PASS [ 0.343s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11822024-12-15T01:14:38.866Z PASS [ 0.369s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11832024-12-15T01:14:38.900Z PASS [ 5.136s] integration-tests::integration test_show_config_test_groups
11842024-12-15T01:14:38.923Z PASS [ 0.336s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11852024-12-15T01:14:38.923Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11862024-12-15T01:14:38.980Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11872024-12-15T01:14:39.004Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11882024-12-15T01:14:39.161Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11892024-12-15T01:14:39.200Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11902024-12-15T01:14:39.224Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11912024-12-15T01:14:39.224Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11922024-12-15T01:14:39.277Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11932024-12-15T01:14:39.301Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11942024-12-15T01:14:39.459Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11952024-12-15T01:14:39.497Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11962024-12-15T01:14:39.523Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11972024-12-15T01:14:39.523Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11982024-12-15T01:14:39.576Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_valid
11992024-12-15T01:14:39.600Z PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
12002024-12-15T01:14:39.766Z PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
12012024-12-15T01:14:39.806Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
12022024-12-15T01:14:39.830Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
12032024-12-15T01:14:39.830Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
12042024-12-15T01:14:39.879Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
12052024-12-15T01:14:39.903Z PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
12062024-12-15T01:14:40.087Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
12072024-12-15T01:14:40.113Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
12082024-12-15T01:14:40.138Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
12092024-12-15T01:14:40.161Z PASS [ 0.334s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
12102024-12-15T01:14:40.208Z PASS [ 0.329s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
12112024-12-15T01:14:40.244Z PASS [ 0.359s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
12122024-12-15T01:14:40.423Z PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
12132024-12-15T01:14:40.449Z PASS [ 0.340s] nextest-runner config::scripts::tests::test_scripts_basic
12142024-12-15T01:14:40.449Z PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
12152024-12-15T01:14:40.473Z PASS [ 0.319s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
12162024-12-15T01:14:40.527Z PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
12172024-12-15T01:14:40.556Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
12182024-12-15T01:14:40.721Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
12192024-12-15T01:14:40.746Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
12202024-12-15T01:14:40.746Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
12212024-12-15T01:14:40.797Z PASS [ 0.327s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
12222024-12-15T01:14:40.865Z PASS [ 0.337s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
12232024-12-15T01:14:40.891Z PASS [ 5.891s] integration-tests::integration test_target_dir
12242024-12-15T01:14:40.935Z PASS [ 0.378s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
12252024-12-15T01:14:41.070Z PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
12262024-12-15T01:14:41.094Z PASS [ 0.342s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
12272024-12-15T01:14:41.094Z PASS [ 0.363s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
12282024-12-15T01:14:41.150Z PASS [ 0.351s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
12292024-12-15T01:14:41.190Z PASS [ 0.325s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
12302024-12-15T01:14:41.214Z PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
12312024-12-15T01:14:41.248Z PASS [ 0.312s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
12322024-12-15T01:14:41.377Z PASS [ 0.306s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
12332024-12-15T01:14:41.401Z PASS [ 0.311s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12342024-12-15T01:14:41.425Z PASS [ 0.319s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
12352024-12-15T01:14:41.450Z PASS [ 0.300s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
12362024-12-15T01:14:41.495Z PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12372024-12-15T01:14:41.522Z PASS [ 0.310s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12382024-12-15T01:14:41.552Z PASS [ 0.303s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12392024-12-15T01:14:41.701Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12402024-12-15T01:14:41.725Z PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12412024-12-15T01:14:41.748Z PASS [ 0.349s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12422024-12-15T01:14:41.749Z PASS [ 0.024s] nextest-runner config::tool_config::tests::parse_tool_config_file
12432024-12-15T01:14:41.794Z PASS [ 0.061s] nextest-runner errors::tests::display_error_chain
12442024-12-15T01:14:41.818Z PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
12452024-12-15T01:14:41.818Z PASS [ 0.363s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12462024-12-15T01:14:41.841Z PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12472024-12-15T01:14:41.841Z PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list
12482024-12-15T01:14:41.841Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12492024-12-15T01:14:41.865Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12502024-12-15T01:14:41.865Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12512024-12-15T01:14:41.865Z PASS [ 0.066s] nextest-runner errors::tests::display_error_list
12522024-12-15T01:14:41.889Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12532024-12-15T01:14:41.889Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12542024-12-15T01:14:41.889Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12552024-12-15T01:14:41.889Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12562024-12-15T01:14:41.889Z PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12572024-12-15T01:14:41.913Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12582024-12-15T01:14:41.913Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12592024-12-15T01:14:41.937Z PASS [ 0.357s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12602024-12-15T01:14:41.937Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12612024-12-15T01:14:41.937Z PASS [ 0.025s] nextest-runner partition::tests::partitioner_builder_from_str
12622024-12-15T01:14:41.937Z PASS [ 0.033s] nextest-runner list::test_list::tests::test_parse_test_list
12632024-12-15T01:14:41.937Z PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid
12642024-12-15T01:14:41.960Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12652024-12-15T01:14:41.960Z PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12662024-12-15T01:14:41.960Z PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12672024-12-15T01:14:41.960Z PASS [ 0.025s] nextest-runner redact::tests::test_redact_path
12682024-12-15T01:14:41.984Z PASS [ 0.027s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
12692024-12-15T01:14:41.984Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::no_capture_settings
12702024-12-15T01:14:42.009Z PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12712024-12-15T01:14:42.009Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12722024-12-15T01:14:42.009Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12732024-12-15T01:14:42.009Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12742024-12-15T01:14:42.009Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12752024-12-15T01:14:42.032Z PASS [ 0.322s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12762024-12-15T01:14:42.033Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12772024-12-15T01:14:42.033Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12782024-12-15T01:14:42.056Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12792024-12-15T01:14:42.056Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12802024-12-15T01:14:42.056Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_final_warnings
12812024-12-15T01:14:42.056Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12822024-12-15T01:14:42.056Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12832024-12-15T01:14:42.080Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12842024-12-15T01:14:42.080Z PASS [ 0.336s] nextest-runner config::tool_config::tests::tool_config_basic
12852024-12-15T01:14:42.080Z PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12862024-12-15T01:14:42.103Z PASS [ 0.028s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12872024-12-15T01:14:42.104Z PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success
12882024-12-15T01:14:42.104Z PASS [ 0.033s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12892024-12-15T01:14:42.128Z PASS [ 0.037s] nextest-runner reporter::helpers::tests::test_highlight_end
12902024-12-15T01:14:42.128Z PASS [ 0.078s] nextest-runner reporter::displayer::tests::test_info_response
12912024-12-15T01:14:42.153Z PASS [ 0.090s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12922024-12-15T01:14:42.153Z PASS [ 0.030s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12932024-12-15T01:14:42.177Z PASS [ 0.072s] nextest-runner reporter::structured::libtest::test::strips_human_output
12942024-12-15T01:14:42.177Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12952024-12-15T01:14:42.177Z PASS [ 0.043s] nextest-runner reuse_build::tests::test_path_mapper_relative
12962024-12-15T01:14:42.177Z PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12972024-12-15T01:14:42.177Z PASS [ 0.072s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12982024-12-15T01:14:42.201Z PASS [ 0.036s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
12992024-12-15T01:14:42.201Z PASS [ 0.051s] nextest-runner runner::imp::tests::no_capture_settings
13002024-12-15T01:14:42.201Z PASS [ 0.042s] nextest-runner rustc_cli::tests::test_fail_to_spawn
13012024-12-15T01:14:42.225Z PASS [ 0.049s] nextest-runner target_runner::tests::test_find_config
13022024-12-15T01:14:42.251Z PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples
13032024-12-15T01:14:42.251Z PASS [ 0.025s] nextest-runner test_filter::tests::empty_pattern_examples
13042024-12-15T01:14:42.251Z PASS [ 0.033s] nextest-runner test_command::tests::parse_build_script
13052024-12-15T01:14:42.274Z PASS [ 0.110s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
13062024-12-15T01:14:42.298Z PASS [ 0.030s] nextest-runner test_filter::tests::skip_only_pattern_examples
13072024-12-15T01:14:42.325Z PASS [ 0.152s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
13082024-12-15T01:14:42.348Z PASS [ 0.122s] nextest-runner test_filter::tests::proptest_empty
13092024-12-15T01:14:42.430Z PASS [ 0.198s] nextest-runner test_filter::tests::proptest_no_match
13102024-12-15T01:14:42.454Z PASS [ 0.282s] nextest-runner rustc_cli::tests::test_execute_with_failure
13112024-12-15T01:14:42.804Z PASS [ 0.576s] nextest-runner test_filter::tests::proptest_exact
13122024-12-15T01:14:42.901Z PASS [ 0.575s] nextest-runner time::stopwatch::tests::stopwatch_pause
13132024-12-15T01:14:43.080Z PASS [ 0.844s] nextest-runner test_filter::tests::proptest_substring
13142024-12-15T01:14:43.833Z PASS [ 1.535s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
13152024-12-15T01:14:43.863Z PASS [ 14.431s] integration-tests::integration test_run
13162024-12-15T01:14:44.093Z PASS [ 1.654s] nextest-runner::integration basic::test_list_binaries
13172024-12-15T01:14:44.371Z PASS [ 2.027s] nextest-runner::integration basic::test_filter_expr_with_string_filters
13182024-12-15T01:14:44.402Z PASS [ 1.598s] nextest-runner::integration basic::test_list_tests
13192024-12-15T01:14:44.426Z PASS [ 1.977s] nextest-runner::integration basic::test_filter_expr_without_string_filters
13202024-12-15T01:14:44.450Z PASS [ 0.029s] nextest-runner::integration target_runner::disregards_non_matching
13212024-12-15T01:14:44.474Z PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg
13222024-12-15T01:14:44.497Z PASS [ 0.604s] nextest-runner::integration basic::test_run_ignored
13232024-12-15T01:14:44.497Z PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_exact
13242024-12-15T01:14:44.732Z PASS [ 0.638s] nextest-runner::integration basic::test_string_filters_without_filter_expr
13252024-12-15T01:14:44.835Z PASS [ 0.425s] nextest-runner::integration target_runner::falls_back_to_cargo_config
13262024-12-15T01:14:44.865Z PASS [ 0.030s] nextest-runner::integration target_triple::parses_cargo_env
13272024-12-15T01:14:44.893Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli
13282024-12-15T01:14:44.922Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
13292024-12-15T01:14:44.948Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
13302024-12-15T01:14:44.975Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env
13312024-12-15T01:14:44.999Z PASS [ 0.513s] nextest-runner::integration target_runner::parses_cargo_env
13322024-12-15T01:14:45.024Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
13332024-12-15T01:14:45.024Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option
13342024-12-15T01:14:45.188Z PASS [ 0.697s] nextest-runner::integration target_runner::test_listing_with_target_runner
13352024-12-15T01:14:45.672Z PASS [ 1.839s] nextest-runner::integration basic::test_run
13362024-12-15T01:14:46.210Z PASS [ 1.477s] nextest-runner::integration target_runner::test_run_with_target_runner
13372024-12-15T01:14:46.913Z PASS [ 2.542s] nextest-runner::integration basic::test_termination
13382024-12-15T01:14:47.700Z PASS [ 4.799s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13392024-12-15T01:14:47.781Z PASS [ 4.701s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13402024-12-15T01:14:47.807Z────────────
13412024-12-15T01:14:47.807Z Summary [ 22.742s] 288 tests run: 288 passed, 1 skipped
13422024-12-15T01:14:47.831Z
13432024-12-15T01:14:47.831Zreal 24.259738224
13442024-12-15T01:14:47.831Zuser 1:05.949857409
13452024-12-15T01:14:47.831Zsys 1:09.336194880
13462024-12-15T01:14:47.831Ztrap 0.100370179
13472024-12-15T01:14:47.831Ztflt 0.088689887
13482024-12-15T01:14:47.831Zdflt 0.153129803
13492024-12-15T01:14:47.831Zkflt 0.004585997
13502024-12-15T01:14:47.831Zlock 11:59.433607773
13512024-12-15T01:14:47.831Zslp 5:50.709258285
13522024-12-15T01:14:47.831Zlat 1:22.183924364
13532024-12-15T01:14:47.831Zstop 2:16.724699961
13542024-12-15T01:14:47.831Z+ banner release
13552024-12-15T01:14:47.831Z
13562024-12-15T01:14:47.831Z ##### ###### # ###### ## #### ######
13572024-12-15T01:14:47.831Z # # # # # # # # #
13582024-12-15T01:14:47.831Z # # ##### # ##### # # #### #####
13592024-12-15T01:14:47.831Z ##### # # # ###### # #
13602024-12-15T01:14:47.831Z # # # # # # # # # #
13612024-12-15T01:14:47.831Z # # ###### ###### ###### # # #### ######
13622024-12-15T01:14:47.831Z
13632024-12-15T01:14:47.831Z+ ptime -m cargo nextest run --profile ci
13642024-12-15T01:14:48.387Zinfo: experimental features enabled: setup-scripts
13652024-12-15T01:14:48.722Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
13662024-12-15T01:14:48.925Z────────────
13672024-12-15T01:14:48.925Z Nextest run ID 03668c64-af28-450e-a2fc-6fd4d9294b54 with nextest profile: ci
13682024-12-15T01:14:48.925Z Starting 288 tests across 15 binaries (1 test skipped)
13692024-12-15T01:14:48.949Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13702024-12-15T01:14:49.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
13712024-12-15T01:14:49.301Z Running `target/debug/build-seed-archive`
13722024-12-15T01:14:49.726Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-df7a2d7a6e0074da6726fe7c80c73211e7c0840326d34c87b90ab4f6ce327134.tar.zst, building
13732024-12-15T01:14:52.271Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-df7a2d7a6e0074da6726fe7c80c73211e7c0840326d34c87b90ab4f6ce327134.tar.zst
13742024-12-15T01:14:52.296Z SETUP PASS [ 3.352s] build-seed-archive: cargo run --bin build-seed-archive
13752024-12-15T01:14:52.319Z PASS [ 0.031s] integration-tests::custom-harness thread_count::test_single_threaded
13762024-12-15T01:14:52.319Z PASS [ 0.035s] integration-tests::custom-harness thread_count::test_multi_threaded
13772024-12-15T01:14:52.343Z PASS [ 0.045s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13782024-12-15T01:14:52.435Z PASS [ 0.156s] cargo-nextest dispatch::tests::test_argument_parsing
13792024-12-15T01:14:53.867Z PASS [ 1.589s] integration-tests::integration test_list_binaries_only
13802024-12-15T01:14:54.010Z PASS [ 1.699s] integration-tests::integration test_list_host_after_build
13812024-12-15T01:14:54.083Z PASS [ 1.801s] integration-tests::integration test_list_full
13822024-12-15T01:14:54.431Z PASS [ 2.116s] integration-tests::integration test_list_target_after_build
13832024-12-15T01:14:54.455Z PASS [ 2.166s] integration-tests::integration test_list_full_after_build
13842024-12-15T01:14:54.520Z PASS [ 2.242s] integration-tests::integration test_list_default
13852024-12-15T01:14:56.386Z PASS [ 1.954s] integration-tests::integration test_run_from_archive_with_missing_includes
13862024-12-15T01:14:57.567Z PASS [ 3.046s] integration-tests::integration test_run_no_tests
13872024-12-15T01:14:57.947Z PASS [ 3.937s] integration-tests::integration test_run_after_build
13882024-12-15T01:14:58.003Z PASS [ 5.568s] integration-tests::integration test_relocated_run
13892024-12-15T01:14:58.442Z PASS [ 6.119s] integration-tests::integration test_list_with_default_filter
13902024-12-15T01:14:59.082Z PASS [ 1.515s] integration-tests::integration test_setup_script_error
13912024-12-15T01:14:59.361Z PASS [ 1.413s] integration-tests::integration test_setup_scripts_not_enabled
13922024-12-15T01:14:59.534Z PASS [ 3.148s] integration-tests::integration test_run_with_default_filter
13932024-12-15T01:14:59.591Z PASS [ 0.056s] integration-tests::integration test_version_info
13942024-12-15T01:14:59.980Z PASS [ 0.388s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13952024-12-15T01:15:00.004Z PASS [ 0.018s] nextest-filtering parsing::tests::test_complex_error
13962024-12-15T01:15:00.029Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof
13972024-12-15T01:15:00.052Z PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr
13982024-12-15T01:15:00.077Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_and_operator
13992024-12-15T01:15:00.077Z PASS [ 5.972s] integration-tests::integration test_run_from_archive_with_includes
14002024-12-15T01:15:00.077Z PASS [ 1.626s] integration-tests::integration test_show_config_version
14012024-12-15T01:15:00.077Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob
14022024-12-15T01:15:00.101Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_escapes
14032024-12-15T01:15:00.101Z PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_or_operator
14042024-12-15T01:15:00.101Z PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_platform
14052024-12-15T01:15:00.101Z PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_regex
14062024-12-15T01:15:00.125Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_argument
14072024-12-15T01:15:00.125Z PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_close_parentheses
14082024-12-15T01:15:00.125Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_close_regex
14092024-12-15T01:15:00.125Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_open_parentheses
14102024-12-15T01:15:00.149Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_parentheses
14112024-12-15T01:15:00.149Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_comma
14122024-12-15T01:15:00.149Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_difference
14132024-12-15T01:15:00.149Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_intersection
14142024-12-15T01:15:00.173Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_not
14152024-12-15T01:15:00.173Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_precedence
14162024-12-15T01:15:00.173Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_set
14172024-12-15T01:15:00.173Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union
14182024-12-15T01:15:00.197Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_glob_matcher
14192024-12-15T01:15:00.197Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
14202024-12-15T01:15:00.197Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher
14212024-12-15T01:15:00.221Z PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_argument
14222024-12-15T01:15:00.221Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_set_def
14232024-12-15T01:15:00.221Z PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_regex
14242024-12-15T01:15:00.245Z PASS [ 0.026s] nextest-filtering parsing::tests::test_unexpected_comma
14252024-12-15T01:15:00.269Z PASS [ 0.029s] nextest-filtering::match test_binary_query
14262024-12-15T01:15:00.269Z PASS [ 0.022s] nextest-filtering::match test_expr_binary
14272024-12-15T01:15:00.292Z PASS [ 0.024s] nextest-filtering::match test_expr_binary_id_glob
14282024-12-15T01:15:00.292Z PASS [ 0.022s] nextest-filtering::match test_expr_deps
14292024-12-15T01:15:00.316Z PASS [ 0.020s] nextest-filtering::match test_expr_kind
14302024-12-15T01:15:00.316Z PASS [ 0.026s] nextest-filtering::match test_expr_kind_partial
14312024-12-15T01:15:00.340Z PASS [ 0.023s] nextest-filtering::match test_expr_package_contains
14322024-12-15T01:15:00.340Z PASS [ 0.026s] nextest-filtering::match test_expr_package_equal
14332024-12-15T01:15:00.363Z PASS [ 0.035s] nextest-filtering::match test_expr_package_regex
14342024-12-15T01:15:00.387Z PASS [ 0.038s] nextest-filtering::match test_expr_platform
14352024-12-15T01:15:00.387Z PASS [ 0.027s] nextest-filtering::match test_expr_rdeps
14362024-12-15T01:15:00.411Z PASS [ 0.024s] nextest-filtering::match test_expr_test
14372024-12-15T01:15:00.411Z PASS [ 0.022s] nextest-filtering::match test_expr_test_difference::with_and_not
14382024-12-15T01:15:00.411Z PASS [ 0.196s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
14392024-12-15T01:15:00.435Z PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_minus
14402024-12-15T01:15:00.435Z PASS [ 0.021s] nextest-filtering::match test_expr_test_intersect::with_ampersand
14412024-12-15T01:15:00.459Z PASS [ 0.024s] nextest-filtering::match test_expr_test_intersect::with_and
14422024-12-15T01:15:00.459Z PASS [ 0.021s] nextest-filtering::match test_expr_test_not
14432024-12-15T01:15:00.459Z PASS [ 0.020s] nextest-filtering::match test_expr_test_union::with_or
14442024-12-15T01:15:00.459Z PASS [ 0.020s] nextest-filtering::match test_expr_test_union::with_pipe
14452024-12-15T01:15:00.483Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_plus
14462024-12-15T01:15:00.483Z PASS [ 0.022s] nextest-filtering::match test_expr_with_no_matching_packages
14472024-12-15T01:15:00.483Z PASS [ 0.018s] nextest-metadata test_list::tests::test_binary_id_ord
14482024-12-15T01:15:00.483Z PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14492024-12-15T01:15:00.507Z PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14502024-12-15T01:15:00.507Z PASS [ 0.021s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14512024-12-15T01:15:00.507Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14522024-12-15T01:15:00.507Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14532024-12-15T01:15:00.531Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14542024-12-15T01:15:00.531Z PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14552024-12-15T01:15:00.531Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14562024-12-15T01:15:00.555Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14572024-12-15T01:15:00.556Z PASS [ 0.021s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14582024-12-15T01:15:00.556Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_env_var_precedence
14592024-12-15T01:15:00.556Z PASS [ 0.017s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14602024-12-15T01:15:00.580Z PASS [ 0.027s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14612024-12-15T01:15:00.761Z PASS [ 6.316s] integration-tests::integration test_run_from_archive_with_no_includes
14622024-12-15T01:15:00.839Z PASS [ 0.293s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14632024-12-15T01:15:00.866Z PASS [ 0.297s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14642024-12-15T01:15:00.889Z PASS [ 0.333s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14652024-12-15T01:15:01.107Z PASS [ 0.345s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14662024-12-15T01:15:01.189Z PASS [ 0.347s] nextest-runner config::archive::tests::parse_invalid::missing_list
14672024-12-15T01:15:01.213Z PASS [ 0.309s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14682024-12-15T01:15:01.236Z PASS [ 0.020s] nextest-runner config::archive::tests::test_join_rel_path
14692024-12-15T01:15:01.237Z PASS [ 0.348s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14702024-12-15T01:15:01.260Z PASS [ 0.034s] nextest-runner config::config_impl::tests::default_config_is_valid
14712024-12-15T01:15:01.284Z PASS [ 0.018s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14722024-12-15T01:15:01.328Z PASS [ 0.055s] nextest-runner config::identifier::tests::test_invalid
14732024-12-15T01:15:01.431Z PASS [ 0.103s] nextest-runner config::identifier::tests::test_valid
14742024-12-15T01:15:01.474Z PASS [ 0.043s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
14752024-12-15T01:15:01.509Z PASS [ 0.034s] nextest-runner config::nextest_version::tests::test_accumulate
14762024-12-15T01:15:01.582Z PASS [ 0.367s] nextest-runner config::config_impl::tests::ignored_keys
14772024-12-15T01:15:01.582Z PASS [ 0.073s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14782024-12-15T01:15:01.606Z PASS [ 0.486s] nextest-runner config::archive::tests::parse_invalid::parent_component
14792024-12-15T01:15:01.629Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14802024-12-15T01:15:01.629Z PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14812024-12-15T01:15:01.662Z PASS [ 0.052s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14822024-12-15T01:15:01.662Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14832024-12-15T01:15:01.662Z PASS [ 0.069s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14842024-12-15T01:15:01.686Z PASS [ 0.497s] nextest-runner config::archive::tests::parse_valid
14852024-12-15T01:15:01.710Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14862024-12-15T01:15:01.710Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14872024-12-15T01:15:02.038Z PASS [ 0.351s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14882024-12-15T01:15:02.062Z PASS [ 0.358s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14892024-12-15T01:15:02.063Z PASS [ 0.367s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14902024-12-15T01:15:02.104Z PASS [ 0.441s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14912024-12-15T01:15:02.359Z PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14922024-12-15T01:15:02.383Z PASS [ 0.319s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14932024-12-15T01:15:02.383Z PASS [ 0.338s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14942024-12-15T01:15:02.421Z PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14952024-12-15T01:15:02.696Z PASS [ 0.337s] nextest-runner config::overrides::tests::test_overrides_basic
14962024-12-15T01:15:02.721Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14972024-12-15T01:15:02.721Z PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14982024-12-15T01:15:02.745Z PASS [ 3.642s] integration-tests::integration test_target_arg
14992024-12-15T01:15:02.745Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
15002024-12-15T01:15:03.005Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
15012024-12-15T01:15:03.029Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
15022024-12-15T01:15:03.029Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
15032024-12-15T01:15:03.029Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
15042024-12-15T01:15:03.053Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
15052024-12-15T01:15:03.308Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15062024-12-15T01:15:03.332Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
15072024-12-15T01:15:03.333Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
15082024-12-15T01:15:03.356Z PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
15092024-12-15T01:15:03.357Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
15102024-12-15T01:15:03.457Z PASS [ 5.455s] integration-tests::integration test_show_config_test_groups
15112024-12-15T01:15:03.602Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15122024-12-15T01:15:03.627Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15132024-12-15T01:15:03.627Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15142024-12-15T01:15:03.652Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15152024-12-15T01:15:03.652Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15162024-12-15T01:15:03.761Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15172024-12-15T01:15:03.906Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15182024-12-15T01:15:03.931Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15192024-12-15T01:15:03.931Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15202024-12-15T01:15:03.931Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15212024-12-15T01:15:03.931Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_valid
15222024-12-15T01:15:04.064Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
15232024-12-15T01:15:04.226Z PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
15242024-12-15T01:15:04.250Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
15252024-12-15T01:15:04.250Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
15262024-12-15T01:15:04.250Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
15272024-12-15T01:15:04.274Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
15282024-12-15T01:15:04.363Z PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
15292024-12-15T01:15:04.523Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
15302024-12-15T01:15:04.548Z PASS [ 0.291s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
15312024-12-15T01:15:04.548Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
15322024-12-15T01:15:04.548Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
15332024-12-15T01:15:04.548Z PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
15342024-12-15T01:15:04.659Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
15352024-12-15T01:15:04.837Z PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
15362024-12-15T01:15:04.861Z PASS [ 0.317s] nextest-runner config::scripts::tests::test_scripts_basic
15372024-12-15T01:15:04.861Z PASS [ 0.309s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
15382024-12-15T01:15:04.887Z PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
15392024-12-15T01:15:04.910Z PASS [ 0.349s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
15402024-12-15T01:15:05.000Z PASS [ 0.340s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
15412024-12-15T01:15:05.145Z PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
15422024-12-15T01:15:05.168Z PASS [ 0.317s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
15432024-12-15T01:15:05.168Z PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
15442024-12-15T01:15:05.192Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
15452024-12-15T01:15:05.227Z PASS [ 0.339s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
15462024-12-15T01:15:05.298Z PASS [ 0.298s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
15472024-12-15T01:15:05.438Z PASS [ 0.293s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15482024-12-15T01:15:05.462Z PASS [ 0.296s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
15492024-12-15T01:15:05.462Z PASS [ 6.096s] integration-tests::integration test_target_dir
15502024-12-15T01:15:05.486Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
15512024-12-15T01:15:05.486Z PASS [ 0.316s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15522024-12-15T01:15:05.562Z PASS [ 0.334s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
15532024-12-15T01:15:05.610Z PASS [ 0.312s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
15542024-12-15T01:15:05.768Z PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
15552024-12-15T01:15:05.791Z PASS [ 0.340s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
15562024-12-15T01:15:05.791Z PASS [ 0.324s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
15572024-12-15T01:15:05.791Z PASS [ 0.310s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15582024-12-15T01:15:05.815Z PASS [ 0.310s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
15592024-12-15T01:15:05.870Z PASS [ 0.308s] nextest-runner config::test_threads::tests::parse_test_threads::negative
15602024-12-15T01:15:05.947Z PASS [ 0.337s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
15612024-12-15T01:15:06.063Z PASS [ 0.295s] nextest-runner config::test_threads::tests::parse_test_threads::positive
15622024-12-15T01:15:06.087Z PASS [ 0.294s] nextest-runner config::threads_required::tests::parse_threads_required::negative
15632024-12-15T01:15:06.087Z PASS [ 0.299s] nextest-runner config::test_threads::tests::parse_test_threads::zero
15642024-12-15T01:15:06.111Z PASS [ 0.306s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15652024-12-15T01:15:06.111Z PASS [ 0.021s] nextest-runner config::tool_config::tests::parse_tool_config_file
15662024-12-15T01:15:06.111Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15672024-12-15T01:15:06.161Z PASS [ 0.058s] nextest-runner errors::tests::display_error_chain
15682024-12-15T01:15:06.185Z PASS [ 0.060s] nextest-runner errors::tests::display_error_list
15692024-12-15T01:15:06.185Z PASS [ 0.020s] nextest-runner list::binary_list::tests::test_parse_binary_list
15702024-12-15T01:15:06.208Z PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15712024-12-15T01:15:06.208Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15722024-12-15T01:15:06.208Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15732024-12-15T01:15:06.232Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15742024-12-15T01:15:06.232Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15752024-12-15T01:15:06.232Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15762024-12-15T01:15:06.232Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15772024-12-15T01:15:06.255Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15782024-12-15T01:15:06.256Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15792024-12-15T01:15:06.256Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15802024-12-15T01:15:06.279Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15812024-12-15T01:15:06.279Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15822024-12-15T01:15:06.279Z PASS [ 0.324s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15832024-12-15T01:15:06.279Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
15842024-12-15T01:15:06.279Z PASS [ 0.028s] nextest-runner list::test_list::tests::test_parse_test_list
15852024-12-15T01:15:06.303Z PASS [ 0.026s] nextest-runner platform::tests::test_from_rustc_output_invalid
15862024-12-15T01:15:06.303Z PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15872024-12-15T01:15:06.303Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15882024-12-15T01:15:06.326Z PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15892024-12-15T01:15:06.326Z PASS [ 0.017s] nextest-runner redact::tests::test_redact_path
15902024-12-15T01:15:06.326Z PASS [ 0.028s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
15912024-12-15T01:15:06.350Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::no_capture_settings
15922024-12-15T01:15:06.350Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15932024-12-15T01:15:06.350Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15942024-12-15T01:15:06.374Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15952024-12-15T01:15:06.374Z PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15962024-12-15T01:15:06.398Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15972024-12-15T01:15:06.398Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15982024-12-15T01:15:06.398Z PASS [ 0.330s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15992024-12-15T01:15:06.421Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
16002024-12-15T01:15:06.421Z PASS [ 0.326s] nextest-runner config::threads_required::tests::parse_threads_required::zero
16012024-12-15T01:15:06.421Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
16022024-12-15T01:15:06.421Z PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_final_warnings
16032024-12-15T01:15:06.444Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
16042024-12-15T01:15:06.444Z PASS [ 0.326s] nextest-runner config::tool_config::tests::tool_config_basic
16052024-12-15T01:15:06.444Z PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
16062024-12-15T01:15:06.444Z PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
16072024-12-15T01:15:06.445Z PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
16082024-12-15T01:15:06.468Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end
16092024-12-15T01:15:06.468Z PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
16102024-12-15T01:15:06.468Z PASS [ 0.027s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
16112024-12-15T01:15:06.468Z PASS [ 0.030s] nextest-runner reporter::events::tests::test_is_success
16122024-12-15T01:15:06.491Z PASS [ 0.039s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
16132024-12-15T01:15:06.491Z PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_info_response
16142024-12-15T01:15:06.491Z PASS [ 0.018s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
16152024-12-15T01:15:06.515Z PASS [ 0.083s] nextest-runner reporter::displayer::tests::test_write_skip_counts
16162024-12-15T01:15:06.515Z PASS [ 0.021s] nextest-runner reuse_build::tests::test_path_mapper_relative
16172024-12-15T01:15:06.515Z PASS [ 0.021s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
16182024-12-15T01:15:06.538Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output
16192024-12-15T01:15:06.538Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
16202024-12-15T01:15:06.538Z PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
16212024-12-15T01:15:06.538Z PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
16222024-12-15T01:15:06.538Z PASS [ 0.021s] nextest-runner rustc_cli::tests::test_fail_to_spawn
16232024-12-15T01:15:06.538Z PASS [ 0.037s] nextest-runner runner::imp::tests::no_capture_settings
16242024-12-15T01:15:06.562Z PASS [ 0.016s] nextest-runner test_command::tests::parse_build_script
16252024-12-15T01:15:06.562Z PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples
16262024-12-15T01:15:06.562Z PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config
16272024-12-15T01:15:06.562Z PASS [ 0.020s] nextest-runner test_filter::tests::pattern_examples
16282024-12-15T01:15:06.612Z PASS [ 0.096s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
16292024-12-15T01:15:06.635Z PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples
16302024-12-15T01:15:06.659Z PASS [ 0.132s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
16312024-12-15T01:15:06.659Z PASS [ 0.111s] nextest-runner test_filter::tests::proptest_empty
16322024-12-15T01:15:06.754Z PASS [ 0.203s] nextest-runner test_filter::tests::proptest_no_match
16332024-12-15T01:15:06.754Z PASS [ 0.256s] nextest-runner rustc_cli::tests::test_execute_with_failure
16342024-12-15T01:15:06.864Z PASS [ 0.110s] nextest-runner::integration basic::test_list_binaries
16352024-12-15T01:15:06.974Z PASS [ 0.318s] nextest-runner::integration basic::test_filter_expr_with_string_filters
16362024-12-15T01:15:07.055Z PASS [ 0.300s] nextest-runner::integration basic::test_filter_expr_without_string_filters
16372024-12-15T01:15:07.091Z PASS [ 0.540s] nextest-runner test_filter::tests::proptest_exact
16382024-12-15T01:15:07.122Z PASS [ 0.257s] nextest-runner::integration basic::test_list_tests
16392024-12-15T01:15:07.219Z PASS [ 0.566s] nextest-runner time::stopwatch::tests::stopwatch_pause
16402024-12-15T01:15:07.261Z PASS [ 0.705s] nextest-runner test_filter::tests::proptest_substring
16412024-12-15T01:15:07.512Z PASS [ 0.389s] nextest-runner::integration basic::test_run_ignored
16422024-12-15T01:15:07.535Z PASS [ 0.024s] nextest-runner::integration target_runner::disregards_non_matching
16432024-12-15T01:15:07.640Z PASS [ 13.775s] integration-tests::integration test_run
16442024-12-15T01:15:07.666Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg
16452024-12-15T01:15:07.691Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact
16462024-12-15T01:15:07.812Z PASS [ 0.593s] nextest-runner::integration basic::test_string_filters_without_filter_expr
16472024-12-15T01:15:07.970Z PASS [ 0.434s] nextest-runner::integration target_runner::falls_back_to_cargo_config
16482024-12-15T01:15:08.093Z PASS [ 0.402s] nextest-runner::integration target_runner::parses_cargo_env
16492024-12-15T01:15:08.117Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env
16502024-12-15T01:15:08.141Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli
16512024-12-15T01:15:08.164Z PASS [ 1.520s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
16522024-12-15T01:15:08.187Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
16532024-12-15T01:15:08.187Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
16542024-12-15T01:15:08.211Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env
16552024-12-15T01:15:08.211Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
16562024-12-15T01:15:08.234Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_target_cli_option
16572024-12-15T01:15:08.285Z PASS [ 0.472s] nextest-runner::integration target_runner::test_listing_with_target_runner
16582024-12-15T01:15:08.770Z PASS [ 1.679s] nextest-runner::integration basic::test_run
16592024-12-15T01:15:09.425Z PASS [ 1.455s] nextest-runner::integration target_runner::test_run_with_target_runner
16602024-12-15T01:15:09.777Z PASS [ 2.516s] nextest-runner::integration basic::test_termination
16612024-12-15T01:15:10.624Z PASS [ 3.650s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
16622024-12-15T01:15:10.779Z PASS [ 3.724s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
16632024-12-15T01:15:10.802Z────────────
16642024-12-15T01:15:10.802Z Summary [ 21.857s] 288 tests run: 288 passed, 1 skipped
16652024-12-15T01:15:10.826Z
16662024-12-15T01:15:10.826Zreal 22.974845281
16672024-12-15T01:15:10.826Zuser 1:00.892894508
16682024-12-15T01:15:10.826Zsys 1:05.627328821
16692024-12-15T01:15:10.826Ztrap 0.101541173
16702024-12-15T01:15:10.826Ztflt 0.053706719
16712024-12-15T01:15:10.826Zdflt 0.153062655
16722024-12-15T01:15:10.826Zkflt 0.009203612
16732024-12-15T01:15:10.826Zlock 11:16.770192295
16742024-12-15T01:15:10.826Zslp 5:03.086155371
16752024-12-15T01:15:10.826Zlat 1:19.984027843
16762024-12-15T01:15:10.826Zstop 2:03.295947414
16772024-12-15T01:15:10.826Zprocess exited: duration 277110 ms, exit code 0
 
16782024-12-15T01:15:10.874Zfound 0 output files