01JET0PY2SF9QPPF9CFPYE1T5M: build-and-test-illumos

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

Buildomat Job: 01JET0Q7B8YVSREC09MDWCJR9X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-11T04:48:24.021Zjob assigned to worker 01JET0Q7G30P4PTDHP0VNY40KQ [factory gimlet-EVT22200007-propolis, EVT22200007/20312] (queued for 23 s)
 
22024-12-11T04:48:32.301Zstarting task 0: "setup"
32024-12-11T04:48:32.325Z++ uname -s
42024-12-11T04:48:32.325Z+ kern=SunOS
52024-12-11T04:48:32.325Z+ case "$kern" in
62024-12-11T04:48:32.325Z+ groupadd -g 12345 build
72024-12-11T04:48:32.325Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-11T04:48:34.322Z+ zfs create -o mountpoint=/work rpool/work
92024-12-11T04:48:34.370Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-11T04:48:34.406Z+ home_fs=zfs
112024-12-11T04:48:34.406Z+ [[ zfs == autofs ]]
122024-12-11T04:48:34.406Z+ mkdir -p /home/build
132024-12-11T04:48:34.406Z+ chown build:build /home/build /work
142024-12-11T04:48:36.370Z+ chmod 0700 /home/build /work
152024-12-11T04:48:36.395Zprocess exited: duration 4075 ms, exit code 0
 
162024-12-11T04:48:36.444Zstarting task 1: "rust-toolchain"
172024-12-11T04:48:36.469Z+ printf ' * toolchain channel = "%s"
182024-12-11T04:48:36.469Z * toolchain channel = "stable"
192024-12-11T04:48:36.469Z * toolchain profile = "default"
202024-12-11T04:48:36.469Z' stable
212024-12-11T04:48:36.469Z+ printf ' * toolchain profile = "%s"
222024-12-11T04:48:36.469Z' default
232024-12-11T04:48:36.469Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-11T04:48:36.469Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-11T04:48:36.582Zinfo: downloading installer
262024-12-11T04:48:37.062Zinfo: profile set to 'default'
272024-12-11T04:48:37.062Zinfo: default host triple is x86_64-unknown-illumos
282024-12-11T04:48:37.062Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-11T04:48:37.173Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-11T04:48:37.173Zinfo: downloading component 'cargo'
312024-12-11T04:48:37.374Zinfo: downloading component 'clippy'
322024-12-11T04:48:37.546Zinfo: downloading component 'rust-docs'
332024-12-11T04:48:37.725Zinfo: downloading component 'rust-std'
342024-12-11T04:48:38.067Zinfo: downloading component 'rustc'
352024-12-11T04:48:39.278Zinfo: downloading component 'rustfmt'
362024-12-11T04:48:39.420Zinfo: installing component 'cargo'
372024-12-11T04:48:40.576Zinfo: installing component 'clippy'
382024-12-11T04:48:41.044Zinfo: installing component 'rust-docs'
392024-12-11T04:48:43.862Zinfo: installing component 'rust-std'
402024-12-11T04:48:45.845Zinfo: installing component 'rustc'
412024-12-11T04:48:52.819Zinfo: installing component 'rustfmt'
422024-12-11T04:48:53.204Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-11T04:48:53.204Z
442024-12-11T04:48:53.348Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-11T04:48:53.348Z
462024-12-11T04:48:53.348Z
472024-12-11T04:48:53.348ZRust is installed now. Great!
482024-12-11T04:48:53.348Z
492024-12-11T04:48:53.348ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-11T04:48:53.348Zenvironment variable. This has not been done automatically.
512024-12-11T04:48:53.348Z
522024-12-11T04:48:53.348ZTo configure your current shell, you need to source
532024-12-11T04:48:53.348Zthe corresponding env file under $HOME/.cargo.
542024-12-11T04:48:53.348Z
552024-12-11T04:48:53.348ZThis is usually done by running one of the following (note the leading DOT):
562024-12-11T04:48:53.348Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-11T04:48:53.348Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-11T04:48:53.440Z+ rustc --version
592024-12-11T04:48:53.558Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-11T04:48:53.582Zprocess exited: duration 17118 ms, exit code 0
 
612024-12-11T04:48:53.632Zstarting task 2: "authentication"
622024-12-11T04:48:53.688Zprocess exited: duration 56 ms, exit code 0
 
632024-12-11T04:48:53.738Zstarting task 3: "clone repository"
642024-12-11T04:48:53.762Z+ mkdir -p /work/nextest-rs/nextest
652024-12-11T04:48:53.762Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-11T04:48:53.787ZCloning into '/work/nextest-rs/nextest'...
672024-12-11T04:48:55.613Z+ cd /work/nextest-rs/nextest
682024-12-11T04:48:55.613Z+ git fetch origin e1c387d0922bfe08d32012686141e3fe3d0afe52
692024-12-11T04:48:55.975ZFrom https://github.com/nextest-rs/nextest
702024-12-11T04:48:55.975Z * branch e1c387d0922bfe08d32012686141e3fe3d0afe52 -> FETCH_HEAD
712024-12-11T04:48:55.999Z+ [[ -n '' ]]
722024-12-11T04:48:55.999Z+ git reset --hard e1c387d0922bfe08d32012686141e3fe3d0afe52
732024-12-11T04:48:56.075ZHEAD is now at e1c387d0 chore(deps): update rust crate serde to 1.0.216
742024-12-11T04:48:56.100Zprocess exited: duration 2339 ms, exit code 0
 
752024-12-11T04:48:56.149Zstarting task 4: "build"
762024-12-11T04:48:56.174Z+ PLATFORM=illumos
772024-12-11T04:48:56.174Z+ export CARGO_TERM_COLOR=always
782024-12-11T04:48:56.174Z+ CARGO_TERM_COLOR=always
792024-12-11T04:48:56.174Z+ cargo --version
802024-12-11T04:48:56.271Zcargo 1.83.0 (5ffbef321 2024-10-29)
812024-12-11T04:48:56.295Z+ rustc --version
822024-12-11T04:48:56.385Zrustc 1.83.0 (90b35a623 2024-11-26)
832024-12-11T04:48:56.410Z+ banner install
842024-12-11T04:48:56.410Z
852024-12-11T04:48:56.410Z # # # #### ##### ## # #
862024-12-11T04:48:56.410Z # ## # # # # # # #
872024-12-11T04:48:56.410Z # # # # #### # # # # #
882024-12-11T04:48:56.410Z # # # # # # ###### # #
892024-12-11T04:48:56.410Z # # ## # # # # # # #
902024-12-11T04:48:56.410Z # # # #### # # # ###### ######
912024-12-11T04:48:56.410Z
922024-12-11T04:48:56.410Z+ mkdir -p /home/build/.cargo/bin
932024-12-11T04:48:56.410Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-12-11T04:48:56.410Z+ gunzip
952024-12-11T04:48:56.410Z+ tar xf - -C /home/build/.cargo/bin
962024-12-11T04:48:57.194Z+ banner metadata
972024-12-11T04:48:57.218Z
982024-12-11T04:48:57.218Z # # ###### ##### ## ##### ## ##### ##
992024-12-11T04:48:57.218Z ## ## # # # # # # # # # # #
1002024-12-11T04:48:57.218Z # ## # ##### # # # # # # # # # #
1012024-12-11T04:48:57.218Z # # # # ###### # # ###### # ######
1022024-12-11T04:48:57.218Z # # # # # # # # # # # # #
1032024-12-11T04:48:57.218Z # # ###### # # # ##### # # # # #
1042024-12-11T04:48:57.218Z
1052024-12-11T04:48:57.218Z+ ptime -m cargo build --package nextest-metadata
1062024-12-11T04:48:57.450Z Updating crates.io index
1072024-12-11T04:48:58.452Z Downloading crates ...
1082024-12-11T04:48:58.572Z Downloaded camino v1.1.9
1092024-12-11T04:48:58.597Z Downloaded addr2line v0.21.0
1102024-12-11T04:48:58.597Z Downloaded owo-colors v4.1.0
1112024-12-11T04:48:58.597Z Downloaded target-spec v3.2.2
1122024-12-11T04:48:58.597Z Downloaded target-lexicon v0.12.16
1132024-12-11T04:48:58.623Z Downloaded unicase v2.8.0
1142024-12-11T04:48:58.623Z Downloaded supports-color v3.0.2
1152024-12-11T04:48:58.623Z Downloaded adler v1.0.2
1162024-12-11T04:48:58.623Z Downloaded thiserror-impl v1.0.69
1172024-12-11T04:48:58.623Z Downloaded smallvec v1.13.2
1182024-12-11T04:48:58.623Z Downloaded serde_derive v1.0.216
1192024-12-11T04:48:58.623Z Downloaded thread_local v1.1.8
1202024-12-11T04:48:58.623Z Downloaded utf8parse v0.2.2
1212024-12-11T04:48:58.623Z Downloaded xxhash-rust v0.8.12
1222024-12-11T04:48:58.648Z Downloaded zerocopy-derive v0.7.35
1232024-12-11T04:48:58.648Z Downloaded unicode-ident v1.0.14
1242024-12-11T04:48:58.648Z Downloaded textwrap v0.16.1
1252024-12-11T04:48:58.648Z Downloaded tracing-subscriber v0.3.19
1262024-12-11T04:48:58.672Z Downloaded mio v1.0.2
1272024-12-11T04:48:58.672Z Downloaded libm v0.2.8
1282024-12-11T04:48:58.697Z Downloaded memchr v2.7.4
1292024-12-11T04:48:58.697Z Downloaded serde_json v1.0.133
1302024-12-11T04:48:58.697Z Downloaded zerocopy v0.7.35
1312024-12-11T04:48:58.722Z Downloaded clap_builder v4.5.23
1322024-12-11T04:48:58.722Z Downloaded hashbrown v0.15.2
1332024-12-11T04:48:58.722Z Downloaded unicode-width v0.1.14
1342024-12-11T04:48:58.746Z Downloaded cc v1.1.31
1352024-12-11T04:48:58.746Z Downloaded tracing-core v0.1.33
1362024-12-11T04:48:58.746Z Downloaded unicode-width v0.2.0
1372024-12-11T04:48:58.746Z Downloaded syn v2.0.90
1382024-12-11T04:48:58.770Z Downloaded object v0.32.2
1392024-12-11T04:48:58.770Z Downloaded rustix v0.38.37
1402024-12-11T04:48:58.794Z Downloaded gimli v0.28.1
1412024-12-11T04:48:58.819Z Downloaded tracing v0.1.41
1422024-12-11T04:48:58.819Z Downloaded clap v4.5.23
1432024-12-11T04:48:58.819Z Downloaded borsh v1.5.1
1442024-12-11T04:48:58.843Z Downloaded sharded-slab v0.1.7
1452024-12-11T04:48:58.843Z Downloaded getrandom v0.2.15
1462024-12-11T04:48:58.843Z Downloaded cfg-expr v0.17.2
1472024-12-11T04:48:58.843Z Downloaded bytes v1.9.0
1482024-12-11T04:48:58.843Z Downloaded once_cell v1.20.2
1492024-12-11T04:48:58.843Z Downloaded libc v0.2.168
1502024-12-11T04:48:58.867Z Downloaded console v0.15.8
1512024-12-11T04:48:58.891Z Downloaded anstream v0.6.17
1522024-12-11T04:48:58.891Z Downloaded unicode-linebreak v0.1.5
1532024-12-11T04:48:58.891Z Downloaded supports-unicode v3.0.0
1542024-12-11T04:48:58.892Z Downloaded shlex v1.3.0
1552024-12-11T04:48:58.892Z Downloaded rand_core v0.6.4
1562024-12-11T04:48:58.892Z Downloaded num-traits v0.2.19
1572024-12-11T04:48:58.892Z Downloaded itoa v1.0.14
1582024-12-11T04:48:58.892Z Downloaded clap_derive v4.5.18
1592024-12-11T04:48:58.892Z Downloaded tracing-log v0.2.0
1602024-12-11T04:48:58.892Z Downloaded terminal_size v0.4.0
1612024-12-11T04:48:58.892Z Downloaded supports-hyperlinks v3.0.0
1622024-12-11T04:48:58.892Z Downloaded strsim v0.11.1
1632024-12-11T04:48:58.892Z Downloaded smol_str v0.3.2
1642024-12-11T04:48:58.892Z Downloaded autocfg v1.4.0
1652024-12-11T04:48:58.916Z Downloaded tokio v1.42.0
1662024-12-11T04:48:58.940Z Downloaded signal-hook-registry v1.4.2
1672024-12-11T04:48:58.941Z Downloaded ryu v1.0.18
1682024-12-11T04:48:58.941Z Downloaded equivalent v1.0.1
1692024-12-11T04:48:58.941Z Downloaded thiserror v1.0.69
1702024-12-11T04:48:58.965Z Downloaded rustc-demangle v0.1.24
1712024-12-11T04:48:58.965Z Downloaded guppy-workspace-hack v0.1.0
1722024-12-11T04:48:58.965Z Downloaded serde v1.0.216
1732024-12-11T04:48:58.965Z Downloaded proc-macro2 v1.0.92
1742024-12-11T04:48:58.965Z Downloaded ppv-lite86 v0.2.20
1752024-12-11T04:48:58.965Z Downloaded errno v0.3.9
1762024-12-11T04:48:58.965Z Downloaded colorchoice v1.0.3
1772024-12-11T04:48:58.965Z Downloaded byteorder v1.5.0
1782024-12-11T04:48:58.965Z Downloaded bitflags v2.6.0
1792024-12-11T04:48:58.965Z Downloaded backtrace-ext v0.2.1
1802024-12-11T04:48:58.965Z Downloaded anstyle-query v1.1.2
1812024-12-11T04:48:58.990Z Downloaded tokio-macros v2.4.0
1822024-12-11T04:48:58.990Z Downloaded socket2 v0.5.7
1832024-12-11T04:48:58.990Z Downloaded rand v0.8.5
1842024-12-11T04:48:58.990Z Downloaded quote v1.0.37
1852024-12-11T04:48:58.990Z Downloaded miette-derive v7.4.0
1862024-12-11T04:48:58.990Z Downloaded lazy_static v1.5.0
1872024-12-11T04:48:58.990Z Downloaded is_terminal_polyfill v1.70.1
1882024-12-11T04:48:58.990Z Downloaded cfg_aliases v0.2.1
1892024-12-11T04:48:58.990Z Downloaded cfg-if v1.0.0
1902024-12-11T04:48:58.990Z Downloaded backtrace v0.3.71
1912024-12-11T04:48:58.990Z Downloaded anstyle-parse v0.2.6
1922024-12-11T04:48:58.990Z Downloaded anstyle v1.0.9
1932024-12-11T04:48:58.990Z Downloaded rand_chacha v0.3.1
1942024-12-11T04:48:59.015Z Downloaded pin-project-lite v0.2.15
1952024-12-11T04:48:59.015Z Downloaded miniz_oxide v0.7.4
1962024-12-11T04:48:59.015Z Downloaded miette v7.4.0
1972024-12-11T04:48:59.015Z Downloaded log v0.4.22
1982024-12-11T04:48:59.015Z Downloaded jobserver v0.1.32
1992024-12-11T04:48:59.015Z Downloaded is_ci v1.2.0
2002024-12-11T04:48:59.015Z Downloaded indexmap v2.7.0
2012024-12-11T04:48:59.015Z Downloaded heck v0.5.0
2022024-12-11T04:48:59.015Z Downloaded either v1.13.0
2032024-12-11T04:48:59.040Z Downloaded clap_lex v0.7.4
2042024-12-11T04:48:59.114Z Compiling proc-macro2 v1.0.92
2052024-12-11T04:48:59.114Z Compiling unicode-ident v1.0.14
2062024-12-11T04:48:59.139Z Compiling libc v0.2.168
2072024-12-11T04:48:59.139Z Compiling serde v1.0.216
2082024-12-11T04:48:59.139Z Compiling cfg-if v1.0.0
2092024-12-11T04:48:59.139Z Compiling shlex v1.3.0
2102024-12-11T04:48:59.139Z Compiling rustix v0.38.37
2112024-12-11T04:48:59.293Z Compiling memchr v2.7.4
2122024-12-11T04:48:59.329Z Compiling once_cell v1.20.2
2132024-12-11T04:48:59.510Z Compiling bitflags v2.6.0
2142024-12-11T04:48:59.661Z Compiling tracing-core v0.1.33
2152024-12-11T04:48:59.696Z Compiling camino v1.1.9
2162024-12-11T04:48:59.813Z Compiling byteorder v1.5.0
2172024-12-11T04:48:59.880Z Compiling adler v1.0.2
2182024-12-11T04:49:00.097Z Compiling utf8parse v0.2.2
2192024-12-11T04:49:00.122Z Compiling gimli v0.28.1
2202024-12-11T04:49:00.234Z Compiling anstyle-parse v0.2.6
2212024-12-11T04:49:00.259Z Compiling jobserver v0.1.32
2222024-12-11T04:49:00.306Z Compiling object v0.32.2
2232024-12-11T04:49:00.508Z Compiling miniz_oxide v0.7.4
2242024-12-11T04:49:00.665Z Compiling quote v1.0.37
2252024-12-11T04:49:00.798Z Compiling cc v1.1.31
2262024-12-11T04:49:00.824Z Compiling errno v0.3.9
2272024-12-11T04:49:00.850Z Compiling getrandom v0.2.15
2282024-12-11T04:49:01.039Z Compiling syn v2.0.90
2292024-12-11T04:49:01.120Z Compiling lazy_static v1.5.0
2302024-12-11T04:49:01.164Z Compiling libm v0.2.8
2312024-12-11T04:49:01.198Z Compiling anstyle v1.0.9
2322024-12-11T04:49:01.243Z Compiling owo-colors v4.1.0
2332024-12-11T04:49:01.518Z Compiling target-lexicon v0.12.16
2342024-12-11T04:49:01.575Z Compiling anstyle-query v1.1.2
2352024-12-11T04:49:01.600Z Compiling autocfg v1.4.0
2362024-12-11T04:49:01.707Z Compiling is_terminal_polyfill v1.70.1
2372024-12-11T04:49:01.812Z Compiling colorchoice v1.0.3
2382024-12-11T04:49:01.954Z Compiling terminal_size v0.4.0
2392024-12-11T04:49:02.135Z Compiling serde_json v1.0.133
2402024-12-11T04:49:02.285Z Compiling rustc-demangle v0.1.24
2412024-12-11T04:49:02.325Z Compiling thiserror v1.0.69
2422024-12-11T04:49:02.325Z Compiling unicode-width v0.1.14
2432024-12-11T04:49:02.526Z Compiling num-traits v0.2.19
2442024-12-11T04:49:02.729Z Compiling anstream v0.6.17
2452024-12-11T04:49:02.895Z Compiling rand_core v0.6.4
2462024-12-11T04:49:03.123Z Compiling unicode-linebreak v0.1.5
2472024-12-11T04:49:03.216Z Compiling pin-project-lite v0.2.15
2482024-12-11T04:49:03.287Z Compiling ryu v1.0.18
2492024-12-11T04:49:03.327Z Compiling addr2line v0.21.0
2502024-12-11T04:49:03.382Z Compiling strsim v0.11.1
2512024-12-11T04:49:03.409Z Compiling backtrace v0.3.71
2522024-12-11T04:49:03.516Z Compiling smallvec v1.13.2
2532024-12-11T04:49:03.571Z Compiling guppy-workspace-hack v0.1.0
2542024-12-11T04:49:03.824Z Compiling log v0.4.22
2552024-12-11T04:49:03.847Z Compiling heck v0.5.0
2562024-12-11T04:49:03.847Z Compiling is_ci v1.2.0
2572024-12-11T04:49:03.888Z Compiling unicode-width v0.2.0
2582024-12-11T04:49:04.048Z Compiling itoa v1.0.14
2592024-12-11T04:49:04.105Z Compiling unicase v2.8.0
2602024-12-11T04:49:04.157Z Compiling clap_lex v0.7.4
2612024-12-11T04:49:04.181Z Compiling tracing-log v0.2.0
2622024-12-11T04:49:04.230Z Compiling supports-color v3.0.2
2632024-12-11T04:49:04.318Z Compiling textwrap v0.16.1
2642024-12-11T04:49:04.419Z Compiling clap_builder v4.5.23
2652024-12-11T04:49:04.475Z Compiling tracing v0.1.41
2662024-12-11T04:49:04.846Z Compiling sharded-slab v0.1.7
2672024-12-11T04:49:05.158Z Compiling signal-hook-registry v1.4.2
2682024-12-11T04:49:05.547Z Compiling mio v1.0.2
2692024-12-11T04:49:05.807Z Compiling thread_local v1.1.8
2702024-12-11T04:49:05.830Z Compiling target-spec v3.2.2
2712024-12-11T04:49:05.854Z Compiling hashbrown v0.15.2
2722024-12-11T04:49:05.991Z Compiling backtrace-ext v0.2.1
2732024-12-11T04:49:06.236Z Compiling equivalent v1.0.1
2742024-12-11T04:49:06.259Z Compiling supports-hyperlinks v3.0.0
2752024-12-11T04:49:06.282Z Compiling bytes v1.9.0
2762024-12-11T04:49:06.337Z Compiling supports-unicode v3.0.0
2772024-12-11T04:49:06.471Z Compiling tracing-subscriber v0.3.19
2782024-12-11T04:49:06.539Z Compiling cfg-expr v0.17.2
2792024-12-11T04:49:06.865Z Compiling console v0.15.8
2802024-12-11T04:49:07.233Z Compiling xxhash-rust v0.8.12
2812024-12-11T04:49:07.594Z Compiling either v1.13.0
2822024-12-11T04:49:08.655Z Compiling serde_derive v1.0.216
2832024-12-11T04:49:08.735Z Compiling zerocopy-derive v0.7.35
2842024-12-11T04:49:08.925Z Compiling thiserror-impl v1.0.69
2852024-12-11T04:49:09.287Z Compiling tokio-macros v2.4.0
2862024-12-11T04:49:09.879Z Compiling miette-derive v7.4.0
2872024-12-11T04:49:10.156Z Compiling zerocopy v0.7.35
2882024-12-11T04:49:10.448Z Compiling clap_derive v4.5.18
2892024-12-11T04:49:10.529Z Compiling tokio v1.42.0
2902024-12-11T04:49:11.203Z Compiling ppv-lite86 v0.2.20
2912024-12-11T04:49:11.771Z Compiling rand_chacha v0.3.1
2922024-12-11T04:49:11.862Z Compiling miette v7.4.0
2932024-12-11T04:49:12.640Z Compiling rand v0.8.5
2942024-12-11T04:49:13.464Z Compiling clap v4.5.23
2952024-12-11T04:49:17.459Z Compiling indexmap v2.7.0
2962024-12-11T04:49:17.525Z Compiling smol_str v0.3.2
2972024-12-11T04:49:18.236Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-12-11T04:49:19.347Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-12-11T04:49:21.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.00s
3002024-12-11T04:49:21.462Z
3012024-12-11T04:49:21.462Zreal 24.227884493
3022024-12-11T04:49:21.462Zuser 1:58.867130009
3032024-12-11T04:49:21.462Zsys 18.335478260
3042024-12-11T04:49:21.462Ztrap 0.072513339
3052024-12-11T04:49:21.462Ztflt 0.133460760
3062024-12-11T04:49:21.463Zdflt 0.188643188
3072024-12-11T04:49:21.463Zkflt 0.000664235
3082024-12-11T04:49:21.463Zlock 2:38.768499651
3092024-12-11T04:49:21.463Zslp 6:24.299120634
3102024-12-11T04:49:21.463Zlat 9.297848722
3112024-12-11T04:49:21.463Zstop 17.202819990
3122024-12-11T04:49:21.487Z+ banner no-update
3132024-12-11T04:49:21.487Z
3142024-12-11T04:49:21.487Z # # #### # # ##### ##### ## ##### ######
3152024-12-11T04:49:21.487Z ## # # # # # # # # # # # # #
3162024-12-11T04:49:21.487Z # # # # # ##### # # # # # # # # # #####
3172024-12-11T04:49:21.487Z # # # # # # # ##### # # ###### # #
3182024-12-11T04:49:21.487Z # ## # # # # # # # # # # #
3192024-12-11T04:49:21.487Z # # #### #### # ##### # # # ######
3202024-12-11T04:49:21.487Z
3212024-12-11T04:49:21.487Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-12-11T04:49:21.650Z Downloading crates ...
3232024-12-11T04:49:21.737Z Downloaded atomicwrites v0.4.4
3242024-12-11T04:49:21.760Z Downloaded async-scoped v0.9.0
3252024-12-11T04:49:21.760Z Downloaded zstd v0.13.2
3262024-12-11T04:49:21.783Z Downloaded zstd-safe v7.2.1
3272024-12-11T04:49:21.783Z Downloaded debug-ignore v1.0.5
3282024-12-11T04:49:21.783Z Downloaded duct v0.13.7
3292024-12-11T04:49:21.783Z Downloaded enable-ansi-support v0.2.1
3302024-12-11T04:49:21.783Z Downloaded humantime-serde v1.1.1
3312024-12-11T04:49:21.806Z Downloaded indicatif v0.17.9
3322024-12-11T04:49:21.806Z Downloaded toml_datetime v0.6.8
3332024-12-11T04:49:21.806Z Downloaded tracing-error v0.2.0
3342024-12-11T04:49:21.831Z Downloaded pathdiff v0.2.3
3352024-12-11T04:49:21.831Z Downloaded futures-util v0.3.31
3362024-12-11T04:49:21.831Z Downloaded vte_generate_state_changes v0.1.2
3372024-12-11T04:49:21.854Z Downloaded uuid v1.11.0
3382024-12-11T04:49:21.854Z Downloaded version_check v0.9.5
3392024-12-11T04:49:21.854Z Downloaded vte v0.11.1
3402024-12-11T04:49:21.854Z Downloaded toml v0.8.19
3412024-12-11T04:49:21.878Z Downloaded toml_edit v0.22.22
3422024-12-11T04:49:21.901Z Downloaded itertools v0.13.0
3432024-12-11T04:49:21.901Z Downloaded nix v0.29.0
3442024-12-11T04:49:21.924Z Downloaded unicode-normalization v0.1.24
3452024-12-11T04:49:21.924Z Downloaded winnow v0.6.20
3462024-12-11T04:49:21.924Z Downloaded quick-xml v0.37.1
3472024-12-11T04:49:21.924Z Downloaded portable-atomic v1.9.0
3482024-12-11T04:49:21.947Z Downloaded tempfile v3.13.0
3492024-12-11T04:49:21.947Z Downloaded regex v1.11.1
3502024-12-11T04:49:21.971Z Downloaded tar v0.4.43
3512024-12-11T04:49:21.971Z Downloaded signal-hook v0.3.17
3522024-12-11T04:49:21.971Z Downloaded tracing-attributes v0.1.28
3532024-12-11T04:49:21.971Z Downloaded tinyvec v1.8.0
3542024-12-11T04:49:21.971Z Downloaded regex-syntax v0.8.5
3552024-12-11T04:49:21.995Z Downloaded strip-ansi-escapes v0.2.0
3562024-12-11T04:49:21.995Z Downloaded static_assertions v1.1.0
3572024-12-11T04:49:21.995Z Downloaded shell-words v1.1.0
3582024-12-11T04:49:21.996Z Downloaded serde_spanned v0.6.8
3592024-12-11T04:49:21.996Z Downloaded petgraph v0.6.5
3602024-12-11T04:49:22.019Z Downloaded semver v1.0.23
3612024-12-11T04:49:22.020Z Downloaded scopeguard v1.2.0
3622024-12-11T04:49:22.020Z Downloaded ron v0.8.1
3632024-12-11T04:49:22.020Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3642024-12-11T04:49:22.043Z Downloaded quick-junit v0.5.1
3652024-12-11T04:49:22.043Z Downloaded pkg-config v0.3.31
3662024-12-11T04:49:22.043Z Downloaded regex-automata v0.4.8
3672024-12-11T04:49:22.067Z Downloaded pin-utils v0.1.0
3682024-12-11T04:49:22.067Z Downloaded pin-project-internal v1.1.7
3692024-12-11T04:49:22.067Z Downloaded parking_lot_core v0.9.10
3702024-12-11T04:49:22.067Z Downloaded nom v7.1.3
3712024-12-11T04:49:22.067Z Downloaded lock_api v0.4.12
3722024-12-11T04:49:22.067Z Downloaded iana-time-zone v0.1.61
3732024-12-11T04:49:22.091Z Downloaded tinyvec_macros v0.1.1
3742024-12-11T04:49:22.091Z Downloaded thiserror-impl v2.0.6
3752024-12-11T04:49:22.091Z Downloaded thiserror v2.0.6
3762024-12-11T04:49:22.091Z Downloaded target-spec-miette v0.4.0
3772024-12-11T04:49:22.091Z Downloaded futures-task v0.3.31
3782024-12-11T04:49:22.091Z Downloaded tokio-stream v0.1.17
3792024-12-11T04:49:22.091Z Downloaded swrite v0.1.0
3802024-12-11T04:49:22.091Z Downloaded slab v0.4.9
3812024-12-11T04:49:22.091Z Downloaded signal-hook-mio v0.2.4
3822024-12-11T04:49:22.091Z Downloaded shared_child v1.0.1
3832024-12-11T04:49:22.091Z Downloaded serde_path_to_error v0.1.16
3842024-12-11T04:49:22.115Z Downloaded serde_ignored v0.1.10
3852024-12-11T04:49:22.115Z Downloaded parking_lot v0.12.3
3862024-12-11T04:49:22.115Z Downloaded owo-colors v3.5.0
3872024-12-11T04:49:22.115Z Downloaded os_pipe v1.2.1
3882024-12-11T04:49:22.115Z Downloaded number_prefix v0.4.0
3892024-12-11T04:49:22.115Z Downloaded newtype-uuid v1.1.3
3902024-12-11T04:49:22.115Z Downloaded minimal-lexical v0.2.1
3912024-12-11T04:49:22.115Z Downloaded indenter v0.3.3
3922024-12-11T04:49:22.115Z Downloaded indent_write v2.2.0
3932024-12-11T04:49:22.115Z Downloaded humantime v2.1.0
3942024-12-11T04:49:22.115Z Downloaded futures-sink v0.3.31
3952024-12-11T04:49:22.115Z Downloaded futures-macro v0.3.31
3962024-12-11T04:49:22.115Z Downloaded futures-io v0.3.31
3972024-12-11T04:49:22.115Z Downloaded futures-channel v0.3.31
3982024-12-11T04:49:22.138Z Downloaded futures v0.3.31
3992024-12-11T04:49:22.138Z Downloaded eyre v0.6.12
4002024-12-11T04:49:22.138Z Downloaded pin-project v1.1.7
4012024-12-11T04:49:22.138Z Downloaded nested v0.1.1
4022024-12-11T04:49:22.162Z Downloaded futures-core v0.3.31
4032024-12-11T04:49:22.163Z Downloaded future-queue v0.3.0
4042024-12-11T04:49:22.163Z Downloaded home v0.5.9
4052024-12-11T04:49:22.163Z Downloaded guppy v0.17.10
4062024-12-11T04:49:22.163Z Downloaded globset v0.4.15
4072024-12-11T04:49:22.163Z Downloaded filetime v0.2.25
4082024-12-11T04:49:22.163Z Downloaded futures-executor v0.3.31
4092024-12-11T04:49:22.163Z Downloaded fnv v1.0.7
4102024-12-11T04:49:22.163Z Downloaded fixedbitset v0.4.2
4112024-12-11T04:49:22.163Z Downloaded fastrand v2.1.1
4122024-12-11T04:49:22.163Z Downloaded dialoguer v0.11.0
4132024-12-11T04:49:22.163Z Downloaded color-spantrace v0.2.1
4142024-12-11T04:49:22.186Z Downloaded bstr v1.11.0
4152024-12-11T04:49:22.186Z Downloaded crossterm v0.28.1
4162024-12-11T04:49:22.186Z Downloaded recursion v0.5.2
4172024-12-11T04:49:22.210Z Downloaded color-eyre v0.6.3
4182024-12-11T04:49:22.210Z Downloaded config v0.14.1
4192024-12-11T04:49:22.210Z Downloaded chrono v0.4.39
4202024-12-11T04:49:22.233Z Downloaded cargo_metadata v0.19.1
4212024-12-11T04:49:22.233Z Downloaded aho-corasick v1.1.3
4222024-12-11T04:49:22.233Z Downloaded xattr v1.3.1
4232024-12-11T04:49:22.233Z Downloaded cargo-platform v0.1.9
4242024-12-11T04:49:22.233Z Downloaded camino-tempfile v1.1.1
4252024-12-11T04:49:22.233Z Downloaded ahash v0.8.11
4262024-12-11T04:49:22.233Z Downloaded zeroize v1.8.1
4272024-12-11T04:49:22.233Z Downloaded base64 v0.21.7
4282024-12-11T04:49:22.275Z Compiling rustix v0.38.37
4292024-12-11T04:49:22.299Z Compiling tracing-attributes v0.1.28
4302024-12-11T04:49:22.299Z Compiling mio v1.0.2
4312024-12-11T04:49:22.299Z Compiling futures-core v0.3.31
4322024-12-11T04:49:22.326Z Compiling slab v0.4.9
4332024-12-11T04:49:22.326Z Compiling futures-sink v0.3.31
4342024-12-11T04:49:22.326Z Compiling thiserror v2.0.6
4352024-12-11T04:49:22.326Z Compiling pkg-config v0.3.31
4362024-12-11T04:49:22.431Z Compiling futures-channel v0.3.31
4372024-12-11T04:49:22.492Z Compiling thiserror-impl v2.0.6
4382024-12-11T04:49:22.744Z Compiling futures-macro v0.3.31
4392024-12-11T04:49:23.052Z Compiling version_check v0.9.5
4402024-12-11T04:49:23.153Z Compiling futures-task v0.3.31
4412024-12-11T04:49:23.282Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4422024-12-11T04:49:23.381Z Compiling semver v1.0.23
4432024-12-11T04:49:23.406Z Compiling pin-utils v0.1.0
4442024-12-11T04:49:23.466Z Compiling futures-io v0.3.31
4452024-12-11T04:49:23.521Z Compiling ahash v0.8.11
4462024-12-11T04:49:23.699Z Compiling lock_api v0.4.12
4472024-12-11T04:49:23.846Z Compiling aho-corasick v1.1.3
4482024-12-11T04:49:23.871Z Compiling winnow v0.6.20
4492024-12-11T04:49:23.989Z Compiling fastrand v2.1.1
4502024-12-11T04:49:24.259Z Compiling futures-util v0.3.31
4512024-12-11T04:49:24.436Z Compiling parking_lot_core v0.9.10
4522024-12-11T04:49:24.721Z Compiling tracing v0.1.41
4532024-12-11T04:49:24.801Z Compiling terminal_size v0.4.0
4542024-12-11T04:49:24.965Z Compiling tokio v1.42.0
4552024-12-11T04:49:25.018Z Compiling clap_builder v4.5.23
4562024-12-11T04:49:25.070Z Compiling miette v7.4.0
4572024-12-11T04:49:25.217Z Compiling regex-syntax v0.8.5
4582024-12-11T04:49:26.480Z Compiling signal-hook v0.3.17
4592024-12-11T04:49:26.760Z Compiling tempfile v3.13.0
4602024-12-11T04:49:27.877Z Compiling regex-automata v0.4.8
4612024-12-11T04:49:28.142Z Compiling clap v4.5.23
4622024-12-11T04:49:28.232Z Compiling pathdiff v0.2.3
4632024-12-11T04:49:28.273Z Compiling cargo-platform v0.1.9
4642024-12-11T04:49:28.351Z Compiling toml_datetime v0.6.8
4652024-12-11T04:49:28.611Z Compiling serde_spanned v0.6.8
4662024-12-11T04:49:28.728Z Compiling vte_generate_state_changes v0.1.2
4672024-12-11T04:49:28.752Z Compiling newtype-uuid v1.1.3
4682024-12-11T04:49:28.803Z Compiling zstd-safe v7.2.1
4692024-12-11T04:49:29.018Z Compiling portable-atomic v1.9.0
4702024-12-11T04:49:29.107Z Compiling cfg_aliases v0.2.1
4712024-12-11T04:49:29.184Z Compiling fixedbitset v0.4.2
4722024-12-11T04:49:29.227Z Compiling scopeguard v1.2.0
4732024-12-11T04:49:29.561Z Compiling petgraph v0.6.5
4742024-12-11T04:49:29.651Z Compiling vte v0.11.1
4752024-12-11T04:49:29.785Z Compiling nix v0.29.0
4762024-12-11T04:49:30.445Z Compiling toml_edit v0.22.22
4772024-12-11T04:49:30.648Z Compiling cargo_metadata v0.19.1
4782024-12-11T04:49:30.764Z Compiling futures-executor v0.3.31
4792024-12-11T04:49:32.043Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4802024-12-11T04:49:32.133Z Compiling itertools v0.13.0
4812024-12-11T04:49:32.544Z Compiling pin-project-internal v1.1.7
4822024-12-11T04:49:32.886Z Compiling uuid v1.11.0
4832024-12-11T04:49:33.473Z Compiling bstr v1.11.0
4842024-12-11T04:49:33.928Z Compiling eyre v0.6.12
4852024-12-11T04:49:34.357Z Compiling nested v0.1.1
4862024-12-11T04:49:34.381Z Compiling tinyvec_macros v0.1.1
4872024-12-11T04:49:34.439Z Compiling iana-time-zone v0.1.61
4882024-12-11T04:49:34.570Z Compiling debug-ignore v1.0.5
4892024-12-11T04:49:34.596Z Compiling minimal-lexical v0.2.1
4902024-12-11T04:49:34.645Z Compiling static_assertions v1.1.0
4912024-12-11T04:49:34.689Z Compiling pin-project v1.1.7
4922024-12-11T04:49:34.725Z Compiling guppy v0.17.10
4932024-12-11T04:49:34.789Z Compiling chrono v0.4.39
4942024-12-11T04:49:34.813Z Compiling tinyvec v1.8.0
4952024-12-11T04:49:35.009Z Compiling nom v7.1.3
4962024-12-11T04:49:35.731Z Compiling globset v0.4.15
4972024-12-11T04:49:36.122Z Compiling toml v0.8.19
4982024-12-11T04:49:37.220Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4992024-12-11T04:49:37.442Z Compiling signal-hook-mio v0.2.4
5002024-12-11T04:49:37.466Z Compiling parking_lot v0.12.3
5012024-12-11T04:49:37.569Z Compiling regex v1.11.1
5022024-12-11T04:49:37.594Z Compiling futures v0.3.31
5032024-12-11T04:49:37.622Z Compiling strip-ansi-escapes v0.2.0
5042024-12-11T04:49:37.983Z Compiling tracing-error v0.2.0
5052024-12-11T04:49:38.231Z Compiling xattr v1.3.1
5062024-12-11T04:49:38.255Z Compiling filetime v0.2.25
5072024-12-11T04:49:38.442Z Compiling shared_child v1.0.1
5082024-12-11T04:49:38.467Z Compiling os_pipe v1.2.1
5092024-12-11T04:49:38.492Z Compiling quick-xml v0.37.1
5102024-12-11T04:49:38.690Z Compiling humantime v2.1.0
5112024-12-11T04:49:38.734Z Compiling indenter v0.3.3
5122024-12-11T04:49:38.784Z Compiling owo-colors v3.5.0
5132024-12-11T04:49:38.809Z Compiling recursion v0.5.2
5142024-12-11T04:49:38.862Z Compiling number_prefix v0.4.0
5152024-12-11T04:49:38.936Z Compiling shell-words v1.1.0
5162024-12-11T04:49:39.033Z Compiling fnv v1.0.7
5172024-12-11T04:49:39.096Z Compiling zstd v0.13.2
5182024-12-11T04:49:39.120Z Compiling future-queue v0.3.0
5192024-12-11T04:49:39.145Z Compiling indicatif v0.17.9
5202024-12-11T04:49:39.169Z Compiling humantime-serde v1.1.1
5212024-12-11T04:49:39.332Z Compiling quick-junit v0.5.1
5222024-12-11T04:49:39.389Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5232024-12-11T04:49:40.012Z Compiling color-spantrace v0.2.1
5242024-12-11T04:49:40.072Z Compiling duct v0.13.7
5252024-12-11T04:49:40.210Z Compiling tar v0.4.43
5262024-12-11T04:49:40.235Z Compiling crossterm v0.28.1
5272024-12-11T04:49:41.086Z Compiling async-scoped v0.9.0
5282024-12-11T04:49:41.163Z Compiling config v0.14.1
5292024-12-11T04:49:41.300Z Compiling unicode-normalization v0.1.24
5302024-12-11T04:49:41.325Z Compiling tokio-stream v0.1.17
5312024-12-11T04:49:41.464Z Compiling atomicwrites v0.4.4
5322024-12-11T04:49:41.731Z Compiling camino-tempfile v1.1.1
5332024-12-11T04:49:42.017Z Compiling target-spec-miette v0.4.0
5342024-12-11T04:49:42.081Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
5352024-12-11T04:49:42.106Z Compiling serde_path_to_error v0.1.16
5362024-12-11T04:49:42.207Z Compiling serde_ignored v0.1.10
5372024-12-11T04:49:42.325Z Compiling home v0.5.9
5382024-12-11T04:49:42.350Z Compiling zeroize v1.8.1
5392024-12-11T04:49:42.350Z Compiling swrite v0.1.0
5402024-12-11T04:49:42.423Z Compiling indent_write v2.2.0
5412024-12-11T04:49:42.515Z Compiling dialoguer v0.11.0
5422024-12-11T04:49:42.539Z Compiling color-eyre v0.6.3
5432024-12-11T04:49:42.570Z Compiling enable-ansi-support v0.2.1
5442024-12-11T04:49:42.657Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
5452024-12-11T04:50:10.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.13s
5462024-12-11T04:50:10.724Z
5472024-12-11T04:50:10.749Zreal 49.239138214
5482024-12-11T04:50:10.749Zuser 3:11.682768231
5492024-12-11T04:50:10.749Zsys 24.094503366
5502024-12-11T04:50:10.749Ztrap 0.117897208
5512024-12-11T04:50:10.749Ztflt 0.153798696
5522024-12-11T04:50:10.749Zdflt 0.156528844
5532024-12-11T04:50:10.749Zkflt 0.000956283
5542024-12-11T04:50:10.749Zlock 5:07.854238968
5552024-12-11T04:50:10.749Zslp 11:39.465421231
5562024-12-11T04:50:10.749Zlat 7.657265725
5572024-12-11T04:50:10.749Zstop 7.395237691
5582024-12-11T04:50:10.749Z+ banner nextest
5592024-12-11T04:50:10.749Z
5602024-12-11T04:50:10.749Z # # ###### # # ##### ###### #### #####
5612024-12-11T04:50:10.749Z ## # # # # # # # #
5622024-12-11T04:50:10.749Z # # # ##### ## # ##### #### #
5632024-12-11T04:50:10.749Z # # # # ## # # # #
5642024-12-11T04:50:10.749Z # ## # # # # # # # #
5652024-12-11T04:50:10.749Z # # ###### # # # ###### #### #
5662024-12-11T04:50:10.749Z
5672024-12-11T04:50:10.749Z+ ptime -m cargo build --package cargo-nextest
5682024-12-11T04:50:10.983Z Downloading crates ...
5692024-12-11T04:50:11.170Z Downloaded adler2 v2.0.0
5702024-12-11T04:50:11.194Z Downloaded digest v0.10.7
5712024-12-11T04:50:11.194Z Downloaded block-buffer v0.10.4
5722024-12-11T04:50:11.194Z Downloaded curve25519-dalek-derive v0.1.1
5732024-12-11T04:50:11.221Z Downloaded curve25519-dalek v4.1.3
5742024-12-11T04:50:11.245Z Downloaded rustc_version v0.4.1
5752024-12-11T04:50:11.245Z Downloaded rustc-hash v2.0.0
5762024-12-11T04:50:11.245Z Downloaded quinn-udp v0.5.5
5772024-12-11T04:50:11.245Z Downloaded quinn-proto v0.11.8
5782024-12-11T04:50:11.269Z Downloaded want v0.3.1
5792024-12-11T04:50:11.269Z Downloaded urlencoding v2.1.3
5802024-12-11T04:50:11.269Z Downloaded utf8_iter v1.0.4
5812024-12-11T04:50:11.269Z Downloaded serde_urlencoded v0.7.1
5822024-12-11T04:50:11.269Z Downloaded zipsign-api v0.1.2
5832024-12-11T04:50:11.269Z Downloaded rustls-pemfile v2.2.0
5842024-12-11T04:50:11.269Z Downloaded typenum v1.17.0
5852024-12-11T04:50:11.294Z Downloaded url v2.5.4
5862024-12-11T04:50:11.294Z Downloaded tower-service v0.3.3
5872024-12-11T04:50:11.294Z Downloaded tokio-native-tls v0.3.1
5882024-12-11T04:50:11.294Z Downloaded sync_wrapper v1.0.1
5892024-12-11T04:50:11.294Z Downloaded vcpkg v0.2.15
5902024-12-11T04:50:11.332Z Downloaded spki v0.7.3
5912024-12-11T04:50:11.356Z Downloaded signature v2.2.0
5922024-12-11T04:50:11.356Z Downloaded self_update v0.41.0
5932024-12-11T04:50:11.356Z Downloaded rustls-webpki v0.102.8
5942024-12-11T04:50:11.380Z Downloaded openssl-sys v0.9.104
5952024-12-11T04:50:11.380Z Downloaded try-lock v0.2.5
5962024-12-11T04:50:11.380Z Downloaded tokio-rustls v0.26.0
5972024-12-11T04:50:11.380Z Downloaded webpki-roots v0.26.6
5982024-12-11T04:50:11.404Z Downloaded rustls v0.23.19
5992024-12-11T04:50:11.404Z Downloaded subtle v2.6.1
6002024-12-11T04:50:11.404Z Downloaded sha2 v0.10.8
6012024-12-11T04:50:11.404Z Downloaded self-replace v1.5.0
6022024-12-11T04:50:11.404Z Downloaded rustls-pki-types v1.10.0
6032024-12-11T04:50:11.428Z Downloaded openssl v0.10.68
6042024-12-11T04:50:11.428Z Downloaded hyper-rustls v0.27.3
6052024-12-11T04:50:11.428Z Downloaded foreign-types-shared v0.1.1
6062024-12-11T04:50:11.428Z Downloaded untrusted v0.9.0
6072024-12-11T04:50:11.428Z Downloaded spin v0.9.8
6082024-12-11T04:50:11.428Z Downloaded ipnet v2.10.1
6092024-12-11T04:50:11.452Z Downloaded quick-xml v0.23.1
6102024-12-11T04:50:11.452Z Downloaded openssl-probe v0.1.5
6112024-12-11T04:50:11.452Z Downloaded native-tls v0.2.12
6122024-12-11T04:50:11.452Z Downloaded miniz_oxide v0.8.0
6132024-12-11T04:50:11.452Z Downloaded flate2 v1.0.34
6142024-12-11T04:50:11.452Z Downloaded reqwest v0.12.8
6152024-12-11T04:50:11.477Z Downloaded pkcs8 v0.10.2
6162024-12-11T04:50:11.477Z Downloaded percent-encoding v2.3.1
6172024-12-11T04:50:11.477Z Downloaded openssl-macros v0.1.1
6182024-12-11T04:50:11.477Z Downloaded mime v0.3.17
6192024-12-11T04:50:11.477Z Downloaded idna_adapter v1.0.0
6202024-12-11T04:50:11.477Z Downloaded idna v1.0.3
6212024-12-11T04:50:11.477Z Downloaded hyper-util v0.1.9
6222024-12-11T04:50:11.502Z Downloaded hyper-tls v0.6.0
6232024-12-11T04:50:11.502Z Downloaded httparse v1.9.5
6242024-12-11T04:50:11.502Z Downloaded http-body-util v0.1.2
6252024-12-11T04:50:11.502Z Downloaded http-body v1.0.1
6262024-12-11T04:50:11.502Z Downloaded http v1.2.0
6272024-12-11T04:50:11.502Z Downloaded hex v0.4.3
6282024-12-11T04:50:11.502Z Downloaded generic-array v0.14.7
6292024-12-11T04:50:11.502Z Downloaded form_urlencoded v1.2.1
6302024-12-11T04:50:11.502Z Downloaded foreign-types v0.3.2
6312024-12-11T04:50:11.502Z Downloaded ed25519-dalek v2.1.1
6322024-12-11T04:50:11.502Z Downloaded ed25519 v2.2.3
6332024-12-11T04:50:11.526Z Downloaded quinn v0.11.5
6342024-12-11T04:50:11.526Z Downloaded mukti-metadata v0.3.0
6352024-12-11T04:50:11.526Z Downloaded hyper v1.5.0
6362024-12-11T04:50:11.526Z Downloaded der v0.7.9
6372024-12-11T04:50:11.527Z Downloaded crc32fast v1.4.2
6382024-12-11T04:50:11.527Z Downloaded base64ct v1.6.0
6392024-12-11T04:50:11.552Z Downloaded base64 v0.22.1
6402024-12-11T04:50:11.552Z Downloaded crypto-common v0.1.6
6412024-12-11T04:50:11.552Z Downloaded cpufeatures v0.2.14
6422024-12-11T04:50:11.552Z Downloaded const-oid v0.9.6
6432024-12-11T04:50:11.578Z Downloaded ring v0.17.8
6442024-12-11T04:50:11.709Z Compiling smallvec v1.13.2
6452024-12-11T04:50:11.733Z Compiling socket2 v0.5.7
6462024-12-11T04:50:11.733Z Compiling futures-channel v0.3.31
6472024-12-11T04:50:11.757Z Compiling ring v0.17.8
6482024-12-11T04:50:11.757Z Compiling rustls-pki-types v1.10.0
6492024-12-11T04:50:11.757Z Compiling http v1.2.0
6502024-12-11T04:50:11.782Z Compiling typenum v1.17.0
6512024-12-11T04:50:11.783Z Compiling spin v0.9.8
6522024-12-11T04:50:12.051Z Compiling futures-util v0.3.31
6532024-12-11T04:50:12.087Z Compiling untrusted v0.9.0
6542024-12-11T04:50:12.242Z Compiling tokio v1.42.0
6552024-12-11T04:50:12.518Z Compiling httparse v1.9.5
6562024-12-11T04:50:12.562Z Compiling generic-array v0.14.7
6572024-12-11T04:50:12.669Z Compiling try-lock v0.2.5
6582024-12-11T04:50:12.693Z Compiling rustls v0.23.19
6592024-12-11T04:50:12.874Z Compiling want v0.3.1
6602024-12-11T04:50:13.116Z Compiling http-body v1.0.1
6612024-12-11T04:50:13.160Z Compiling cfg-expr v0.17.2
6622024-12-11T04:50:13.295Z Compiling percent-encoding v2.3.1
6632024-12-11T04:50:13.558Z Compiling subtle v2.6.1
6642024-12-11T04:50:13.760Z Compiling form_urlencoded v1.2.1
6652024-12-11T04:50:13.846Z Compiling target-spec v3.2.2
6662024-12-11T04:50:13.870Z Compiling idna_adapter v1.0.0
6672024-12-11T04:50:13.967Z Compiling utf8_iter v1.0.4
6682024-12-11T04:50:14.026Z Compiling tower-service v0.3.3
6692024-12-11T04:50:14.124Z Compiling idna v1.0.3
6702024-12-11T04:50:14.158Z Compiling webpki-roots v0.26.6
6712024-12-11T04:50:14.245Z Compiling adler2 v2.0.0
6722024-12-11T04:50:14.312Z Compiling parking_lot_core v0.9.10
6732024-12-11T04:50:14.416Z Compiling miniz_oxide v0.8.0
6742024-12-11T04:50:14.649Z Compiling crypto-common v0.1.6
6752024-12-11T04:50:14.793Z Compiling block-buffer v0.10.4
6762024-12-11T04:50:14.818Z Compiling url v2.5.4
6772024-12-11T04:50:14.955Z Compiling serde_urlencoded v0.7.1
6782024-12-11T04:50:15.352Z Compiling rustls-pemfile v2.2.0
6792024-12-11T04:50:15.469Z Compiling sync_wrapper v1.0.1
6802024-12-11T04:50:15.589Z Compiling crc32fast v1.4.2
6812024-12-11T04:50:15.623Z Compiling mime v0.3.17
6822024-12-11T04:50:15.647Z Compiling self_update v0.41.0
6832024-12-11T04:50:15.810Z Compiling base64 v0.22.1
6842024-12-11T04:50:15.863Z Compiling ipnet v2.10.1
6852024-12-11T04:50:15.953Z Compiling guppy v0.17.10
6862024-12-11T04:50:16.088Z Compiling flate2 v1.0.34
6872024-12-11T04:50:16.289Z Compiling http-body-util v0.1.2
6882024-12-11T04:50:16.387Z Compiling futures-executor v0.3.31
6892024-12-11T04:50:16.661Z Compiling futures v0.3.31
6902024-12-11T04:50:16.687Z Compiling digest v0.10.7
6912024-12-11T04:50:16.743Z Compiling parking_lot v0.12.3
6922024-12-11T04:50:16.807Z Compiling self-replace v1.5.0
6932024-12-11T04:50:16.831Z Compiling quick-xml v0.23.1
6942024-12-11T04:50:16.860Z Compiling urlencoding v2.1.3
6952024-12-11T04:50:16.952Z Compiling cpufeatures v0.2.14
6962024-12-11T04:50:17.016Z Compiling sha2 v0.10.8
6972024-12-11T04:50:17.040Z Compiling future-queue v0.3.0
6982024-12-11T04:50:17.138Z Compiling crossterm v0.28.1
6992024-12-11T04:50:17.324Z Compiling target-spec-miette v0.4.0
7002024-12-11T04:50:17.504Z Compiling mukti-metadata v0.3.0
7012024-12-11T04:50:17.605Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
7022024-12-11T04:50:17.663Z Compiling hex v0.4.3
7032024-12-11T04:50:19.265Z Compiling rustls-webpki v0.102.8
7042024-12-11T04:50:20.022Z Compiling hyper v1.5.0
7052024-12-11T04:50:20.056Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7062024-12-11T04:50:20.109Z Compiling tokio-stream v0.1.17
7072024-12-11T04:50:20.133Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7082024-12-11T04:50:20.157Z Compiling async-scoped v0.9.0
7092024-12-11T04:50:21.170Z Compiling hyper-util v0.1.9
7102024-12-11T04:50:21.450Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7112024-12-11T04:50:24.376Z Compiling tokio-rustls v0.26.0
7122024-12-11T04:50:24.654Z Compiling hyper-rustls v0.27.3
7132024-12-11T04:50:24.901Z Compiling reqwest v0.12.8
7142024-12-11T04:50:27.408Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
7152024-12-11T04:50:59.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.60s
7162024-12-11T04:50:59.484Z
7172024-12-11T04:50:59.510Zreal 48.732199678
7182024-12-11T04:50:59.510Zuser 2:31.517434340
7192024-12-11T04:50:59.510Zsys 17.411114484
7202024-12-11T04:50:59.510Ztrap 0.079770157
7212024-12-11T04:50:59.510Ztflt 0.127540016
7222024-12-11T04:50:59.510Zdflt 0.195469453
7232024-12-11T04:50:59.510Zkflt 0.000045208
7242024-12-11T04:50:59.510Zlock 3:41.661606870
7252024-12-11T04:50:59.511Zslp 7:01.615726507
7262024-12-11T04:50:59.511Zlat 4.633442773
7272024-12-11T04:50:59.511Zstop 4.233959536
7282024-12-11T04:50:59.511Z+ banner all targets
7292024-12-11T04:50:59.511Z
7302024-12-11T04:50:59.511Z ## # #
7312024-12-11T04:50:59.511Z # # # #
7322024-12-11T04:50:59.511Z # # # #
7332024-12-11T04:50:59.511Z ###### # #
7342024-12-11T04:50:59.511Z # # # #
7352024-12-11T04:50:59.511Z # # ###### ######
7362024-12-11T04:50:59.511Z
7372024-12-11T04:50:59.511Z
7382024-12-11T04:50:59.511Z ##### ## ##### #### ###### ##### ####
7392024-12-11T04:50:59.511Z # # # # # # # # # #
7402024-12-11T04:50:59.511Z # # # # # # ##### # ####
7412024-12-11T04:50:59.512Z # ###### ##### # ### # # #
7422024-12-11T04:50:59.512Z # # # # # # # # # # #
7432024-12-11T04:50:59.512Z # # # # # #### ###### # ####
7442024-12-11T04:50:59.512Z
7452024-12-11T04:50:59.512Z+ ptime -m cargo build --all-targets
7462024-12-11T04:50:59.764Z Downloading crates ...
7472024-12-11T04:50:59.965Z Downloaded bit-vec v0.6.3
7482024-12-11T04:51:00.016Z Downloaded diff v0.1.13
7492024-12-11T04:51:00.018Z Downloaded test-case-macros v3.3.1
7502024-12-11T04:51:00.018Z Downloaded whoami v1.5.2
7512024-12-11T04:51:00.018Z Downloaded test-case v3.3.1
7522024-12-11T04:51:00.018Z Downloaded yansi v1.0.1
7532024-12-11T04:51:00.018Z Downloaded test-strategy v0.4.0
7542024-12-11T04:51:00.018Z Downloaded proptest v1.5.0
7552024-12-11T04:51:00.052Z Downloaded test-case-core v3.3.1
7562024-12-11T04:51:00.052Z Downloaded maplit v1.0.2
7572024-12-11T04:51:00.052Z Downloaded insta v1.41.1
7582024-12-11T04:51:00.052Z Downloaded structmeta v0.3.0
7592024-12-11T04:51:00.052Z Downloaded rusty-fork v0.3.0
7602024-12-11T04:51:00.053Z Downloaded escape8259 v0.5.3
7612024-12-11T04:51:00.053Z Downloaded wait-timeout v0.2.0
7622024-12-11T04:51:00.053Z Downloaded unarray v0.1.4
7632024-12-11T04:51:00.053Z Downloaded structmeta-derive v0.3.0
7642024-12-11T04:51:00.053Z Downloaded quick-error v1.2.3
7652024-12-11T04:51:00.053Z Downloaded linked-hash-map v0.5.6
7662024-12-11T04:51:00.053Z Downloaded libtest-mimic v0.8.1
7672024-12-11T04:51:00.053Z Downloaded indoc v2.0.5
7682024-12-11T04:51:00.053Z Downloaded fs-err v3.0.0
7692024-12-11T04:51:00.053Z Downloaded cp_r v0.5.2
7702024-12-11T04:51:00.053Z Downloaded similar v2.6.0
7712024-12-11T04:51:00.053Z Downloaded rand_xorshift v0.3.0
7722024-12-11T04:51:00.078Z Downloaded pretty_assertions v1.4.1
7732024-12-11T04:51:00.078Z Downloaded bit-set v0.5.3
7742024-12-11T04:51:00.110Z Compiling fs-err v3.0.0
7752024-12-11T04:51:00.110Z Compiling maplit v1.0.2
7762024-12-11T04:51:00.136Z Compiling test-case-core v3.3.1
7772024-12-11T04:51:00.136Z Compiling similar v2.6.0
7782024-12-11T04:51:00.136Z Compiling linked-hash-map v0.5.6
7792024-12-11T04:51:00.136Z Compiling structmeta-derive v0.3.0
7802024-12-11T04:51:00.136Z Compiling wait-timeout v0.2.0
7812024-12-11T04:51:00.136Z Compiling quick-error v1.2.3
7822024-12-11T04:51:00.227Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7832024-12-11T04:51:00.438Z Compiling bit-vec v0.6.3
7842024-12-11T04:51:00.675Z Compiling whoami v1.5.2
7852024-12-11T04:51:00.700Z Compiling rusty-fork v0.3.0
7862024-12-11T04:51:00.793Z Compiling bit-set v0.5.3
7872024-12-11T04:51:00.881Z Compiling rand_xorshift v0.3.0
7882024-12-11T04:51:01.025Z Compiling unarray v0.1.4
7892024-12-11T04:51:01.141Z Compiling insta v1.41.1
7902024-12-11T04:51:01.168Z Compiling proptest v1.5.0
7912024-12-11T04:51:01.168Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7922024-12-11T04:51:01.227Z Compiling escape8259 v0.5.3
7932024-12-11T04:51:01.407Z Compiling libtest-mimic v0.8.1
7942024-12-11T04:51:01.548Z Compiling cp_r v0.5.2
7952024-12-11T04:51:01.635Z Compiling test-case-macros v3.3.1
7962024-12-11T04:51:01.788Z Compiling yansi v1.0.1
7972024-12-11T04:51:02.156Z Compiling structmeta v0.3.0
7982024-12-11T04:51:02.326Z Compiling diff v0.1.13
7992024-12-11T04:51:02.445Z Compiling test-strategy v0.4.0
8002024-12-11T04:51:02.507Z Compiling test-case v3.3.1
8012024-12-11T04:51:02.544Z Compiling pretty_assertions v1.4.1
8022024-12-11T04:51:02.616Z Compiling indoc v2.0.5
8032024-12-11T04:51:02.871Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8042024-12-11T04:51:04.612Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
8052024-12-11T04:51:05.049Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
8062024-12-11T04:51:05.364Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8072024-12-11T04:51:09.239Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8082024-12-11T04:51:47.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.65s
8092024-12-11T04:51:47.325Z
8102024-12-11T04:51:47.325Zreal 47.795447323
8112024-12-11T04:51:47.325Zuser 3:10.389482102
8122024-12-11T04:51:47.325Zsys 24.367679836
8132024-12-11T04:51:47.325Ztrap 0.111467919
8142024-12-11T04:51:47.325Ztflt 0.028414125
8152024-12-11T04:51:47.325Zdflt 0.095382729
8162024-12-11T04:51:47.325Zkflt 0.000012905
8172024-12-11T04:51:47.325Zlock 5:37.538594604
8182024-12-11T04:51:47.325Zslp 12:25.415673191
8192024-12-11T04:51:47.325Zlat 7.409887659
8202024-12-11T04:51:47.325Zstop 3.965254421
8212024-12-11T04:51:47.325Z+ banner all features
8222024-12-11T04:51:47.325Z
8232024-12-11T04:51:47.325Z ## # #
8242024-12-11T04:51:47.325Z # # # #
8252024-12-11T04:51:47.325Z # # # #
8262024-12-11T04:51:47.326Z ###### # #
8272024-12-11T04:51:47.326Z # # # #
8282024-12-11T04:51:47.351Z # # ###### ######
8292024-12-11T04:51:47.351Z
8302024-12-11T04:51:47.351Z
8312024-12-11T04:51:47.351Z ###### ###### ## ##### # # ##### ###### ####
8322024-12-11T04:51:47.351Z # # # # # # # # # # #
8332024-12-11T04:51:47.351Z ##### ##### # # # # # # # ##### ####
8342024-12-11T04:51:47.351Z # # ###### # # # ##### # #
8352024-12-11T04:51:47.351Z # # # # # # # # # # # #
8362024-12-11T04:51:47.351Z # ###### # # # #### # # ###### ####
8372024-12-11T04:51:47.351Z
8382024-12-11T04:51:47.351Z+ ptime -m cargo build --all-features
8392024-12-11T04:51:47.521Z Downloading crates ...
8402024-12-11T04:51:47.723Z Downloaded async-trait v0.1.83
8412024-12-11T04:51:47.748Z Downloaded tokio-util v0.7.12
8422024-12-11T04:51:47.773Z Downloaded prost v0.13.3
8432024-12-11T04:51:47.773Z Downloaded tower-layer v0.3.3
8442024-12-11T04:51:47.773Z Downloaded tonic v0.12.3
8452024-12-11T04:51:47.773Z Downloaded rustversion v1.0.18
8462024-12-11T04:51:47.773Z Downloaded prost-types v0.13.3
8472024-12-11T04:51:47.773Z Downloaded prost-derive v0.13.3
8482024-12-11T04:51:47.773Z Downloaded httpdate v1.0.3
8492024-12-11T04:51:47.773Z Downloaded tower v0.4.13
8502024-12-11T04:51:47.798Z Downloaded regex-automata v0.1.10
8512024-12-11T04:51:47.798Z Downloaded tower v0.5.1
8522024-12-11T04:51:47.823Z Downloaded sync_wrapper v0.1.2
8532024-12-11T04:51:47.823Z Downloaded matchit v0.7.3
8542024-12-11T04:51:47.823Z Downloaded h2 v0.4.6
8552024-12-11T04:51:47.823Z Downloaded indexmap v1.9.3
8562024-12-11T04:51:47.823Z Downloaded hyper-timeout v0.5.1
8572024-12-11T04:51:47.823Z Downloaded regex-syntax v0.6.29
8582024-12-11T04:51:47.847Z Downloaded console-subscriber v0.4.1
8592024-12-11T04:51:47.848Z Downloaded console-api v0.8.1
8602024-12-11T04:51:47.848Z Downloaded axum-core v0.4.5
8612024-12-11T04:51:47.848Z Downloaded matchers v0.1.0
8622024-12-11T04:51:47.848Z Downloaded hashbrown v0.12.3
8632024-12-11T04:51:47.872Z Downloaded crossbeam-utils v0.8.20
8642024-12-11T04:51:47.873Z Downloaded crossbeam-channel v0.5.13
8652024-12-11T04:51:47.873Z Downloaded axum v0.7.7
8662024-12-11T04:51:47.873Z Downloaded atomic-waker v1.1.2
8672024-12-11T04:51:47.873Z Downloaded hdrhistogram v7.5.4
8682024-12-11T04:51:47.897Z Downloaded async-stream-impl v0.3.6
8692024-12-11T04:51:47.898Z Downloaded async-stream v0.3.6
8702024-12-11T04:51:47.898Z Downloaded anyhow v1.0.91
8712024-12-11T04:51:47.941Z Compiling futures-sink v0.3.31
8722024-12-11T04:51:47.966Z Compiling byteorder v1.5.0
8732024-12-11T04:51:47.966Z Compiling num-traits v0.2.19
8742024-12-11T04:51:47.991Z Compiling regex-syntax v0.6.29
8752024-12-11T04:51:47.991Z Compiling atomic-waker v1.1.2
8762024-12-11T04:51:48.020Z Compiling httpdate v1.0.3
8772024-12-11T04:51:48.020Z Compiling anyhow v1.0.91
8782024-12-11T04:51:48.020Z Compiling rustversion v1.0.18
8792024-12-11T04:51:48.074Z Compiling futures-channel v0.3.31
8802024-12-11T04:51:48.139Z Compiling tokio-util v0.7.12
8812024-12-11T04:51:48.264Z Compiling zerocopy v0.7.35
8822024-12-11T04:51:48.376Z Compiling futures-util v0.3.31
8832024-12-11T04:51:48.402Z Compiling tower-layer v0.3.3
8842024-12-11T04:51:48.538Z Compiling either v1.13.0
8852024-12-11T04:51:48.661Z Compiling indexmap v1.9.3
8862024-12-11T04:51:48.863Z Compiling h2 v0.4.6
8872024-12-11T04:51:48.947Z Compiling itertools v0.13.0
8882024-12-11T04:51:49.257Z Compiling ppv-lite86 v0.2.20
8892024-12-11T04:51:49.502Z Compiling async-trait v0.1.83
8902024-12-11T04:51:49.810Z Compiling rand_chacha v0.3.1
8912024-12-11T04:51:49.857Z Compiling sync_wrapper v0.1.2
8922024-12-11T04:51:49.965Z Compiling hashbrown v0.12.3
8932024-12-11T04:51:50.267Z Compiling rand v0.8.5
8942024-12-11T04:51:50.691Z Compiling regex-automata v0.1.10
8952024-12-11T04:51:51.154Z Compiling async-stream-impl v0.3.6
8962024-12-11T04:51:51.303Z Compiling prost-derive v0.13.3
8972024-12-11T04:51:51.393Z Compiling crossbeam-utils v0.8.20
8982024-12-11T04:51:51.462Z Compiling matchit v0.7.3
8992024-12-11T04:51:51.832Z Compiling matchers v0.1.0
9002024-12-11T04:51:51.993Z Compiling tracing-subscriber v0.3.19
9012024-12-11T04:51:52.028Z Compiling ahash v0.8.11
9022024-12-11T04:51:52.143Z Compiling async-stream v0.3.6
9032024-12-11T04:51:52.387Z Compiling http-body-util v0.1.2
9042024-12-11T04:51:52.453Z Compiling tower v0.5.1
9052024-12-11T04:51:52.687Z Compiling hyper v1.5.0
9062024-12-11T04:51:52.765Z Compiling axum-core v0.4.5
9072024-12-11T04:51:52.823Z Compiling tower v0.4.13
9082024-12-11T04:51:53.114Z Compiling tokio-stream v0.1.17
9092024-12-11T04:51:53.164Z Compiling guppy v0.17.10
9102024-12-11T04:51:53.858Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9112024-12-11T04:51:53.941Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9122024-12-11T04:51:54.080Z Compiling prost v0.13.3
9132024-12-11T04:51:54.360Z Compiling proptest v1.5.0
9142024-12-11T04:51:54.714Z Compiling hyper-util v0.1.9
9152024-12-11T04:51:55.041Z Compiling prost-types v0.13.3
9162024-12-11T04:51:55.934Z Compiling axum v0.7.7
9172024-12-11T04:51:56.131Z Compiling hyper-timeout v0.5.1
9182024-12-11T04:51:56.194Z Compiling hyper-rustls v0.27.3
9192024-12-11T04:51:56.422Z Compiling futures-executor v0.3.31
9202024-12-11T04:51:56.865Z Compiling base64 v0.21.7
9212024-12-11T04:51:56.889Z Compiling chrono v0.4.39
9222024-12-11T04:51:57.427Z Compiling hdrhistogram v7.5.4
9232024-12-11T04:51:57.474Z Compiling crossbeam-channel v0.5.13
9242024-12-11T04:51:57.640Z Compiling reqwest v0.12.8
9252024-12-11T04:51:57.907Z Compiling futures v0.3.31
9262024-12-11T04:51:57.999Z Compiling async-scoped v0.9.0
9272024-12-11T04:51:58.216Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
9282024-12-11T04:51:58.374Z Compiling tracing-error v0.2.0
9292024-12-11T04:51:58.399Z Compiling future-queue v0.3.0
9302024-12-11T04:51:58.662Z Compiling quick-junit v0.5.1
9312024-12-11T04:51:58.693Z Compiling color-spantrace v0.2.1
9322024-12-11T04:51:59.098Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
9332024-12-11T04:51:59.341Z Compiling color-eyre v0.6.3
9342024-12-11T04:51:59.682Z Compiling self_update v0.41.0
9352024-12-11T04:51:59.739Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9362024-12-11T04:52:00.536Z Compiling tonic v0.12.3
9372024-12-11T04:52:02.988Z Compiling console-api v0.8.1
9382024-12-11T04:52:04.062Z Compiling console-subscriber v0.4.1
9392024-12-11T04:52:05.935Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
9402024-12-11T04:52:18.589Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9412024-12-11T04:52:44.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.11s
9422024-12-11T04:52:44.572Z
9432024-12-11T04:52:44.572Zreal 57.240936774
9442024-12-11T04:52:44.572Zuser 3:29.631311553
9452024-12-11T04:52:44.573Zsys 25.955119811
9462024-12-11T04:52:44.573Ztrap 0.106504315
9472024-12-11T04:52:44.573Ztflt 0.039969275
9482024-12-11T04:52:44.573Zdflt 0.147668774
9492024-12-11T04:52:44.573Zkflt 0.000007514
9502024-12-11T04:52:44.573Zlock 5:56.352309171
9512024-12-11T04:52:44.573Zslp 12:20.092992659
9522024-12-11T04:52:44.573Zlat 6.537031814
9532024-12-11T04:52:44.573Zstop 7.323227021
9542024-12-11T04:52:44.597Z+ banner doctests
9552024-12-11T04:52:44.597Z
9562024-12-11T04:52:44.597Z ##### #### #### ##### ###### #### ##### ####
9572024-12-11T04:52:44.597Z # # # # # # # # # # #
9582024-12-11T04:52:44.597Z # # # # # # ##### #### # ####
9592024-12-11T04:52:44.597Z # # # # # # # # # #
9602024-12-11T04:52:44.597Z # # # # # # # # # # # # #
9612024-12-11T04:52:44.597Z ##### #### #### # ###### #### # ####
9622024-12-11T04:52:44.597Z
9632024-12-11T04:52:44.598Z+ ptime -m cargo test --doc
9642024-12-11T04:52:44.957Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
9652024-12-11T04:52:44.982Z Doc-tests cargo_nextest
9662024-12-11T04:52:45.494Z
9672024-12-11T04:52:45.494Zrunning 0 tests
9682024-12-11T04:52:45.494Z
9692024-12-11T04:52:45.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9702024-12-11T04:52:45.518Z
9712024-12-11T04:52:45.518Z Doc-tests fixture_data
9722024-12-11T04:52:45.592Z
9732024-12-11T04:52:45.592Zrunning 0 tests
9742024-12-11T04:52:45.592Z
9752024-12-11T04:52:45.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9762024-12-11T04:52:45.592Z
9772024-12-11T04:52:45.617Z Doc-tests integration_tests
9782024-12-11T04:52:45.687Z
9792024-12-11T04:52:45.687Zrunning 0 tests
9802024-12-11T04:52:45.687Z
9812024-12-11T04:52:45.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9822024-12-11T04:52:45.687Z
9832024-12-11T04:52:45.712Z Doc-tests nextest_filtering
9842024-12-11T04:52:45.848Z
9852024-12-11T04:52:45.848Zrunning 0 tests
9862024-12-11T04:52:45.848Z
9872024-12-11T04:52:45.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9882024-12-11T04:52:45.849Z
9892024-12-11T04:52:45.873Z Doc-tests nextest_metadata
9902024-12-11T04:52:46.040Z
9912024-12-11T04:52:46.040Zrunning 2 tests
9922024-12-11T04:52:46.714Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9932024-12-11T04:52:49.928Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9942024-12-11T04:52:49.928Z
9952024-12-11T04:52:49.928Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.89s
9962024-12-11T04:52:49.928Z
9972024-12-11T04:52:49.953Z Doc-tests nextest_runner
9982024-12-11T04:52:50.909Z
9992024-12-11T04:52:50.909Zrunning 0 tests
10002024-12-11T04:52:50.909Z
10012024-12-11T04:52:50.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10022024-12-11T04:52:50.909Z
10032024-12-11T04:52:50.936Z Doc-tests nextest_workspace_hack
10042024-12-11T04:52:50.994Z
10052024-12-11T04:52:50.994Zrunning 0 tests
10062024-12-11T04:52:50.994Z
10072024-12-11T04:52:50.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10082024-12-11T04:52:50.994Z
10092024-12-11T04:52:51.027Z
10102024-12-11T04:52:51.051Zreal 6.427067191
10112024-12-11T04:52:51.051Zuser 6.486000003
10122024-12-11T04:52:51.051Zsys 1.794109624
10132024-12-11T04:52:51.051Ztrap 0.001635334
10142024-12-11T04:52:51.051Ztflt 0.009221204
10152024-12-11T04:52:51.051Zdflt 0.005997447
10162024-12-11T04:52:51.051Zkflt 0.000000000
10172024-12-11T04:52:51.051Zlock 11.054877437
10182024-12-11T04:52:51.051Zslp 35.326725151
10192024-12-11T04:52:51.051Zlat 0.074636943
10202024-12-11T04:52:51.051Zstop 0.131216910
10212024-12-11T04:52:51.051Z+ banner local-nt
10222024-12-11T04:52:51.051Z
10232024-12-11T04:52:51.051Z # #### #### ## # # # #####
10242024-12-11T04:52:51.051Z # # # # # # # # ## # #
10252024-12-11T04:52:51.051Z # # # # # # # ##### # # # #
10262024-12-11T04:52:51.051Z # # # # ###### # # # # #
10272024-12-11T04:52:51.052Z # # # # # # # # # ## #
10282024-12-11T04:52:51.052Z ###### #### #### # # ###### # # #
10292024-12-11T04:52:51.052Z
10302024-12-11T04:52:51.052Z+ ptime -m cargo local-nt run --profile ci
10312024-12-11T04:52:51.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
10322024-12-11T04:52:51.400Z Running `target/debug/cargo-nextest nextest run --profile ci`
10332024-12-11T04:52:51.979Zinfo: experimental features enabled: setup-scripts
10342024-12-11T04:52:52.323Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
10352024-12-11T04:52:52.526Z────────────
10362024-12-11T04:52:52.526Z Nextest run ID ab2b0df8-e705-4103-be77-5b74b39120be with nextest profile: ci
10372024-12-11T04:52:52.526Z Starting 286 tests across 15 binaries (1 test skipped)
10382024-12-11T04:52:52.551Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
10392024-12-11T04:52:52.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
10402024-12-11T04:52:52.924Z Running `target/debug/build-seed-archive`
10412024-12-11T04:52:52.949Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-2a912f9aeb8d7d82aa17399c655c9fa495d7a84be7020a092510a993f54eec97.tar.zst, building
10422024-12-11T04:53:00.575Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-2a912f9aeb8d7d82aa17399c655c9fa495d7a84be7020a092510a993f54eec97.tar.zst
10432024-12-11T04:53:00.599Z SETUP PASS [ 8.051s] build-seed-archive: cargo run --bin build-seed-archive
10442024-12-11T04:53:00.624Z PASS [ 0.028s] integration-tests::custom-harness thread_count::test_multi_threaded
10452024-12-11T04:53:00.648Z PASS [ 0.047s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10462024-12-11T04:53:00.730Z PASS [ 0.150s] cargo-nextest dispatch::tests::test_argument_parsing
10472024-12-11T04:53:02.022Z PASS [ 1.430s] integration-tests::integration test_list_binaries_only
10482024-12-11T04:53:02.243Z PASS [ 1.623s] integration-tests::integration test_list_host_after_build
10492024-12-11T04:53:02.663Z PASS [ 2.037s] integration-tests::integration test_list_target_after_build
10502024-12-11T04:53:02.688Z PASS [ 2.060s] integration-tests::integration test_list_full_after_build
10512024-12-11T04:53:02.819Z PASS [ 2.214s] integration-tests::integration test_list_full
10522024-12-11T04:53:02.942Z PASS [ 2.343s] integration-tests::integration test_list_default
10532024-12-11T04:53:04.215Z PASS [ 1.543s] integration-tests::integration test_run_from_archive_with_missing_includes
10542024-12-11T04:53:06.062Z PASS [ 3.119s] integration-tests::integration test_run_no_tests
10552024-12-11T04:53:06.199Z PASS [ 3.956s] integration-tests::integration test_run_after_build
10562024-12-11T04:53:06.507Z PASS [ 5.776s] integration-tests::integration test_relocated_run
10572024-12-11T04:53:06.895Z PASS [ 6.262s] integration-tests::integration test_list_with_default_filter
10582024-12-11T04:53:07.254Z PASS [ 3.037s] integration-tests::integration test_run_with_default_filter
10592024-12-11T04:53:07.713Z PASS [ 1.651s] integration-tests::integration test_setup_script_error
10602024-12-11T04:53:07.767Z PASS [ 1.566s] integration-tests::integration test_setup_scripts_not_enabled
10612024-12-11T04:53:07.826Z PASS [ 0.059s] integration-tests::integration test_version_info
10622024-12-11T04:53:08.151Z PASS [ 0.324s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10632024-12-11T04:53:08.175Z PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error
10642024-12-11T04:53:08.199Z PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_eof
10652024-12-11T04:53:08.223Z PASS [ 0.021s] nextest-filtering parsing::tests::test_expected_expr
10662024-12-11T04:53:08.248Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_and_operator
10672024-12-11T04:53:08.248Z PASS [ 1.350s] integration-tests::integration test_show_config_version
10682024-12-11T04:53:08.278Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_escapes
10692024-12-11T04:53:08.278Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob
10702024-12-11T04:53:08.303Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_or_operator
10712024-12-11T04:53:08.303Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform
10722024-12-11T04:53:08.327Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_regex
10732024-12-11T04:53:08.327Z PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_argument
10742024-12-11T04:53:08.352Z PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_close_parentheses
10752024-12-11T04:53:08.352Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_close_regex
10762024-12-11T04:53:08.378Z PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_open_parentheses
10772024-12-11T04:53:08.378Z PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_parentheses
10782024-12-11T04:53:08.402Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_comma
10792024-12-11T04:53:08.427Z PASS [ 0.044s] nextest-filtering parsing::tests::test_parse_expr_difference
10802024-12-11T04:53:08.427Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_intersection
10812024-12-11T04:53:08.451Z PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_expr_not
10822024-12-11T04:53:08.475Z PASS [ 5.796s] integration-tests::integration test_run_from_archive_with_includes
10832024-12-11T04:53:08.475Z PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_expr_precedence
10842024-12-11T04:53:08.502Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_set
10852024-12-11T04:53:08.502Z PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_expr_union
10862024-12-11T04:53:08.526Z PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_glob_matcher
10872024-12-11T04:53:08.526Z PASS [ 5.694s] integration-tests::integration test_run_from_archive_with_no_includes
10882024-12-11T04:53:08.551Z PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_name_matcher
10892024-12-11T04:53:08.551Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10902024-12-11T04:53:08.576Z PASS [ 0.061s] nextest-filtering parsing::tests::test_parse_regex
10912024-12-11T04:53:08.601Z PASS [ 0.053s] nextest-filtering parsing::tests::test_parse_set_def
10922024-12-11T04:53:08.601Z PASS [ 0.027s] nextest-filtering parsing::tests::test_unexpected_argument
10932024-12-11T04:53:08.625Z PASS [ 0.052s] nextest-filtering parsing::tests::test_unexpected_comma
10942024-12-11T04:53:08.625Z PASS [ 0.029s] nextest-filtering::match test_binary_query
10952024-12-11T04:53:08.649Z PASS [ 0.047s] nextest-filtering::match test_expr_binary
10962024-12-11T04:53:08.673Z PASS [ 0.034s] nextest-filtering::match test_expr_binary_id_glob
10972024-12-11T04:53:08.673Z PASS [ 0.039s] nextest-filtering::match test_expr_deps
10982024-12-11T04:53:08.698Z PASS [ 0.036s] nextest-filtering::match test_expr_kind
10992024-12-11T04:53:08.698Z PASS [ 0.032s] nextest-filtering::match test_expr_kind_partial
11002024-12-11T04:53:08.698Z PASS [ 0.028s] nextest-filtering::match test_expr_package_contains
11012024-12-11T04:53:08.723Z PASS [ 0.030s] nextest-filtering::match test_expr_package_equal
11022024-12-11T04:53:08.747Z PASS [ 0.040s] nextest-filtering::match test_expr_package_regex
11032024-12-11T04:53:08.747Z PASS [ 0.032s] nextest-filtering::match test_expr_platform
11042024-12-11T04:53:08.772Z PASS [ 0.053s] nextest-filtering::match test_expr_rdeps
11052024-12-11T04:53:08.772Z PASS [ 0.037s] nextest-filtering::match test_expr_test
11062024-12-11T04:53:08.806Z PASS [ 0.229s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
11072024-12-11T04:53:08.830Z PASS [ 0.048s] nextest-filtering::match test_expr_test_difference::with_and_not
11082024-12-11T04:53:08.831Z PASS [ 0.039s] nextest-filtering::match test_expr_test_difference::with_minus
11092024-12-11T04:53:08.855Z PASS [ 0.056s] nextest-filtering::match test_expr_test_intersect::with_ampersand
11102024-12-11T04:53:08.855Z PASS [ 0.035s] nextest-filtering::match test_expr_test_intersect::with_and
11112024-12-11T04:53:08.880Z PASS [ 0.045s] nextest-filtering::match test_expr_test_not
11122024-12-11T04:53:08.880Z PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_or
11132024-12-11T04:53:08.880Z PASS [ 0.033s] nextest-filtering::match test_expr_test_union::with_pipe
11142024-12-11T04:53:08.904Z PASS [ 0.032s] nextest-filtering::match test_expr_test_union::with_plus
11152024-12-11T04:53:08.904Z PASS [ 0.032s] nextest-filtering::match test_expr_with_no_matching_packages
11162024-12-11T04:53:08.929Z PASS [ 0.026s] nextest-metadata test_list::tests::test_binary_id_ord
11172024-12-11T04:53:08.929Z PASS [ 0.027s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
11182024-12-11T04:53:08.929Z PASS [ 0.039s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
11192024-12-11T04:53:08.929Z PASS [ 0.027s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
11202024-12-11T04:53:08.953Z PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
11212024-12-11T04:53:08.953Z PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
11222024-12-11T04:53:08.977Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
11232024-12-11T04:53:08.977Z PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
11242024-12-11T04:53:09.001Z PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
11252024-12-11T04:53:09.001Z PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11262024-12-11T04:53:09.025Z PASS [ 0.063s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11272024-12-11T04:53:09.025Z PASS [ 0.057s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11282024-12-11T04:53:09.025Z PASS [ 0.036s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11292024-12-11T04:53:09.081Z PASS [ 0.082s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11302024-12-11T04:53:09.438Z PASS [ 0.352s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11312024-12-11T04:53:09.488Z PASS [ 0.464s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11322024-12-11T04:53:09.512Z PASS [ 0.453s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11332024-12-11T04:53:09.512Z PASS [ 0.428s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11342024-12-11T04:53:09.938Z PASS [ 0.504s] nextest-runner config::archive::tests::parse_invalid::missing_list
11352024-12-11T04:53:10.011Z PASS [ 0.522s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11362024-12-11T04:53:10.035Z PASS [ 0.023s] nextest-runner config::archive::tests::test_join_rel_path
11372024-12-11T04:53:10.059Z PASS [ 0.513s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11382024-12-11T04:53:10.088Z PASS [ 0.029s] nextest-runner config::config_impl::tests::default_config_is_valid
11392024-12-11T04:53:10.088Z PASS [ 0.519s] nextest-runner config::archive::tests::parse_invalid::parent_component
11402024-12-11T04:53:10.113Z PASS [ 0.027s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11412024-12-11T04:53:10.113Z PASS [ 0.032s] nextest-runner config::identifier::tests::test_invalid
11422024-12-11T04:53:10.137Z PASS [ 0.024s] nextest-runner config::identifier::tests::test_valid
11432024-12-11T04:53:10.137Z PASS [ 0.027s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11442024-12-11T04:53:10.162Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_accumulate
11452024-12-11T04:53:10.162Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11462024-12-11T04:53:10.186Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11472024-12-11T04:53:10.210Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11482024-12-11T04:53:10.210Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11492024-12-11T04:53:10.235Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11502024-12-11T04:53:10.235Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11512024-12-11T04:53:10.259Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11522024-12-11T04:53:10.259Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11532024-12-11T04:53:10.259Z PASS [ 0.320s] nextest-runner config::archive::tests::parse_valid
11542024-12-11T04:53:10.358Z PASS [ 0.311s] nextest-runner config::config_impl::tests::ignored_keys
11552024-12-11T04:53:10.560Z PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11562024-12-11T04:53:10.584Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11572024-12-11T04:53:10.609Z PASS [ 0.335s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11582024-12-11T04:53:10.609Z PASS [ 3.347s] integration-tests::integration test_target_arg
11592024-12-11T04:53:10.668Z PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11602024-12-11T04:53:10.871Z PASS [ 0.310s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11612024-12-11T04:53:10.895Z PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11622024-12-11T04:53:10.919Z PASS [ 0.303s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11632024-12-11T04:53:10.944Z PASS [ 0.327s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11642024-12-11T04:53:10.986Z PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic
11652024-12-11T04:53:11.192Z PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11662024-12-11T04:53:11.219Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11672024-12-11T04:53:11.243Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11682024-12-11T04:53:11.243Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11692024-12-11T04:53:11.297Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11702024-12-11T04:53:11.520Z PASS [ 0.329s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11712024-12-11T04:53:11.544Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11722024-12-11T04:53:11.544Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11732024-12-11T04:53:11.568Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11742024-12-11T04:53:11.605Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11752024-12-11T04:53:11.663Z PASS [ 5.155s] integration-tests::integration test_show_config_test_groups
11762024-12-11T04:53:11.859Z PASS [ 0.339s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11772024-12-11T04:53:11.884Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11782024-12-11T04:53:11.908Z PASS [ 0.363s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11792024-12-11T04:53:11.933Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11802024-12-11T04:53:11.933Z PASS [ 0.361s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11812024-12-11T04:53:11.987Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11822024-12-11T04:53:12.182Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11832024-12-11T04:53:12.206Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11842024-12-11T04:53:12.231Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11852024-12-11T04:53:12.231Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11862024-12-11T04:53:12.255Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11872024-12-11T04:53:12.284Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11882024-12-11T04:53:12.469Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11892024-12-11T04:53:12.503Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_valid
11902024-12-11T04:53:12.527Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11912024-12-11T04:53:12.551Z PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11922024-12-11T04:53:12.552Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11932024-12-11T04:53:12.576Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11942024-12-11T04:53:12.773Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11952024-12-11T04:53:12.816Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11962024-12-11T04:53:12.841Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11972024-12-11T04:53:12.841Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11982024-12-11T04:53:12.865Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11992024-12-11T04:53:12.889Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
12002024-12-11T04:53:13.072Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
12012024-12-11T04:53:13.113Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
12022024-12-11T04:53:13.137Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
12032024-12-11T04:53:13.162Z PASS [ 0.304s] nextest-runner config::scripts::tests::test_scripts_basic
12042024-12-11T04:53:13.162Z PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
12052024-12-11T04:53:13.186Z PASS [ 0.302s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
12062024-12-11T04:53:13.377Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
12072024-12-11T04:53:13.410Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
12082024-12-11T04:53:13.435Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
12092024-12-11T04:53:13.459Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
12102024-12-11T04:53:13.459Z PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
12112024-12-11T04:53:13.483Z PASS [ 0.291s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
12122024-12-11T04:53:13.584Z PASS [ 5.871s] integration-tests::integration test_target_dir
12132024-12-11T04:53:13.692Z PASS [ 0.314s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
12142024-12-11T04:53:13.749Z PASS [ 0.338s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
12152024-12-11T04:53:13.773Z PASS [ 0.303s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
12162024-12-11T04:53:13.773Z PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
12172024-12-11T04:53:13.773Z PASS [ 0.336s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
12182024-12-11T04:53:13.797Z PASS [ 0.318s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
12192024-12-11T04:53:13.940Z PASS [ 0.356s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
12202024-12-11T04:53:13.996Z PASS [ 0.304s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
12212024-12-11T04:53:14.044Z PASS [ 0.293s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
12222024-12-11T04:53:14.068Z PASS [ 0.296s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
12232024-12-11T04:53:14.093Z PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
12242024-12-11T04:53:14.093Z PASS [ 0.298s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12252024-12-11T04:53:14.093Z PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
12262024-12-11T04:53:14.268Z PASS [ 0.327s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
12272024-12-11T04:53:14.301Z PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12282024-12-11T04:53:14.362Z PASS [ 0.307s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12292024-12-11T04:53:14.362Z PASS [ 0.317s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12302024-12-11T04:53:14.386Z PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12312024-12-11T04:53:14.412Z PASS [ 0.297s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12322024-12-11T04:53:14.412Z PASS [ 0.317s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12332024-12-11T04:53:14.436Z PASS [ 0.032s] nextest-runner config::tool_config::tests::parse_tool_config_file
12342024-12-11T04:53:14.491Z PASS [ 0.068s] nextest-runner errors::tests::display_error_chain
12352024-12-11T04:53:14.560Z PASS [ 0.068s] nextest-runner errors::tests::display_error_list
12362024-12-11T04:53:14.584Z PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list
12372024-12-11T04:53:14.608Z PASS [ 0.329s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12382024-12-11T04:53:14.632Z PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
12392024-12-11T04:53:14.632Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12402024-12-11T04:53:14.632Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12412024-12-11T04:53:14.657Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12422024-12-11T04:53:14.657Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12432024-12-11T04:53:14.657Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12442024-12-11T04:53:14.657Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12452024-12-11T04:53:14.681Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12462024-12-11T04:53:14.681Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12472024-12-11T04:53:14.681Z PASS [ 0.295s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12482024-12-11T04:53:14.706Z PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12492024-12-11T04:53:14.706Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12502024-12-11T04:53:14.706Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12512024-12-11T04:53:14.706Z PASS [ 0.341s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12522024-12-11T04:53:14.706Z PASS [ 0.025s] nextest-runner list::test_list::tests::test_parse_test_list
12532024-12-11T04:53:14.706Z PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12542024-12-11T04:53:14.730Z PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12552024-12-11T04:53:14.730Z PASS [ 0.036s] nextest-runner partition::tests::partitioner_builder_from_str
12562024-12-11T04:53:14.730Z PASS [ 0.031s] nextest-runner platform::tests::test_from_rustc_output_invalid
12572024-12-11T04:53:14.754Z PASS [ 0.023s] nextest-runner redact::tests::test_redact_path
12582024-12-11T04:53:14.754Z PASS [ 0.029s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12592024-12-11T04:53:14.754Z PASS [ 0.334s] nextest-runner config::tool_config::tests::tool_config_basic
12602024-12-11T04:53:14.755Z PASS [ 0.034s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12612024-12-11T04:53:14.779Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::no_capture_settings
12622024-12-11T04:53:14.779Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12632024-12-11T04:53:14.779Z PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12642024-12-11T04:53:14.803Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12652024-12-11T04:53:14.803Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12662024-12-11T04:53:14.803Z PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12672024-12-11T04:53:14.803Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12682024-12-11T04:53:14.803Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12692024-12-11T04:53:14.827Z PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12702024-12-11T04:53:14.827Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_final_warnings
12712024-12-11T04:53:14.851Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12722024-12-11T04:53:14.851Z PASS [ 0.067s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12732024-12-11T04:53:14.851Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12742024-12-11T04:53:14.875Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12752024-12-11T04:53:14.875Z PASS [ 0.041s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12762024-12-11T04:53:14.875Z PASS [ 0.034s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12772024-12-11T04:53:14.875Z PASS [ 0.027s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12782024-12-11T04:53:14.899Z PASS [ 0.037s] nextest-runner reporter::events::tests::test_is_success
12792024-12-11T04:53:14.899Z PASS [ 0.030s] nextest-runner reporter::helpers::tests::test_highlight_end
12802024-12-11T04:53:14.899Z PASS [ 0.090s] nextest-runner reporter::displayer::tests::test_info_response
12812024-12-11T04:53:14.899Z PASS [ 0.068s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12822024-12-11T04:53:14.923Z PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12832024-12-11T04:53:14.923Z PASS [ 0.024s] nextest-runner reuse_build::tests::test_path_mapper_relative
12842024-12-11T04:53:14.948Z PASS [ 0.030s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
12852024-12-11T04:53:14.948Z PASS [ 0.077s] nextest-runner reporter::structured::libtest::test::strips_human_output
12862024-12-11T04:53:14.948Z PASS [ 0.071s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12872024-12-11T04:53:14.948Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12882024-12-11T04:53:14.948Z PASS [ 0.033s] nextest-runner runner::imp::tests::no_capture_settings
12892024-12-11T04:53:14.972Z PASS [ 0.084s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12902024-12-11T04:53:14.972Z PASS [ 0.038s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12912024-12-11T04:53:14.997Z PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config
12922024-12-11T04:53:14.997Z PASS [ 0.028s] nextest-runner test_command::tests::parse_build_script
12932024-12-11T04:53:14.997Z PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples
12942024-12-11T04:53:15.021Z PASS [ 0.034s] nextest-runner test_filter::tests::pattern_examples
12952024-12-11T04:53:15.054Z PASS [ 0.107s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12962024-12-11T04:53:15.078Z PASS [ 0.023s] nextest-runner test_filter::tests::skip_only_pattern_examples
12972024-12-11T04:53:15.102Z PASS [ 0.144s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12982024-12-11T04:53:15.126Z PASS [ 0.114s] nextest-runner test_filter::tests::proptest_empty
12992024-12-11T04:53:15.200Z PASS [ 0.193s] nextest-runner test_filter::tests::proptest_no_match
13002024-12-11T04:53:15.225Z PASS [ 0.285s] nextest-runner rustc_cli::tests::test_execute_with_failure
13012024-12-11T04:53:15.404Z PASS [ 0.409s] nextest-runner test_filter::tests::proptest_exact
13022024-12-11T04:53:15.670Z PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause
13032024-12-11T04:53:15.754Z PASS [ 0.742s] nextest-runner test_filter::tests::proptest_substring
13042024-12-11T04:53:16.606Z PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
13052024-12-11T04:53:16.773Z PASS [ 1.565s] nextest-runner::integration basic::test_list_binaries
13062024-12-11T04:53:17.068Z PASS [ 1.868s] nextest-runner::integration basic::test_filter_expr_without_string_filters
13072024-12-11T04:53:17.093Z PASS [ 1.972s] nextest-runner::integration basic::test_filter_expr_with_string_filters
13082024-12-11T04:53:17.117Z PASS [ 1.692s] nextest-runner::integration basic::test_list_tests
13092024-12-11T04:53:17.141Z PASS [ 0.027s] nextest-runner::integration target_runner::disregards_non_matching
13102024-12-11T04:53:17.248Z PASS [ 0.473s] nextest-runner::integration basic::test_run_ignored
13112024-12-11T04:53:17.279Z PASS [ 0.031s] nextest-runner::integration target_runner::parses_cargo_config_cfg
13122024-12-11T04:53:17.322Z PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_exact
13132024-12-11T04:53:17.414Z PASS [ 0.289s] nextest-runner::integration target_runner::falls_back_to_cargo_config
13142024-12-11T04:53:17.438Z PASS [ 0.352s] nextest-runner::integration basic::test_string_filters_without_filter_expr
13152024-12-11T04:53:17.438Z PASS [ 15.406s] integration-tests::integration test_run
13162024-12-11T04:53:17.461Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env
13172024-12-11T04:53:17.486Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli
13182024-12-11T04:53:17.514Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
13192024-12-11T04:53:17.590Z PASS [ 0.075s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
13202024-12-11T04:53:17.619Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_env
13212024-12-11T04:53:17.652Z PASS [ 0.032s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
13222024-12-11T04:53:17.681Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_target_cli_option
13232024-12-11T04:53:17.771Z PASS [ 0.462s] nextest-runner::integration target_runner::parses_cargo_env
13242024-12-11T04:53:18.037Z PASS [ 0.623s] nextest-runner::integration target_runner::test_listing_with_target_runner
13252024-12-11T04:53:18.527Z PASS [ 1.920s] nextest-runner::integration basic::test_run
13262024-12-11T04:53:18.988Z PASS [ 1.567s] nextest-runner::integration target_runner::test_run_with_target_runner
13272024-12-11T04:53:19.610Z PASS [ 2.534s] nextest-runner::integration basic::test_termination
13282024-12-11T04:53:20.620Z PASS [ 4.865s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13292024-12-11T04:53:20.643Z PASS [ 4.973s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13302024-12-11T04:53:20.644Z────────────
13312024-12-11T04:53:20.644Z Summary [ 28.118s] 286 tests run: 286 passed, 1 skipped
13322024-12-11T04:53:20.673Z
13332024-12-11T04:53:20.673Zreal 29.632859265
13342024-12-11T04:53:20.673Zuser 1:07.902281021
13352024-12-11T04:53:20.673Zsys 1:08.466260566
13362024-12-11T04:53:20.673Ztrap 0.089732093
13372024-12-11T04:53:20.673Ztflt 0.062867708
13382024-12-11T04:53:20.673Zdflt 0.168349884
13392024-12-11T04:53:20.673Zkflt 0.002230181
13402024-12-11T04:53:20.697Zlock 12:42.369275716
13412024-12-11T04:53:20.697Zslp 6:20.731927247
13422024-12-11T04:53:20.697Zlat 1:25.247013583
13432024-12-11T04:53:20.697Zstop 2:24.309506136
13442024-12-11T04:53:20.697Z+ banner release
13452024-12-11T04:53:20.697Z
13462024-12-11T04:53:20.697Z ##### ###### # ###### ## #### ######
13472024-12-11T04:53:20.697Z # # # # # # # # #
13482024-12-11T04:53:20.697Z # # ##### # ##### # # #### #####
13492024-12-11T04:53:20.697Z ##### # # # ###### # #
13502024-12-11T04:53:20.697Z # # # # # # # # # #
13512024-12-11T04:53:20.697Z # # ###### ###### ###### # # #### ######
13522024-12-11T04:53:20.697Z
13532024-12-11T04:53:20.697Z+ ptime -m cargo nextest run --profile ci
13542024-12-11T04:53:21.254Zinfo: experimental features enabled: setup-scripts
13552024-12-11T04:53:21.277Zwarning: ignoring unknown configuration keys in config file /work/nextest-rs/nextest/.config/nextest.toml: profile.default.overrides.1.run-extra-args
13562024-12-11T04:53:21.589Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
13572024-12-11T04:53:21.791Z------------
13582024-12-11T04:53:21.791Z Nextest run ID ba6405aa-f425-4871-98c0-e4d5ef229edf with nextest profile: ci
13592024-12-11T04:53:21.791Z Starting 286 tests across 15 binaries (1 test skipped)
13602024-12-11T04:53:21.815Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13612024-12-11T04:53:22.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
13622024-12-11T04:53:22.205Z Running `target/debug/build-seed-archive`
13632024-12-11T04:53:22.643Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-71402220c249027db9a7d79000f82149b865044aa832a85eba26ad2f94d4713d.tar.zst, building
13642024-12-11T04:53:25.063Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-71402220c249027db9a7d79000f82149b865044aa832a85eba26ad2f94d4713d.tar.zst
13652024-12-11T04:53:25.087Z SETUP PASS [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13662024-12-11T04:53:25.129Z PASS [ 0.027s] integration-tests::custom-harness thread_count::test_multi_threaded
13672024-12-11T04:53:25.153Z PASS [ 0.043s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13682024-12-11T04:53:25.220Z PASS [ 0.146s] cargo-nextest dispatch::tests::test_argument_parsing
13692024-12-11T04:53:26.629Z PASS [ 1.539s] integration-tests::integration test_list_binaries_only
13702024-12-11T04:53:26.790Z PASS [ 1.677s] integration-tests::integration test_list_host_after_build
13712024-12-11T04:53:27.181Z PASS [ 2.064s] integration-tests::integration test_list_target_after_build
13722024-12-11T04:53:27.262Z PASS [ 2.161s] integration-tests::integration test_list_full
13732024-12-11T04:53:27.321Z PASS [ 2.215s] integration-tests::integration test_list_full_after_build
13742024-12-11T04:53:27.354Z PASS [ 2.258s] integration-tests::integration test_list_default
13752024-12-11T04:53:29.233Z PASS [ 1.971s] integration-tests::integration test_run_from_archive_with_missing_includes
13762024-12-11T04:53:30.261Z PASS [ 2.905s] integration-tests::integration test_run_no_tests
13772024-12-11T04:53:30.837Z PASS [ 5.616s] integration-tests::integration test_relocated_run
13782024-12-11T04:53:30.959Z PASS [ 4.170s] integration-tests::integration test_run_after_build
13792024-12-11T04:53:31.556Z PASS [ 6.434s] integration-tests::integration test_list_with_default_filter
13802024-12-11T04:53:31.960Z PASS [ 1.701s] integration-tests::integration test_setup_script_error
13812024-12-11T04:53:32.089Z PASS [ 1.253s] integration-tests::integration test_setup_scripts_not_enabled
13822024-12-11T04:53:32.402Z PASS [ 3.169s] integration-tests::integration test_run_with_default_filter
13832024-12-11T04:53:32.457Z PASS [ 0.052s] integration-tests::integration test_version_info
13842024-12-11T04:53:32.811Z PASS [ 0.355s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13852024-12-11T04:53:32.835Z PASS [ 0.019s] nextest-filtering parsing::tests::test_complex_error
13862024-12-11T04:53:32.859Z PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_eof
13872024-12-11T04:53:32.883Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr
13882024-12-11T04:53:32.907Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator
13892024-12-11T04:53:32.931Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_escapes
13902024-12-11T04:53:32.931Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob
13912024-12-11T04:53:32.955Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator
13922024-12-11T04:53:32.979Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform
13932024-12-11T04:53:33.003Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex
13942024-12-11T04:53:33.003Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_argument
13952024-12-11T04:53:33.027Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_parentheses
13962024-12-11T04:53:33.052Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_close_regex
13972024-12-11T04:53:33.076Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses
13982024-12-11T04:53:33.076Z PASS [ 1.513s] integration-tests::integration test_show_config_version
13992024-12-11T04:53:33.100Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_parentheses
14002024-12-11T04:53:33.100Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_comma
14012024-12-11T04:53:33.100Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_difference
14022024-12-11T04:53:33.123Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_intersection
14032024-12-11T04:53:33.124Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_not
14042024-12-11T04:53:33.148Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_precedence
14052024-12-11T04:53:33.148Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_set
14062024-12-11T04:53:33.148Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union
14072024-12-11T04:53:33.174Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_glob_matcher
14082024-12-11T04:53:33.174Z PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_name_matcher
14092024-12-11T04:53:33.198Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
14102024-12-11T04:53:33.198Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_set_def
14112024-12-11T04:53:33.222Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_regex
14122024-12-11T04:53:33.245Z PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_argument
14132024-12-11T04:53:33.245Z PASS [ 6.034s] integration-tests::integration test_run_from_archive_with_includes
14142024-12-11T04:53:33.245Z PASS [ 0.035s] nextest-filtering parsing::tests::test_unexpected_comma
14152024-12-11T04:53:33.269Z PASS [ 0.034s] nextest-filtering::match test_binary_query
14162024-12-11T04:53:33.293Z PASS [ 0.022s] nextest-filtering::match test_expr_binary
14172024-12-11T04:53:33.317Z PASS [ 0.038s] nextest-filtering::match test_expr_binary_id_glob
14182024-12-11T04:53:33.317Z PASS [ 0.041s] nextest-filtering::match test_expr_deps
14192024-12-11T04:53:33.340Z PASS [ 0.025s] nextest-filtering::match test_expr_kind
14202024-12-11T04:53:33.340Z PASS [ 0.024s] nextest-filtering::match test_expr_kind_partial
14212024-12-11T04:53:33.364Z PASS [ 0.028s] nextest-filtering::match test_expr_package_contains
14222024-12-11T04:53:33.364Z PASS [ 0.021s] nextest-filtering::match test_expr_package_equal
14232024-12-11T04:53:33.364Z PASS [ 6.040s] integration-tests::integration test_run_from_archive_with_no_includes
14242024-12-11T04:53:33.388Z PASS [ 0.021s] nextest-filtering::match test_expr_package_regex
14252024-12-11T04:53:33.388Z PASS [ 0.020s] nextest-filtering::match test_expr_platform
14262024-12-11T04:53:33.388Z PASS [ 0.020s] nextest-filtering::match test_expr_rdeps
14272024-12-11T04:53:33.412Z PASS [ 0.019s] nextest-filtering::match test_expr_test
14282024-12-11T04:53:33.412Z PASS [ 0.020s] nextest-filtering::match test_expr_test_difference::with_and_not
14292024-12-11T04:53:33.412Z PASS [ 0.018s] nextest-filtering::match test_expr_test_difference::with_minus
14302024-12-11T04:53:33.412Z PASS [ 0.190s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
14312024-12-11T04:53:33.412Z PASS [ 0.019s] nextest-filtering::match test_expr_test_intersect::with_ampersand
14322024-12-11T04:53:33.436Z PASS [ 0.024s] nextest-filtering::match test_expr_test_intersect::with_and
14332024-12-11T04:53:33.436Z PASS [ 0.021s] nextest-filtering::match test_expr_test_not
14342024-12-11T04:53:33.436Z PASS [ 0.020s] nextest-filtering::match test_expr_test_union::with_or
14352024-12-11T04:53:33.436Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_pipe
14362024-12-11T04:53:33.436Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_plus
14372024-12-11T04:53:33.460Z PASS [ 0.021s] nextest-filtering::match test_expr_with_no_matching_packages
14382024-12-11T04:53:33.460Z PASS [ 0.017s] nextest-metadata test_list::tests::test_binary_id_ord
14392024-12-11T04:53:33.460Z PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14402024-12-11T04:53:33.460Z PASS [ 0.022s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14412024-12-11T04:53:33.519Z PASS [ 0.021s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14422024-12-11T04:53:33.519Z PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14432024-12-11T04:53:33.519Z PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14442024-12-11T04:53:33.519Z PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14452024-12-11T04:53:33.519Z PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14462024-12-11T04:53:33.519Z PASS [ 0.021s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14472024-12-11T04:53:33.519Z PASS [ 0.021s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14482024-12-11T04:53:33.519Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14492024-12-11T04:53:33.519Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_env_var_precedence
14502024-12-11T04:53:33.519Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14512024-12-11T04:53:33.543Z PASS [ 0.030s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14522024-12-11T04:53:33.800Z PASS [ 0.293s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14532024-12-11T04:53:33.824Z PASS [ 0.309s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14542024-12-11T04:53:33.848Z PASS [ 0.301s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14552024-12-11T04:53:33.848Z PASS [ 0.326s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14562024-12-11T04:53:34.138Z PASS [ 0.325s] nextest-runner config::archive::tests::parse_invalid::missing_list
14572024-12-11T04:53:34.163Z PASS [ 0.308s] nextest-runner config::archive::tests::parse_invalid::parent_component
14582024-12-11T04:53:34.188Z PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14592024-12-11T04:53:34.188Z PASS [ 0.025s] nextest-runner config::archive::tests::test_join_rel_path
14602024-12-11T04:53:34.188Z PASS [ 0.023s] nextest-runner config::config_impl::tests::default_config_is_valid
14612024-12-11T04:53:34.214Z PASS [ 0.021s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14622024-12-11T04:53:34.238Z PASS [ 0.391s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14632024-12-11T04:53:34.262Z PASS [ 0.031s] nextest-runner config::identifier::tests::test_invalid
14642024-12-11T04:53:34.286Z PASS [ 0.020s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
14652024-12-11T04:53:34.286Z PASS [ 0.033s] nextest-runner config::identifier::tests::test_valid
14662024-12-11T04:53:34.339Z PASS [ 0.034s] nextest-runner config::nextest_version::tests::test_accumulate
14672024-12-11T04:53:34.404Z PASS [ 0.081s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14682024-12-11T04:53:34.428Z PASS [ 0.124s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14692024-12-11T04:53:34.549Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14702024-12-11T04:53:34.549Z PASS [ 0.096s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14712024-12-11T04:53:34.549Z PASS [ 0.110s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14722024-12-11T04:53:34.573Z PASS [ 0.401s] nextest-runner config::config_impl::tests::ignored_keys
14732024-12-11T04:53:34.596Z PASS [ 0.071s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14742024-12-11T04:53:34.623Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14752024-12-11T04:53:34.623Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14762024-12-11T04:53:34.700Z PASS [ 0.578s] nextest-runner config::archive::tests::parse_valid
14772024-12-11T04:53:34.991Z PASS [ 0.379s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14782024-12-11T04:53:35.016Z PASS [ 0.312s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14792024-12-11T04:53:35.039Z PASS [ 0.438s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14802024-12-11T04:53:35.075Z PASS [ 0.485s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14812024-12-11T04:53:35.322Z PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14822024-12-11T04:53:35.356Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14832024-12-11T04:53:35.356Z PASS [ 0.314s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14842024-12-11T04:53:35.403Z PASS [ 0.339s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14852024-12-11T04:53:35.703Z PASS [ 0.357s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14862024-12-11T04:53:35.727Z PASS [ 0.387s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14872024-12-11T04:53:35.727Z PASS [ 0.408s] nextest-runner config::overrides::tests::test_overrides_basic
14882024-12-11T04:53:35.751Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14892024-12-11T04:53:35.751Z PASS [ 3.781s] integration-tests::integration test_target_arg
14902024-12-11T04:53:36.011Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14912024-12-11T04:53:36.035Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14922024-12-11T04:53:36.035Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14932024-12-11T04:53:36.035Z PASS [ 0.308s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14942024-12-11T04:53:36.059Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14952024-12-11T04:53:36.337Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14962024-12-11T04:53:36.362Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14972024-12-11T04:53:36.362Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14982024-12-11T04:53:36.362Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14992024-12-11T04:53:36.362Z PASS [ 0.344s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15002024-12-11T04:53:36.385Z PASS [ 5.407s] integration-tests::integration test_show_config_test_groups
15012024-12-11T04:53:36.628Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15022024-12-11T04:53:36.652Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15032024-12-11T04:53:36.652Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15042024-12-11T04:53:36.652Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15052024-12-11T04:53:36.676Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15062024-12-11T04:53:36.676Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15072024-12-11T04:53:36.925Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15082024-12-11T04:53:36.949Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15092024-12-11T04:53:36.949Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15102024-12-11T04:53:36.974Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15112024-12-11T04:53:36.974Z PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
15122024-12-11T04:53:36.999Z PASS [ 0.308s] nextest-runner config::retry_policy::tests::parse_retries_valid
15132024-12-11T04:53:37.221Z PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
15142024-12-11T04:53:37.244Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
15152024-12-11T04:53:37.268Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
15162024-12-11T04:53:37.268Z PASS [ 0.329s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
15172024-12-11T04:53:37.292Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
15182024-12-11T04:53:37.322Z PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
15192024-12-11T04:53:37.525Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
15202024-12-11T04:53:37.549Z PASS [ 0.278s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
15212024-12-11T04:53:37.549Z PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
15222024-12-11T04:53:37.573Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
15232024-12-11T04:53:37.598Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
15242024-12-11T04:53:37.622Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
15252024-12-11T04:53:37.842Z PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
15262024-12-11T04:53:37.866Z PASS [ 0.326s] nextest-runner config::scripts::tests::test_scripts_basic
15272024-12-11T04:53:37.866Z PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
15282024-12-11T04:53:37.892Z PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
15292024-12-11T04:53:37.916Z PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
15302024-12-11T04:53:37.940Z PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
15312024-12-11T04:53:38.001Z PASS [ 5.905s] integration-tests::integration test_target_dir
15322024-12-11T04:53:38.146Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
15332024-12-11T04:53:38.170Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
15342024-12-11T04:53:38.170Z PASS [ 0.323s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
15352024-12-11T04:53:38.197Z PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
15362024-12-11T04:53:38.197Z PASS [ 0.299s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
15372024-12-11T04:53:38.221Z PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
15382024-12-11T04:53:38.292Z PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15392024-12-11T04:53:38.457Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
15402024-12-11T04:53:38.482Z PASS [ 0.296s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15412024-12-11T04:53:38.506Z PASS [ 0.299s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
15422024-12-11T04:53:38.506Z PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
15432024-12-11T04:53:38.506Z PASS [ 0.314s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
15442024-12-11T04:53:38.531Z PASS [ 0.297s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
15452024-12-11T04:53:38.595Z PASS [ 0.306s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
15462024-12-11T04:53:38.767Z PASS [ 0.293s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
15472024-12-11T04:53:38.792Z PASS [ 0.306s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15482024-12-11T04:53:38.792Z PASS [ 0.318s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
15492024-12-11T04:53:38.816Z PASS [ 0.287s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
15502024-12-11T04:53:38.816Z PASS [ 0.294s] nextest-runner config::test_threads::tests::parse_test_threads::positive
15512024-12-11T04:53:38.841Z PASS [ 0.332s] nextest-runner config::test_threads::tests::parse_test_threads::negative
15522024-12-11T04:53:38.923Z PASS [ 0.319s] nextest-runner config::test_threads::tests::parse_test_threads::zero
15532024-12-11T04:53:39.066Z PASS [ 0.291s] nextest-runner config::threads_required::tests::parse_threads_required::negative
15542024-12-11T04:53:39.092Z PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15552024-12-11T04:53:39.117Z PASS [ 0.025s] nextest-runner config::tool_config::tests::parse_tool_config_file
15562024-12-11T04:53:39.117Z PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15572024-12-11T04:53:39.141Z PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15582024-12-11T04:53:39.141Z PASS [ 0.301s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15592024-12-11T04:53:39.141Z PASS [ 0.289s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15602024-12-11T04:53:39.165Z PASS [ 0.028s] nextest-runner list::binary_list::tests::test_parse_binary_list
15612024-12-11T04:53:39.165Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15622024-12-11T04:53:39.286Z PASS [ 0.066s] nextest-runner errors::tests::display_error_chain
15632024-12-11T04:53:39.311Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15642024-12-11T04:53:39.311Z PASS [ 0.067s] nextest-runner errors::tests::display_error_list
15652024-12-11T04:53:39.311Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15662024-12-11T04:53:39.311Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15672024-12-11T04:53:39.311Z PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15682024-12-11T04:53:39.311Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15692024-12-11T04:53:39.311Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15702024-12-11T04:53:39.311Z PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15712024-12-11T04:53:39.311Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15722024-12-11T04:53:39.311Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15732024-12-11T04:53:39.311Z PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15742024-12-11T04:53:39.311Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
15752024-12-11T04:53:39.311Z PASS [ 0.037s] nextest-runner list::test_list::tests::test_parse_test_list
15762024-12-11T04:53:39.311Z PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid
15772024-12-11T04:53:39.312Z PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15782024-12-11T04:53:39.312Z PASS [ 0.034s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15792024-12-11T04:53:39.312Z PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15802024-12-11T04:53:39.312Z PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15812024-12-11T04:53:39.312Z PASS [ 0.017s] nextest-runner redact::tests::test_redact_path
15822024-12-11T04:53:39.312Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::no_capture_settings
15832024-12-11T04:53:39.312Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15842024-12-11T04:53:39.312Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15852024-12-11T04:53:39.313Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15862024-12-11T04:53:39.313Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15872024-12-11T04:53:39.313Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15882024-12-11T04:53:39.313Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15892024-12-11T04:53:39.427Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15902024-12-11T04:53:39.427Z PASS [ 0.015s] nextest-runner reporter::displayer::tests::test_final_warnings
15912024-12-11T04:53:39.451Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15922024-12-11T04:53:39.451Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15932024-12-11T04:53:39.451Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15942024-12-11T04:53:39.452Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15952024-12-11T04:53:39.452Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15962024-12-11T04:53:39.452Z PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
15972024-12-11T04:53:39.452Z PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
15982024-12-11T04:53:39.452Z PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
15992024-12-11T04:53:39.452Z PASS [ 0.023s] nextest-runner reporter::events::tests::test_is_success
16002024-12-11T04:53:39.452Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end
16012024-12-11T04:53:39.452Z PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_info_response
16022024-12-11T04:53:39.452Z PASS [ 0.058s] nextest-runner reporter::displayer::tests::test_write_skip_counts
16032024-12-11T04:53:39.452Z PASS [ 0.317s] nextest-runner config::tool_config::tests::tool_config_basic
16042024-12-11T04:53:39.452Z PASS [ 0.018s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
16052024-12-11T04:53:39.452Z PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative
16062024-12-11T04:53:39.452Z PASS [ 0.017s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
16072024-12-11T04:53:39.452Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output
16082024-12-11T04:53:39.452Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
16092024-12-11T04:53:39.452Z PASS [ 0.029s] nextest-runner runner::imp::tests::no_capture_settings
16102024-12-11T04:53:39.452Z PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
16112024-12-11T04:53:39.452Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
16122024-12-11T04:53:39.476Z PASS [ 0.028s] nextest-runner rustc_cli::tests::test_fail_to_spawn
16132024-12-11T04:53:39.476Z PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script
16142024-12-11T04:53:39.476Z PASS [ 0.028s] nextest-runner target_runner::tests::test_find_config
16152024-12-11T04:53:39.476Z PASS [ 0.021s] nextest-runner test_filter::tests::empty_pattern_examples
16162024-12-11T04:53:39.476Z PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples
16172024-12-11T04:53:39.510Z PASS [ 0.096s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
16182024-12-11T04:53:39.534Z PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples
16192024-12-11T04:53:39.559Z PASS [ 0.136s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
16202024-12-11T04:53:39.584Z PASS [ 0.113s] nextest-runner test_filter::tests::proptest_empty
16212024-12-11T04:53:39.659Z PASS [ 0.198s] nextest-runner test_filter::tests::proptest_no_match
16222024-12-11T04:53:39.684Z PASS [ 0.265s] nextest-runner rustc_cli::tests::test_execute_with_failure
16232024-12-11T04:53:39.759Z PASS [ 0.092s] nextest-runner::integration basic::test_list_binaries
16242024-12-11T04:53:39.832Z PASS [ 0.269s] nextest-runner::integration basic::test_filter_expr_with_string_filters
16252024-12-11T04:53:39.922Z PASS [ 0.264s] nextest-runner::integration basic::test_filter_expr_without_string_filters
16262024-12-11T04:53:39.947Z PASS [ 0.490s] nextest-runner test_filter::tests::proptest_exact
16272024-12-11T04:53:40.009Z PASS [ 0.249s] nextest-runner::integration basic::test_list_tests
16282024-12-11T04:53:40.088Z PASS [ 0.619s] nextest-runner test_filter::tests::proptest_substring
16292024-12-11T04:53:40.133Z PASS [ 0.571s] nextest-runner time::stopwatch::tests::stopwatch_pause
16302024-12-11T04:53:40.330Z PASS [ 13.698s] integration-tests::integration test_run
16312024-12-11T04:53:40.355Z PASS [ 0.027s] nextest-runner::integration target_runner::disregards_non_matching
16322024-12-11T04:53:40.433Z PASS [ 0.344s] nextest-runner::integration basic::test_string_filters_without_filter_expr
16332024-12-11T04:53:40.457Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg
16342024-12-11T04:53:40.481Z PASS [ 0.461s] nextest-runner::integration basic::test_run_ignored
16352024-12-11T04:53:40.481Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact
16362024-12-11T04:53:40.660Z PASS [ 0.306s] nextest-runner::integration target_runner::falls_back_to_cargo_config
16372024-12-11T04:53:40.879Z PASS [ 0.408s] nextest-runner::integration target_runner::parses_cargo_env
16382024-12-11T04:53:40.903Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_cargo_env
16392024-12-11T04:53:40.928Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli
16402024-12-11T04:53:40.952Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
16412024-12-11T04:53:40.976Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
16422024-12-11T04:53:41.001Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env
16432024-12-11T04:53:41.025Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
16442024-12-11T04:53:41.025Z PASS [ 0.546s] nextest-runner::integration target_runner::test_listing_with_target_runner
16452024-12-11T04:53:41.050Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_target_cli_option
16462024-12-11T04:53:41.050Z PASS [ 1.520s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
16472024-12-11T04:53:41.600Z PASS [ 1.661s] nextest-runner::integration basic::test_run
16482024-12-11T04:53:42.154Z PASS [ 1.499s] nextest-runner::integration target_runner::test_run_with_target_runner
16492024-12-11T04:53:42.553Z PASS [ 2.430s] nextest-runner::integration basic::test_termination
16502024-12-11T04:53:43.499Z PASS [ 3.671s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
16512024-12-11T04:53:43.676Z PASS [ 3.759s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
16522024-12-11T04:53:43.700Z------------
16532024-12-11T04:53:43.700Z Summary [ 21.885s] 286 tests run: 286 passed, 1 skipped
16542024-12-11T04:53:43.724Z
16552024-12-11T04:53:43.725Zreal 23.014487173
16562024-12-11T04:53:43.725Zuser 1:02.183918929
16572024-12-11T04:53:43.725Zsys 1:05.062748852
16582024-12-11T04:53:43.725Ztrap 0.083304071
16592024-12-11T04:53:43.725Ztflt 0.068797794
16602024-12-11T04:53:43.725Zdflt 0.231703120
16612024-12-11T04:53:43.725Zkflt 0.003405911
16622024-12-11T04:53:43.725Zlock 11:23.750236575
16632024-12-11T04:53:43.725Zslp 5:00.920466692
16642024-12-11T04:53:43.725Zlat 1:16.653521482
16652024-12-11T04:53:43.725Zstop 2:15.101243527
16662024-12-11T04:53:43.725Zprocess exited: duration 287557 ms, exit code 0
 
16672024-12-11T04:53:43.775Zfound 0 output files