01JDR0326QY00Q8N990DP7T34D: build-and-test-illumos

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

Buildomat Job: 01JDR03867F365KDMERFFSXV7C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-27T23:43:18.535Zjob assigned to worker 01JDR038AC4NENSYZ9X8VWQD4H [factory gimlet-EVT22200007-propolis, EVT22200007/19599] (queued for 23 s)
 
22024-11-27T23:43:26.772Zstarting task 0: "setup"
32024-11-27T23:43:26.797Z++ uname -s
42024-11-27T23:43:26.797Z+ kern=SunOS
52024-11-27T23:43:26.797Z+ case "$kern" in
62024-11-27T23:43:26.797Z+ groupadd -g 12345 build
72024-11-27T23:43:26.797Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-27T23:43:28.795Z+ zfs create -o mountpoint=/work rpool/work
92024-11-27T23:43:28.829Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-27T23:43:28.854Z+ home_fs=zfs
112024-11-27T23:43:28.854Z+ [[ zfs == autofs ]]
122024-11-27T23:43:28.854Z+ mkdir -p /home/build
132024-11-27T23:43:28.854Z+ chown build:build /home/build /work
142024-11-27T23:43:30.837Z+ chmod 0700 /home/build /work
152024-11-27T23:43:30.862Zprocess exited: duration 4068 ms, exit code 0
 
162024-11-27T23:43:30.910Zstarting task 1: "rust-toolchain"
172024-11-27T23:43:30.933Z+ printf ' * toolchain channel = "%s"
182024-11-27T23:43:30.933Z' stable
192024-11-27T23:43:30.933Z+ printf ' * toolchain profile = "%s"
202024-11-27T23:43:30.933Z' default
212024-11-27T23:43:30.934Z * toolchain channel = "stable"
222024-11-27T23:43:30.934Z * toolchain profile = "default"
232024-11-27T23:43:30.934Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-27T23:43:30.934Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-27T23:43:31.066Zinfo: downloading installer
262024-11-27T23:43:31.456Zinfo: profile set to 'default'
272024-11-27T23:43:31.456Zinfo: default host triple is x86_64-unknown-illumos
282024-11-27T23:43:31.480Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-27T23:43:31.558Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-27T23:43:31.558Zinfo: downloading component 'cargo'
312024-11-27T23:43:31.732Zinfo: downloading component 'clippy'
322024-11-27T23:43:31.797Zinfo: downloading component 'rust-docs'
332024-11-27T23:43:31.983Zinfo: downloading component 'rust-std'
342024-11-27T23:43:32.286Zinfo: downloading component 'rustc'
352024-11-27T23:43:33.295Zinfo: downloading component 'rustfmt'
362024-11-27T23:43:33.333Zinfo: installing component 'cargo'
372024-11-27T23:43:34.444Zinfo: installing component 'clippy'
382024-11-27T23:43:34.896Zinfo: installing component 'rust-docs'
392024-11-27T23:43:37.710Zinfo: installing component 'rust-std'
402024-11-27T23:43:39.903Zinfo: installing component 'rustc'
412024-11-27T23:43:47.058Zinfo: installing component 'rustfmt'
422024-11-27T23:43:47.420Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-27T23:43:47.420Z
442024-11-27T23:43:47.573Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-27T23:43:47.573Z
462024-11-27T23:43:47.598Z
472024-11-27T23:43:47.599ZRust is installed now. Great!
482024-11-27T23:43:47.599Z
492024-11-27T23:43:47.599ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-27T23:43:47.599Zenvironment variable. This has not been done automatically.
512024-11-27T23:43:47.599Z
522024-11-27T23:43:47.599ZTo configure your current shell, you need to source
532024-11-27T23:43:47.599Zthe corresponding env file under $HOME/.cargo.
542024-11-27T23:43:47.599Z
552024-11-27T23:43:47.599ZThis is usually done by running one of the following (note the leading DOT):
562024-11-27T23:43:47.599Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-27T23:43:47.599Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-27T23:43:47.666Z+ rustc --version
592024-11-27T23:43:47.782Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-27T23:43:47.806Zprocess exited: duration 16876 ms, exit code 0
 
612024-11-27T23:43:47.857Zstarting task 2: "authentication"
622024-11-27T23:43:47.912Zprocess exited: duration 57 ms, exit code 0
 
632024-11-27T23:43:47.960Zstarting task 3: "clone repository"
642024-11-27T23:43:47.984Z+ mkdir -p /work/nextest-rs/nextest
652024-11-27T23:43:47.984Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-11-27T23:43:48.008ZCloning into '/work/nextest-rs/nextest'...
672024-11-27T23:43:49.688Z+ cd /work/nextest-rs/nextest
682024-11-27T23:43:49.688Z+ git fetch origin 95518db70c5ca65531ff265f12b03dd22e4a8eeb
692024-11-27T23:43:50.216ZFrom https://github.com/nextest-rs/nextest
702024-11-27T23:43:50.216Z * branch 95518db70c5ca65531ff265f12b03dd22e4a8eeb -> FETCH_HEAD
712024-11-27T23:43:50.239Z+ [[ -n '' ]]
722024-11-27T23:43:50.239Z+ git reset --hard 95518db70c5ca65531ff265f12b03dd22e4a8eeb
732024-11-27T23:43:50.307ZHEAD is now at 95518db7 [nextest-runner] add `RunUnitRequest`
742024-11-27T23:43:50.331Zprocess exited: duration 2349 ms, exit code 0
 
752024-11-27T23:43:50.378Zstarting task 4: "build"
762024-11-27T23:43:50.403Z+ PLATFORM=illumos
772024-11-27T23:43:50.403Z+ export CARGO_TERM_COLOR=always
782024-11-27T23:43:50.403Z+ CARGO_TERM_COLOR=always
792024-11-27T23:43:50.403Z+ cargo --version
802024-11-27T23:43:50.492Zcargo 1.82.0 (8f40fc59f 2024-08-21)
812024-11-27T23:43:50.515Z+ rustc --version
822024-11-27T23:43:50.597Zrustc 1.82.0 (f6e511eec 2024-10-15)
832024-11-27T23:43:50.621Z+ banner install
842024-11-27T23:43:50.621Z
852024-11-27T23:43:50.621Z # # # #### ##### ## # #
862024-11-27T23:43:50.621Z # ## # # # # # # #
872024-11-27T23:43:50.621Z # # # # #### # # # # #
882024-11-27T23:43:50.621Z # # # # # # ###### # #
892024-11-27T23:43:50.621Z # # ## # # # # # # #
902024-11-27T23:43:50.621Z # # # #### # # # ###### ######
912024-11-27T23:43:50.621Z
922024-11-27T23:43:50.621Z+ mkdir -p /home/build/.cargo/bin
932024-11-27T23:43:50.621Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-11-27T23:43:50.621Z+ gunzip
952024-11-27T23:43:50.621Z+ tar xf - -C /home/build/.cargo/bin
962024-11-27T23:43:51.515Z+ banner metadata
972024-11-27T23:43:51.539Z
982024-11-27T23:43:51.539Z # # ###### ##### ## ##### ## ##### ##
992024-11-27T23:43:51.539Z ## ## # # # # # # # # # # #
1002024-11-27T23:43:51.539Z # ## # ##### # # # # # # # # # #
1012024-11-27T23:43:51.539Z # # # # ###### # # ###### # ######
1022024-11-27T23:43:51.539Z # # # # # # # # # # # # #
1032024-11-27T23:43:51.539Z # # ###### # # # ##### # # # # #
1042024-11-27T23:43:51.539Z
1052024-11-27T23:43:51.539Z+ ptime -m cargo build --package nextest-metadata
1062024-11-27T23:43:51.766Z Updating crates.io index
1072024-11-27T23:43:53.156Z Downloading crates ...
1082024-11-27T23:43:53.221Z Downloaded adler v1.0.2
1092024-11-27T23:43:53.245Z Downloaded anstyle-query v1.1.2
1102024-11-27T23:43:53.245Z Downloaded addr2line v0.21.0
1112024-11-27T23:43:53.245Z Downloaded autocfg v1.4.0
1122024-11-27T23:43:53.245Z Downloaded backtrace-ext v0.2.1
1132024-11-27T23:43:53.245Z Downloaded bitflags v2.6.0
1142024-11-27T23:43:53.245Z Downloaded backtrace v0.3.71
1152024-11-27T23:43:53.270Z Downloaded is_terminal_polyfill v1.70.1
1162024-11-27T23:43:53.270Z Downloaded log v0.4.22
1172024-11-27T23:43:53.270Z Downloaded memchr v2.7.4
1182024-11-27T23:43:53.293Z Downloaded utf8parse v0.2.2
1192024-11-27T23:43:53.294Z Downloaded xxhash-rust v0.8.12
1202024-11-27T23:43:53.294Z Downloaded unicode-linebreak v0.1.5
1212024-11-27T23:43:53.294Z Downloaded unicase v2.8.0
1222024-11-27T23:43:53.294Z Downloaded zerocopy-derive v0.7.35
1232024-11-27T23:43:53.294Z Downloaded tracing-log v0.2.0
1242024-11-27T23:43:53.294Z Downloaded tracing-core v0.1.32
1252024-11-27T23:43:53.294Z Downloaded owo-colors v4.1.0
1262024-11-27T23:43:53.317Z Downloaded smallvec v1.13.2
1272024-11-27T23:43:53.317Z Downloaded unicode-ident v1.0.14
1282024-11-27T23:43:53.317Z Downloaded mio v1.0.2
1292024-11-27T23:43:53.317Z Downloaded tracing v0.1.40
1302024-11-27T23:43:53.341Z Downloaded rand v0.8.5
1312024-11-27T23:43:53.341Z Downloaded serde v1.0.215
1322024-11-27T23:43:53.342Z Downloaded textwrap v0.16.1
1332024-11-27T23:43:53.342Z Downloaded serde_json v1.0.133
1342024-11-27T23:43:53.366Z Downloaded zerocopy v0.7.35
1352024-11-27T23:43:53.366Z Downloaded libc v0.2.165
1362024-11-27T23:43:53.390Z Downloaded socket2 v0.5.7
1372024-11-27T23:43:53.390Z Downloaded sharded-slab v0.1.7
1382024-11-27T23:43:53.413Z Downloaded serde_derive v1.0.215
1392024-11-27T23:43:53.413Z Downloaded ryu v1.0.18
1402024-11-27T23:43:53.413Z Downloaded syn v2.0.89
1412024-11-27T23:43:53.413Z Downloaded tracing-subscriber v0.3.18
1422024-11-27T23:43:53.437Z Downloaded object v0.32.2
1432024-11-27T23:43:53.437Z Downloaded unicode-width v0.1.14
1442024-11-27T23:43:53.461Z Downloaded unicode-width v0.2.0
1452024-11-27T23:43:53.461Z Downloaded proc-macro2 v1.0.92
1462024-11-27T23:43:53.461Z Downloaded num-traits v0.2.19
1472024-11-27T23:43:53.461Z Downloaded thread_local v1.1.8
1482024-11-27T23:43:53.461Z Downloaded thiserror-impl v1.0.69
1492024-11-27T23:43:53.461Z Downloaded rustix v0.38.37
1502024-11-27T23:43:53.485Z Downloaded terminal_size v0.3.0
1512024-11-27T23:43:53.485Z Downloaded target-lexicon v0.12.16
1522024-11-27T23:43:53.485Z Downloaded supports-unicode v3.0.0
1532024-11-27T23:43:53.485Z Downloaded rustc-demangle v0.1.24
1542024-11-27T23:43:53.509Z Downloaded rand_core v0.6.4
1552024-11-27T23:43:53.509Z Downloaded pin-project-lite v0.2.15
1562024-11-27T23:43:53.509Z Downloaded once_cell v1.20.2
1572024-11-27T23:43:53.509Z Downloaded hashbrown v0.15.1
1582024-11-27T23:43:53.509Z Downloaded terminal_size v0.4.0
1592024-11-27T23:43:53.509Z Downloaded supports-hyperlinks v3.0.0
1602024-11-27T23:43:53.509Z Downloaded supports-color v3.0.2
1612024-11-27T23:43:53.509Z Downloaded smawk v0.3.2
1622024-11-27T23:43:53.509Z Downloaded tokio-macros v2.4.0
1632024-11-27T23:43:53.509Z Downloaded thiserror v1.0.69
1642024-11-27T23:43:53.533Z Downloaded strsim v0.11.1
1652024-11-27T23:43:53.534Z Downloaded smol_str v0.3.2
1662024-11-27T23:43:53.534Z Downloaded signal-hook-registry v1.4.2
1672024-11-27T23:43:53.534Z Downloaded shlex v1.3.0
1682024-11-27T23:43:53.534Z Downloaded rand_chacha v0.3.1
1692024-11-27T23:43:53.534Z Downloaded quote v1.0.37
1702024-11-27T23:43:53.534Z Downloaded ppv-lite86 v0.2.20
1712024-11-27T23:43:53.534Z Downloaded miniz_oxide v0.7.4
1722024-11-27T23:43:53.534Z Downloaded miette-derive v7.2.0
1732024-11-27T23:43:53.534Z Downloaded tokio v1.41.1
1742024-11-27T23:43:53.570Z Downloaded miette v7.2.0
1752024-11-27T23:43:53.593Z Downloaded gimli v0.28.1
1762024-11-27T23:43:53.593Z Downloaded target-spec v3.2.2
1772024-11-27T23:43:53.594Z Downloaded lazy_static v1.5.0
1782024-11-27T23:43:53.594Z Downloaded jobserver v0.1.32
1792024-11-27T23:43:53.594Z Downloaded itoa v1.0.13
1802024-11-27T23:43:53.594Z Downloaded indexmap v2.6.0
1812024-11-27T23:43:53.617Z Downloaded either v1.13.0
1822024-11-27T23:43:53.617Z Downloaded libm v0.2.8
1832024-11-27T23:43:53.617Z Downloaded is_ci v1.2.0
1842024-11-27T23:43:53.617Z Downloaded guppy-workspace-hack v0.1.0
1852024-11-27T23:43:53.617Z Downloaded errno v0.3.9
1862024-11-27T23:43:53.617Z Downloaded equivalent v1.0.1
1872024-11-27T23:43:53.617Z Downloaded colorchoice v1.0.3
1882024-11-27T23:43:53.617Z Downloaded clap_lex v0.7.2
1892024-11-27T23:43:53.617Z Downloaded clap_derive v4.5.18
1902024-11-27T23:43:53.617Z Downloaded clap_builder v4.5.21
1912024-11-27T23:43:53.641Z Downloaded clap v4.5.21
1922024-11-27T23:43:53.641Z Downloaded cfg-if v1.0.0
1932024-11-27T23:43:53.641Z Downloaded cfg-expr v0.17.1
1942024-11-27T23:43:53.641Z Downloaded cc v1.1.31
1952024-11-27T23:43:53.641Z Downloaded camino v1.1.9
1962024-11-27T23:43:53.641Z Downloaded bytes v1.8.0
1972024-11-27T23:43:53.665Z Downloaded byteorder v1.5.0
1982024-11-27T23:43:53.665Z Downloaded heck v0.5.0
1992024-11-27T23:43:53.665Z Downloaded getrandom v0.2.15
2002024-11-27T23:43:53.665Z Downloaded console v0.15.8
2012024-11-27T23:43:53.665Z Downloaded cfg_aliases v0.2.1
2022024-11-27T23:43:53.665Z Downloaded borsh v1.5.1
2032024-11-27T23:43:53.665Z Downloaded anstream v0.6.17
2042024-11-27T23:43:53.665Z Downloaded anstyle v1.0.9
2052024-11-27T23:43:53.665Z Downloaded anstyle-parse v0.2.6
2062024-11-27T23:43:53.757Z Compiling proc-macro2 v1.0.92
2072024-11-27T23:43:53.757Z Compiling unicode-ident v1.0.14
2082024-11-27T23:43:53.757Z Compiling libc v0.2.165
2092024-11-27T23:43:53.781Z Compiling serde v1.0.215
2102024-11-27T23:43:53.781Z Compiling cfg-if v1.0.0
2112024-11-27T23:43:53.781Z Compiling shlex v1.3.0
2122024-11-27T23:43:53.781Z Compiling rustix v0.38.37
2132024-11-27T23:43:53.875Z Compiling memchr v2.7.4
2142024-11-27T23:43:53.957Z Compiling once_cell v1.20.2
2152024-11-27T23:43:54.146Z Compiling bitflags v2.6.0
2162024-11-27T23:43:54.324Z Compiling tracing-core v0.1.32
2172024-11-27T23:43:54.367Z Compiling byteorder v1.5.0
2182024-11-27T23:43:54.508Z Compiling camino v1.1.9
2192024-11-27T23:43:54.548Z Compiling adler v1.0.2
2202024-11-27T23:43:54.655Z Compiling utf8parse v0.2.2
2212024-11-27T23:43:54.755Z Compiling gimli v0.28.1
2222024-11-27T23:43:54.809Z Compiling anstyle-parse v0.2.6
2232024-11-27T23:43:54.986Z Compiling jobserver v0.1.32
2242024-11-27T23:43:55.094Z Compiling miniz_oxide v0.7.4
2252024-11-27T23:43:55.120Z Compiling object v0.32.2
2262024-11-27T23:43:55.270Z Compiling quote v1.0.37
2272024-11-27T23:43:55.548Z Compiling cc v1.1.31
2282024-11-27T23:43:55.580Z Compiling syn v2.0.89
2292024-11-27T23:43:55.738Z Compiling errno v0.3.9
2302024-11-27T23:43:55.762Z Compiling getrandom v0.2.15
2312024-11-27T23:43:55.786Z Compiling is_terminal_polyfill v1.70.1
2322024-11-27T23:43:55.786Z Compiling target-lexicon v0.12.16
2332024-11-27T23:43:55.874Z Compiling unicode-width v0.1.14
2342024-11-27T23:43:56.019Z Compiling colorchoice v1.0.3
2352024-11-27T23:43:56.161Z Compiling autocfg v1.4.0
2362024-11-27T23:43:56.280Z Compiling owo-colors v4.1.0
2372024-11-27T23:43:56.534Z Compiling anstyle-query v1.1.2
2382024-11-27T23:43:56.617Z Compiling rustc-demangle v0.1.24
2392024-11-27T23:43:56.685Z Compiling anstyle v1.0.9
2402024-11-27T23:43:57.034Z Compiling lazy_static v1.5.0
2412024-11-27T23:43:57.157Z Compiling libm v0.2.8
2422024-11-27T23:43:57.204Z Compiling serde_json v1.0.133
2432024-11-27T23:43:57.418Z Compiling thiserror v1.0.69
2442024-11-27T23:43:57.560Z Compiling anstream v0.6.17
2452024-11-27T23:43:57.600Z Compiling num-traits v0.2.19
2462024-11-27T23:43:57.628Z Compiling terminal_size v0.4.0
2472024-11-27T23:43:57.956Z Compiling rand_core v0.6.4
2482024-11-27T23:43:57.994Z Compiling unicode-width v0.2.0
2492024-11-27T23:43:58.282Z Compiling addr2line v0.21.0
2502024-11-27T23:43:58.333Z Compiling heck v0.5.0
2512024-11-27T23:43:58.357Z Compiling smawk v0.3.2
2522024-11-27T23:43:58.408Z Compiling backtrace v0.3.71
2532024-11-27T23:43:58.456Z Compiling clap_lex v0.7.2
2542024-11-27T23:43:58.549Z Compiling itoa v1.0.13
2552024-11-27T23:43:58.694Z Compiling strsim v0.11.1
2562024-11-27T23:43:58.731Z Compiling unicase v2.8.0
2572024-11-27T23:43:58.860Z Compiling ryu v1.0.18
2582024-11-27T23:43:58.915Z Compiling log v0.4.22
2592024-11-27T23:43:58.944Z Compiling guppy-workspace-hack v0.1.0
2602024-11-27T23:43:59.074Z Compiling unicode-linebreak v0.1.5
2612024-11-27T23:43:59.145Z Compiling is_ci v1.2.0
2622024-11-27T23:43:59.218Z Compiling pin-project-lite v0.2.15
2632024-11-27T23:43:59.310Z Compiling supports-color v3.0.2
2642024-11-27T23:43:59.334Z Compiling tracing v0.1.40
2652024-11-27T23:43:59.373Z Compiling textwrap v0.16.1
2662024-11-27T23:43:59.501Z Compiling tracing-log v0.2.0
2672024-11-27T23:43:59.525Z Compiling clap_builder v4.5.21
2682024-11-27T23:43:59.943Z Compiling sharded-slab v0.1.7
2692024-11-27T23:44:00.261Z Compiling terminal_size v0.3.0
2702024-11-27T23:44:00.428Z Compiling signal-hook-registry v1.4.2
2712024-11-27T23:44:00.831Z Compiling mio v1.0.2
2722024-11-27T23:44:00.988Z Compiling thread_local v1.1.8
2732024-11-27T23:44:01.119Z Compiling backtrace-ext v0.2.1
2742024-11-27T23:44:01.199Z Compiling hashbrown v0.15.1
2752024-11-27T23:44:01.383Z Compiling equivalent v1.0.1
2762024-11-27T23:44:01.407Z Compiling smallvec v1.13.2
2772024-11-27T23:44:01.488Z Compiling target-spec v3.2.2
2782024-11-27T23:44:01.512Z Compiling supports-hyperlinks v3.0.0
2792024-11-27T23:44:01.797Z Compiling bytes v1.8.0
2802024-11-27T23:44:01.798Z Compiling supports-unicode v3.0.0
2812024-11-27T23:44:01.962Z Compiling cfg-expr v0.17.1
2822024-11-27T23:44:01.986Z Compiling tracing-subscriber v0.3.18
2832024-11-27T23:44:02.370Z Compiling console v0.15.8
2842024-11-27T23:44:02.835Z Compiling xxhash-rust v0.8.12
2852024-11-27T23:44:03.068Z Compiling either v1.13.0
2862024-11-27T23:44:04.285Z Compiling serde_derive v1.0.215
2872024-11-27T23:44:04.396Z Compiling zerocopy-derive v0.7.35
2882024-11-27T23:44:04.630Z Compiling thiserror-impl v1.0.69
2892024-11-27T23:44:04.938Z Compiling clap_derive v4.5.18
2902024-11-27T23:44:04.999Z Compiling miette-derive v7.2.0
2912024-11-27T23:44:05.023Z Compiling tokio-macros v2.4.0
2922024-11-27T23:44:05.919Z Compiling zerocopy v0.7.35
2932024-11-27T23:44:06.176Z Compiling tokio v1.41.1
2942024-11-27T23:44:07.065Z Compiling ppv-lite86 v0.2.20
2952024-11-27T23:44:07.171Z Compiling miette v7.2.0
2962024-11-27T23:44:07.733Z Compiling rand_chacha v0.3.1
2972024-11-27T23:44:08.032Z Compiling clap v4.5.21
2982024-11-27T23:44:08.125Z Compiling rand v0.8.5
2992024-11-27T23:44:13.498Z Compiling indexmap v2.6.0
3002024-11-27T23:44:13.498Z Compiling smol_str v0.3.2
3012024-11-27T23:44:14.286Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3022024-11-27T23:44:15.494Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3032024-11-27T23:44:18.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.66s
3042024-11-27T23:44:18.433Z
3052024-11-27T23:44:18.456Zreal 26.879222477
3062024-11-27T23:44:18.456Zuser 2:00.285772039
3072024-11-27T23:44:18.456Zsys 28.949896894
3082024-11-27T23:44:18.456Ztrap 0.060552894
3092024-11-27T23:44:18.457Ztflt 0.097009942
3102024-11-27T23:44:18.457Zdflt 0.530639535
3112024-11-27T23:44:18.457Zkflt 0.000612776
3122024-11-27T23:44:18.457Zlock 3:05.196317810
3132024-11-27T23:44:18.457Zslp 7:10.693573827
3142024-11-27T23:44:18.457Zlat 9.109138035
3152024-11-27T23:44:18.457Zstop 17.035952556
3162024-11-27T23:44:18.457Z+ banner no-update
3172024-11-27T23:44:18.457Z
3182024-11-27T23:44:18.457Z # # #### # # ##### ##### ## ##### ######
3192024-11-27T23:44:18.457Z ## # # # # # # # # # # # # #
3202024-11-27T23:44:18.457Z # # # # # ##### # # # # # # # # # #####
3212024-11-27T23:44:18.457Z # # # # # # # ##### # # ###### # #
3222024-11-27T23:44:18.457Z # ## # # # # # # # # # # #
3232024-11-27T23:44:18.457Z # # #### #### # ##### # # # ######
3242024-11-27T23:44:18.457Z
3252024-11-27T23:44:18.457Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3262024-11-27T23:44:18.615Z Downloading crates ...
3272024-11-27T23:44:18.692Z Downloaded humantime v2.1.0
3282024-11-27T23:44:18.715Z Downloaded config v0.14.1
3292024-11-27T23:44:18.716Z Downloaded zeroize v1.8.1
3302024-11-27T23:44:18.716Z Downloaded guppy v0.17.8
3312024-11-27T23:44:18.716Z Downloaded winnow v0.6.20
3322024-11-27T23:44:18.739Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3332024-11-27T23:44:18.764Z Downloaded tracing-error v0.2.0
3342024-11-27T23:44:18.764Z Downloaded nested v0.1.1
3352024-11-27T23:44:18.764Z Downloaded semver v1.0.23
3362024-11-27T23:44:18.764Z Downloaded uuid v1.11.0
3372024-11-27T23:44:18.764Z Downloaded zstd-safe v7.2.1
3382024-11-27T23:44:18.787Z Downloaded version_check v0.9.5
3392024-11-27T23:44:18.788Z Downloaded vte v0.11.1
3402024-11-27T23:44:18.788Z Downloaded toml v0.8.19
3412024-11-27T23:44:18.788Z Downloaded tinyvec v1.8.0
3422024-11-27T23:44:18.788Z Downloaded tar v0.4.43
3432024-11-27T23:44:18.788Z Downloaded unicode-normalization v0.1.24
3442024-11-27T23:44:18.788Z Downloaded nom v7.1.3
3452024-11-27T23:44:18.812Z Downloaded async-scoped v0.9.0
3462024-11-27T23:44:18.812Z Downloaded itertools v0.13.0
3472024-11-27T23:44:18.812Z Downloaded quick-xml v0.37.1
3482024-11-27T23:44:18.813Z Downloaded tracing-attributes v0.1.27
3492024-11-27T23:44:18.837Z Downloaded nix v0.29.0
3502024-11-27T23:44:18.837Z Downloaded tempfile v3.13.0
3512024-11-27T23:44:18.837Z Downloaded regex v1.11.1
3522024-11-27T23:44:18.861Z Downloaded owo-colors v3.5.0
3532024-11-27T23:44:18.861Z Downloaded toml_datetime v0.6.8
3542024-11-27T23:44:18.861Z Downloaded thiserror-impl v2.0.3
3552024-11-27T23:44:18.861Z Downloaded static_assertions v1.1.0
3562024-11-27T23:44:18.861Z Downloaded slab v0.4.9
3572024-11-27T23:44:18.861Z Downloaded regex-syntax v0.8.5
3582024-11-27T23:44:18.885Z Downloaded serde_spanned v0.6.8
3592024-11-27T23:44:18.885Z Downloaded pkg-config v0.3.31
3602024-11-27T23:44:18.885Z Downloaded newtype-uuid v1.1.3
3612024-11-27T23:44:18.885Z Downloaded zstd v0.13.2
3622024-11-27T23:44:18.885Z Downloaded petgraph v0.6.5
3632024-11-27T23:44:18.909Z Downloaded xattr v1.3.1
3642024-11-27T23:44:18.909Z Downloaded vte_generate_state_changes v0.1.2
3652024-11-27T23:44:18.909Z Downloaded tinyvec_macros v0.1.1
3662024-11-27T23:44:18.909Z Downloaded thiserror v2.0.3
3672024-11-27T23:44:18.909Z Downloaded swrite v0.1.0
3682024-11-27T23:44:18.909Z Downloaded shell-words v1.1.0
3692024-11-27T23:44:18.909Z Downloaded serde_path_to_error v0.1.16
3702024-11-27T23:44:18.909Z Downloaded serde_ignored v0.1.10
3712024-11-27T23:44:18.910Z Downloaded ron v0.8.1
3722024-11-27T23:44:18.910Z Downloaded quick-junit v0.5.1
3732024-11-27T23:44:18.934Z Downloaded pin-project-internal v1.1.7
3742024-11-27T23:44:18.934Z Downloaded regex-automata v0.4.8
3752024-11-27T23:44:18.934Z Downloaded pin-project v1.1.7
3762024-11-27T23:44:18.957Z Downloaded pathdiff v0.2.3
3772024-11-27T23:44:18.957Z Downloaded indenter v0.3.3
3782024-11-27T23:44:18.957Z Downloaded target-spec-miette v0.4.0
3792024-11-27T23:44:18.957Z Downloaded strip-ansi-escapes v0.2.0
3802024-11-27T23:44:18.957Z Downloaded portable-atomic v1.9.0
3812024-11-27T23:44:18.957Z Downloaded number_prefix v0.4.0
3822024-11-27T23:44:18.957Z Downloaded minimal-lexical v0.2.1
3832024-11-27T23:44:18.981Z Downloaded os_pipe v1.2.1
3842024-11-27T23:44:18.981Z Downloaded indicatif v0.17.9
3852024-11-27T23:44:18.981Z Downloaded iana-time-zone v0.1.61
3862024-11-27T23:44:18.981Z Downloaded humantime-serde v1.1.1
3872024-11-27T23:44:18.981Z Downloaded home v0.5.9
3882024-11-27T23:44:18.981Z Downloaded futures-executor v0.3.31
3892024-11-27T23:44:18.981Z Downloaded futures-core v0.3.31
3902024-11-27T23:44:18.981Z Downloaded future-queue v0.3.0
3912024-11-27T23:44:18.981Z Downloaded fnv v1.0.7
3922024-11-27T23:44:18.981Z Downloaded duct v0.13.7
3932024-11-27T23:44:18.981Z Downloaded display-error-chain v0.2.2
3942024-11-27T23:44:18.981Z Downloaded bstr v1.11.0
3952024-11-27T23:44:19.005Z Downloaded aho-corasick v1.1.3
3962024-11-27T23:44:19.005Z Downloaded futures-util v0.3.31
3972024-11-27T23:44:19.029Z Downloaded futures-sink v0.3.31
3982024-11-27T23:44:19.029Z Downloaded futures-macro v0.3.31
3992024-11-27T23:44:19.029Z Downloaded fastrand v2.1.1
4002024-11-27T23:44:19.029Z Downloaded eyre v0.6.12
4012024-11-27T23:44:19.029Z Downloaded enable-ansi-support v0.2.1
4022024-11-27T23:44:19.029Z Downloaded dialoguer v0.11.0
4032024-11-27T23:44:19.029Z Downloaded debug-ignore v1.0.5
4042024-11-27T23:44:19.029Z Downloaded color-spantrace v0.2.1
4052024-11-27T23:44:19.029Z Downloaded chrono v0.4.38
4062024-11-27T23:44:19.053Z Downloaded cargo_metadata v0.18.1
4072024-11-27T23:44:19.053Z Downloaded camino-tempfile v1.1.1
4082024-11-27T23:44:19.053Z Downloaded base64 v0.21.7
4092024-11-27T23:44:19.053Z Downloaded atomicwrites v0.4.4
4102024-11-27T23:44:19.053Z Downloaded globset v0.4.15
4112024-11-27T23:44:19.053Z Downloaded futures-task v0.3.31
4122024-11-27T23:44:19.053Z Downloaded futures-io v0.3.31
4132024-11-27T23:44:19.054Z Downloaded futures-channel v0.3.31
4142024-11-27T23:44:19.054Z Downloaded futures v0.3.31
4152024-11-27T23:44:19.054Z Downloaded fixedbitset v0.4.2
4162024-11-27T23:44:19.078Z Downloaded filetime v0.2.25
4172024-11-27T23:44:19.078Z Downloaded color-eyre v0.6.3
4182024-11-27T23:44:19.078Z Downloaded cargo-platform v0.1.8
4192024-11-27T23:44:19.078Z Downloaded recursion v0.5.2
4202024-11-27T23:44:19.078Z Downloaded toml_edit v0.22.22
4212024-11-27T23:44:19.101Z Downloaded ahash v0.8.11
4222024-11-27T23:44:19.101Z Downloaded shared_child v1.0.1
4232024-11-27T23:44:19.125Z Downloaded pin-utils v0.1.0
4242024-11-27T23:44:19.149Z Compiling rustix v0.38.37
4252024-11-27T23:44:19.149Z Compiling tracing-attributes v0.1.27
4262024-11-27T23:44:19.173Z Compiling slab v0.4.9
4272024-11-27T23:44:19.173Z Compiling futures-core v0.3.31
4282024-11-27T23:44:19.173Z Compiling futures-sink v0.3.31
4292024-11-27T23:44:19.173Z Compiling pkg-config v0.3.31
4302024-11-27T23:44:19.197Z Compiling futures-macro v0.3.31
4312024-11-27T23:44:19.197Z Compiling futures-task v0.3.31
4322024-11-27T23:44:19.285Z Compiling futures-io v0.3.31
4332024-11-27T23:44:19.376Z Compiling futures-channel v0.3.31
4342024-11-27T23:44:19.441Z Compiling version_check v0.9.5
4352024-11-27T23:44:19.570Z Compiling pin-utils v0.1.0
4362024-11-27T23:44:19.649Z Compiling semver v1.0.23
4372024-11-27T23:44:19.720Z Compiling aho-corasick v1.1.3
4382024-11-27T23:44:19.817Z Compiling winnow v0.6.20
4392024-11-27T23:44:19.961Z Compiling ahash v0.8.11
4402024-11-27T23:44:20.099Z Compiling fastrand v2.1.1
4412024-11-27T23:44:20.123Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4422024-11-27T23:44:20.275Z Compiling regex-syntax v0.8.5
4432024-11-27T23:44:20.594Z Compiling futures-util v0.3.31
4442024-11-27T23:44:20.618Z Compiling thiserror v2.0.3
4452024-11-27T23:44:21.616Z Compiling tracing v0.1.40
4462024-11-27T23:44:22.054Z Compiling terminal_size v0.4.0
4472024-11-27T23:44:22.084Z Compiling terminal_size v0.3.0
4482024-11-27T23:44:22.222Z Compiling miette v7.2.0
4492024-11-27T23:44:22.246Z Compiling clap_builder v4.5.21
4502024-11-27T23:44:22.328Z Compiling tokio v1.41.1
4512024-11-27T23:44:22.863Z Compiling tempfile v3.13.0
4522024-11-27T23:44:23.611Z Compiling regex-automata v0.4.8
4532024-11-27T23:44:24.356Z Compiling pathdiff v0.2.3
4542024-11-27T23:44:24.479Z Compiling cargo-platform v0.1.8
4552024-11-27T23:44:24.971Z Compiling serde_spanned v0.6.8
4562024-11-27T23:44:25.123Z Compiling toml_datetime v0.6.8
4572024-11-27T23:44:25.165Z Compiling thiserror-impl v2.0.3
4582024-11-27T23:44:25.579Z Compiling clap v4.5.21
4592024-11-27T23:44:25.675Z Compiling vte_generate_state_changes v0.1.2
4602024-11-27T23:44:25.735Z Compiling portable-atomic v1.9.0
4612024-11-27T23:44:26.046Z Compiling newtype-uuid v1.1.3
4622024-11-27T23:44:26.198Z Compiling zstd-safe v7.2.1
4632024-11-27T23:44:26.315Z Compiling cfg_aliases v0.2.1
4642024-11-27T23:44:26.401Z Compiling fixedbitset v0.4.2
4652024-11-27T23:44:26.514Z Compiling nix v0.29.0
4662024-11-27T23:44:26.544Z Compiling vte v0.11.1
4672024-11-27T23:44:26.836Z Compiling petgraph v0.6.5
4682024-11-27T23:44:27.214Z Compiling toml_edit v0.22.22
4692024-11-27T23:44:27.592Z Compiling futures-executor v0.3.31
4702024-11-27T23:44:27.615Z Compiling cargo_metadata v0.18.1
4712024-11-27T23:44:28.544Z Compiling itertools v0.13.0
4722024-11-27T23:44:28.911Z Compiling uuid v1.11.0
4732024-11-27T23:44:29.572Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4742024-11-27T23:44:29.653Z Compiling pin-project-internal v1.1.7
4752024-11-27T23:44:30.543Z Compiling bstr v1.11.0
4762024-11-27T23:44:30.666Z Compiling debug-ignore v1.0.5
4772024-11-27T23:44:30.801Z Compiling static_assertions v1.1.0
4782024-11-27T23:44:30.895Z Compiling tinyvec_macros v0.1.1
4792024-11-27T23:44:30.983Z Compiling iana-time-zone v0.1.61
4802024-11-27T23:44:31.167Z Compiling minimal-lexical v0.2.1
4812024-11-27T23:44:31.367Z Compiling indenter v0.3.3
4822024-11-27T23:44:31.474Z Compiling nested v0.1.1
4832024-11-27T23:44:31.522Z Compiling eyre v0.6.12
4842024-11-27T23:44:31.629Z Compiling nom v7.1.3
4852024-11-27T23:44:31.653Z Compiling globset v0.4.15
4862024-11-27T23:44:31.814Z Compiling guppy v0.17.8
4872024-11-27T23:44:31.931Z Compiling pin-project v1.1.7
4882024-11-27T23:44:32.043Z Compiling chrono v0.4.38
4892024-11-27T23:44:32.439Z Compiling tinyvec v1.8.0
4902024-11-27T23:44:33.394Z Compiling toml v0.8.19
4912024-11-27T23:44:33.623Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4922024-11-27T23:44:34.577Z Compiling futures v0.3.31
4932024-11-27T23:44:34.669Z Compiling strip-ansi-escapes v0.2.0
4942024-11-27T23:44:34.794Z Compiling regex v1.11.1
4952024-11-27T23:44:35.054Z Compiling tracing-error v0.2.0
4962024-11-27T23:44:35.107Z Compiling xattr v1.3.1
4972024-11-27T23:44:35.348Z Compiling shared_child v1.0.1
4982024-11-27T23:44:35.372Z Compiling filetime v0.2.25
4992024-11-27T23:44:35.627Z Compiling os_pipe v1.2.1
5002024-11-27T23:44:35.742Z Compiling quick-xml v0.37.1
5012024-11-27T23:44:35.771Z Compiling shell-words v1.1.0
5022024-11-27T23:44:35.795Z Compiling number_prefix v0.4.0
5032024-11-27T23:44:35.853Z Compiling humantime v2.1.0
5042024-11-27T23:44:35.899Z Compiling fnv v1.0.7
5052024-11-27T23:44:35.924Z Compiling owo-colors v3.5.0
5062024-11-27T23:44:35.982Z Compiling recursion v0.5.2
5072024-11-27T23:44:36.006Z Compiling future-queue v0.3.0
5082024-11-27T23:44:36.065Z Compiling indicatif v0.17.9
5092024-11-27T23:44:36.123Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5102024-11-27T23:44:36.302Z Compiling humantime-serde v1.1.1
5112024-11-27T23:44:36.331Z Compiling duct v0.13.7
5122024-11-27T23:44:36.496Z Compiling zstd v0.13.2
5132024-11-27T23:44:37.060Z Compiling quick-junit v0.5.1
5142024-11-27T23:44:37.487Z Compiling color-spantrace v0.2.1
5152024-11-27T23:44:37.690Z Compiling tar v0.4.43
5162024-11-27T23:44:37.820Z Compiling async-scoped v0.9.0
5172024-11-27T23:44:37.930Z Compiling config v0.14.1
5182024-11-27T23:44:37.953Z Compiling unicode-normalization v0.1.24
5192024-11-27T23:44:38.194Z Compiling target-spec-miette v0.4.0
5202024-11-27T23:44:38.513Z Compiling camino-tempfile v1.1.1
5212024-11-27T23:44:38.750Z Compiling atomicwrites v0.4.4
5222024-11-27T23:44:38.806Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
5232024-11-27T23:44:38.907Z Compiling serde_ignored v0.1.10
5242024-11-27T23:44:38.983Z Compiling serde_path_to_error v0.1.16
5252024-11-27T23:44:39.058Z Compiling display-error-chain v0.2.2
5262024-11-27T23:44:39.220Z Compiling zeroize v1.8.1
5272024-11-27T23:44:39.245Z Compiling home v0.5.9
5282024-11-27T23:44:39.245Z Compiling swrite v0.1.0
5292024-11-27T23:44:39.341Z Compiling color-eyre v0.6.3
5302024-11-27T23:44:39.444Z Compiling dialoguer v0.11.0
5312024-11-27T23:44:39.468Z Compiling enable-ansi-support v0.2.1
5322024-11-27T23:44:39.566Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
5332024-11-27T23:45:10.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.51s
5342024-11-27T23:45:10.081Z
5352024-11-27T23:45:10.105Zreal 51.622105436
5362024-11-27T23:45:10.105Zuser 3:05.206382559
5372024-11-27T23:45:10.105Zsys 39.111723858
5382024-11-27T23:45:10.105Ztrap 0.092813203
5392024-11-27T23:45:10.105Ztflt 0.157459898
5402024-11-27T23:45:10.105Zdflt 0.489503260
5412024-11-27T23:45:10.105Zkflt 0.000826828
5422024-11-27T23:45:10.105Zlock 6:16.731668727
5432024-11-27T23:45:10.105Zslp 11:58.428252481
5442024-11-27T23:45:10.105Zlat 6.406165036
5452024-11-27T23:45:10.105Zstop 7.167780776
5462024-11-27T23:45:10.105Z+ banner nextest
5472024-11-27T23:45:10.105Z
5482024-11-27T23:45:10.105Z # # ###### # # ##### ###### #### #####
5492024-11-27T23:45:10.105Z ## # # # # # # # #
5502024-11-27T23:45:10.105Z # # # ##### ## # ##### #### #
5512024-11-27T23:45:10.105Z # # # # ## # # # #
5522024-11-27T23:45:10.105Z # ## # # # # # # # #
5532024-11-27T23:45:10.105Z # # ###### # # # ###### #### #
5542024-11-27T23:45:10.105Z
5552024-11-27T23:45:10.105Z+ ptime -m cargo build --package cargo-nextest
5562024-11-27T23:45:10.334Z Downloading crates ...
5572024-11-27T23:45:10.506Z Downloaded ed25519-dalek v2.1.1
5582024-11-27T23:45:10.531Z Downloaded adler2 v2.0.0
5592024-11-27T23:45:10.531Z Downloaded base64ct v1.6.0
5602024-11-27T23:45:10.531Z Downloaded base64 v0.22.1
5612024-11-27T23:45:10.569Z Downloaded foreign-types v0.3.2
5622024-11-27T23:45:10.569Z Downloaded hyper-util v0.1.9
5632024-11-27T23:45:10.569Z Downloaded want v0.3.1
5642024-11-27T23:45:10.569Z Downloaded urlencoding v2.1.3
5652024-11-27T23:45:10.569Z Downloaded zipsign-api v0.1.2
5662024-11-27T23:45:10.569Z Downloaded serde_urlencoded v0.7.1
5672024-11-27T23:45:10.569Z Downloaded mukti-metadata v0.3.0
5682024-11-27T23:45:10.569Z Downloaded mime v0.3.17
5692024-11-27T23:45:10.569Z Downloaded rustls-pki-types v1.10.0
5702024-11-27T23:45:10.569Z Downloaded hex v0.4.3
5712024-11-27T23:45:10.569Z Downloaded untrusted v0.9.0
5722024-11-27T23:45:10.569Z Downloaded pkcs8 v0.10.2
5732024-11-27T23:45:10.593Z Downloaded sync_wrapper v1.0.1
5742024-11-27T23:45:10.594Z Downloaded subtle v2.6.1
5752024-11-27T23:45:10.594Z Downloaded tokio-rustls v0.26.0
5762024-11-27T23:45:10.594Z Downloaded tokio-native-tls v0.3.1
5772024-11-27T23:45:10.594Z Downloaded url v2.5.2
5782024-11-27T23:45:10.594Z Downloaded rustls-webpki v0.102.8
5792024-11-27T23:45:10.617Z Downloaded quinn-proto v0.11.8
5802024-11-27T23:45:10.641Z Downloaded reqwest v0.12.8
5812024-11-27T23:45:10.641Z Downloaded openssl v0.10.68
5822024-11-27T23:45:10.665Z Downloaded rustls v0.23.15
5832024-11-27T23:45:10.666Z Downloaded vcpkg v0.2.15
5842024-11-27T23:45:10.710Z Downloaded quick-xml v0.23.1
5852024-11-27T23:45:10.734Z Downloaded webpki-roots v0.26.6
5862024-11-27T23:45:10.734Z Downloaded spin v0.9.8
5872024-11-27T23:45:10.734Z Downloaded ipnet v2.10.1
5882024-11-27T23:45:10.734Z Downloaded signature v2.2.0
5892024-11-27T23:45:10.734Z Downloaded sha2 v0.10.8
5902024-11-27T23:45:10.734Z Downloaded self_update v0.41.0
5912024-11-27T23:45:10.758Z Downloaded self-replace v1.5.0
5922024-11-27T23:45:10.758Z Downloaded quinn v0.11.5
5932024-11-27T23:45:10.758Z Downloaded native-tls v0.2.12
5942024-11-27T23:45:10.758Z Downloaded spki v0.7.3
5952024-11-27T23:45:10.759Z Downloaded rustls-pemfile v2.2.0
5962024-11-27T23:45:10.759Z Downloaded percent-encoding v2.3.1
5972024-11-27T23:45:10.759Z Downloaded hyper v1.5.0
5982024-11-27T23:45:10.783Z Downloaded tower-service v0.3.3
5992024-11-27T23:45:10.783Z Downloaded rustc_version v0.4.1
6002024-11-27T23:45:10.783Z Downloaded openssl-probe v0.1.5
6012024-11-27T23:45:10.783Z Downloaded openssl-macros v0.1.1
6022024-11-27T23:45:10.783Z Downloaded idna v0.5.0
6032024-11-27T23:45:10.783Z Downloaded hyper-rustls v0.27.3
6042024-11-27T23:45:10.783Z Downloaded http v1.1.0
6052024-11-27T23:45:10.783Z Downloaded generic-array v0.14.7
6062024-11-27T23:45:10.783Z Downloaded unicode-bidi v0.3.17
6072024-11-27T23:45:10.809Z Downloaded typenum v1.17.0
6082024-11-27T23:45:10.809Z Downloaded try-lock v0.2.5
6092024-11-27T23:45:10.809Z Downloaded rustc-hash v2.0.0
6102024-11-27T23:45:10.809Z Downloaded quinn-udp v0.5.5
6112024-11-27T23:45:10.809Z Downloaded openssl-sys v0.9.104
6122024-11-27T23:45:10.809Z Downloaded miniz_oxide v0.8.0
6132024-11-27T23:45:10.809Z Downloaded hyper-tls v0.6.0
6142024-11-27T23:45:10.809Z Downloaded httparse v1.9.5
6152024-11-27T23:45:10.809Z Downloaded http-body v1.0.1
6162024-11-27T23:45:10.810Z Downloaded http-body-util v0.1.2
6172024-11-27T23:45:10.810Z Downloaded form_urlencoded v1.2.1
6182024-11-27T23:45:10.810Z Downloaded foreign-types-shared v0.1.1
6192024-11-27T23:45:10.834Z Downloaded flate2 v1.0.34
6202024-11-27T23:45:10.834Z Downloaded ed25519 v2.2.3
6212024-11-27T23:45:10.834Z Downloaded digest v0.10.7
6222024-11-27T23:45:10.834Z Downloaded der v0.7.9
6232024-11-27T23:45:10.834Z Downloaded curve25519-dalek-derive v0.1.1
6242024-11-27T23:45:10.834Z Downloaded curve25519-dalek v4.1.3
6252024-11-27T23:45:10.860Z Downloaded crypto-common v0.1.6
6262024-11-27T23:45:10.860Z Downloaded crc32fast v1.4.2
6272024-11-27T23:45:10.860Z Downloaded cpufeatures v0.2.14
6282024-11-27T23:45:10.860Z Downloaded const-oid v0.9.6
6292024-11-27T23:45:10.860Z Downloaded block-buffer v0.10.4
6302024-11-27T23:45:10.884Z Downloaded ring v0.17.8
6312024-11-27T23:45:11.015Z Compiling futures-channel v0.3.31
6322024-11-27T23:45:11.039Z Compiling socket2 v0.5.7
6332024-11-27T23:45:11.039Z Compiling smallvec v1.13.2
6342024-11-27T23:45:11.039Z Compiling ring v0.17.8
6352024-11-27T23:45:11.063Z Compiling rustls-pki-types v1.10.0
6362024-11-27T23:45:11.063Z Compiling http v1.1.0
6372024-11-27T23:45:11.086Z Compiling untrusted v0.9.0
6382024-11-27T23:45:11.086Z Compiling spin v0.9.8
6392024-11-27T23:45:11.238Z Compiling httparse v1.9.5
6402024-11-27T23:45:11.266Z Compiling typenum v1.17.0
6412024-11-27T23:45:11.416Z Compiling futures-util v0.3.31
6422024-11-27T23:45:11.440Z Compiling generic-array v0.14.7
6432024-11-27T23:45:11.933Z Compiling tokio v1.41.1
6442024-11-27T23:45:12.077Z Compiling try-lock v0.2.5
6452024-11-27T23:45:12.115Z Compiling rustls v0.23.15
6462024-11-27T23:45:12.209Z Compiling want v0.3.1
6472024-11-27T23:45:12.449Z Compiling http-body v1.0.1
6482024-11-27T23:45:12.473Z Compiling cfg-expr v0.17.1
6492024-11-27T23:45:12.650Z Compiling percent-encoding v2.3.1
6502024-11-27T23:45:12.929Z Compiling subtle v2.6.1
6512024-11-27T23:45:12.992Z Compiling form_urlencoded v1.2.1
6522024-11-27T23:45:13.148Z Compiling target-spec v3.2.2
6532024-11-27T23:45:13.274Z Compiling tower-service v0.3.3
6542024-11-27T23:45:13.386Z Compiling unicode-bidi v0.3.17
6552024-11-27T23:45:13.410Z Compiling webpki-roots v0.26.6
6562024-11-27T23:45:13.551Z Compiling adler2 v2.0.0
6572024-11-27T23:45:13.574Z Compiling serde_urlencoded v0.7.1
6582024-11-27T23:45:13.730Z Compiling miniz_oxide v0.8.0
6592024-11-27T23:45:14.013Z Compiling idna v0.5.0
6602024-11-27T23:45:14.338Z Compiling crypto-common v0.1.6
6612024-11-27T23:45:14.494Z Compiling block-buffer v0.10.4
6622024-11-27T23:45:14.646Z Compiling rustls-pemfile v2.2.0
6632024-11-27T23:45:14.672Z Compiling url v2.5.2
6642024-11-27T23:45:14.930Z Compiling sync_wrapper v1.0.1
6652024-11-27T23:45:15.024Z Compiling crc32fast v1.4.2
6662024-11-27T23:45:15.054Z Compiling mime v0.3.17
6672024-11-27T23:45:15.307Z Compiling ipnet v2.10.1
6682024-11-27T23:45:15.339Z Compiling self_update v0.41.0
6692024-11-27T23:45:15.416Z Compiling base64 v0.22.1
6702024-11-27T23:45:15.600Z Compiling guppy v0.17.8
6712024-11-27T23:45:15.673Z Compiling flate2 v1.0.34
6722024-11-27T23:45:16.061Z Compiling digest v0.10.7
6732024-11-27T23:45:16.271Z Compiling http-body-util v0.1.2
6742024-11-27T23:45:16.360Z Compiling futures-executor v0.3.31
6752024-11-27T23:45:16.425Z Compiling self-replace v1.5.0
6762024-11-27T23:45:16.491Z Compiling quick-xml v0.23.1
6772024-11-27T23:45:16.666Z Compiling futures v0.3.31
6782024-11-27T23:45:16.698Z Compiling cpufeatures v0.2.14
6792024-11-27T23:45:16.737Z Compiling urlencoding v2.1.3
6802024-11-27T23:45:16.799Z Compiling sha2 v0.10.8
6812024-11-27T23:45:16.823Z Compiling future-queue v0.3.0
6822024-11-27T23:45:16.958Z Compiling target-spec-miette v0.4.0
6832024-11-27T23:45:17.097Z Compiling mukti-metadata v0.3.0
6842024-11-27T23:45:17.130Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
6852024-11-27T23:45:17.281Z Compiling hex v0.4.3
6862024-11-27T23:45:18.494Z Compiling rustls-webpki v0.102.8
6872024-11-27T23:45:19.906Z Compiling hyper v1.5.0
6882024-11-27T23:45:19.906Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6892024-11-27T23:45:19.930Z Compiling async-scoped v0.9.0
6902024-11-27T23:45:19.982Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6912024-11-27T23:45:21.071Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6922024-11-27T23:45:21.162Z Compiling hyper-util v0.1.9
6932024-11-27T23:45:23.635Z Compiling tokio-rustls v0.26.0
6942024-11-27T23:45:23.922Z Compiling hyper-rustls v0.27.3
6952024-11-27T23:45:24.176Z Compiling reqwest v0.12.8
6962024-11-27T23:45:26.685Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
6972024-11-27T23:46:00.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.06s
6982024-11-27T23:46:00.308Z
6992024-11-27T23:46:00.332Zreal 50.199829418
7002024-11-27T23:46:00.332Zuser 2:30.477073880
7012024-11-27T23:46:00.332Zsys 34.318462639
7022024-11-27T23:46:00.332Ztrap 0.071242171
7032024-11-27T23:46:00.332Ztflt 0.129745363
7042024-11-27T23:46:00.332Zdflt 1.086294716
7052024-11-27T23:46:00.332Zkflt 0.000169250
7062024-11-27T23:46:00.332Zlock 4:30.078783891
7072024-11-27T23:46:00.333Zslp 7:39.416621197
7082024-11-27T23:46:00.333Zlat 6.003124605
7092024-11-27T23:46:00.333Zstop 4.934979178
7102024-11-27T23:46:00.333Z+ banner all targets
7112024-11-27T23:46:00.333Z
7122024-11-27T23:46:00.333Z ## # #
7132024-11-27T23:46:00.333Z # # # #
7142024-11-27T23:46:00.333Z # # # #
7152024-11-27T23:46:00.333Z ###### # #
7162024-11-27T23:46:00.333Z # # # #
7172024-11-27T23:46:00.333Z # # ###### ######
7182024-11-27T23:46:00.333Z
7192024-11-27T23:46:00.333Z
7202024-11-27T23:46:00.334Z ##### ## ##### #### ###### ##### ####
7212024-11-27T23:46:00.334Z # # # # # # # # # #
7222024-11-27T23:46:00.334Z # # # # # # ##### # ####
7232024-11-27T23:46:00.334Z # ###### ##### # ### # # #
7242024-11-27T23:46:00.334Z # # # # # # # # # # #
7252024-11-27T23:46:00.334Z # # # # # #### ###### # ####
7262024-11-27T23:46:00.334Z
7272024-11-27T23:46:00.334Z+ ptime -m cargo build --all-targets
7282024-11-27T23:46:00.577Z Downloading crates ...
7292024-11-27T23:46:00.726Z Downloaded pretty_assertions v1.4.1
7302024-11-27T23:46:00.754Z Downloaded insta v1.41.1
7312024-11-27T23:46:00.754Z Downloaded wait-timeout v0.2.0
7322024-11-27T23:46:00.754Z Downloaded test-case v3.3.1
7332024-11-27T23:46:00.754Z Downloaded test-case-core v3.3.1
7342024-11-27T23:46:00.754Z Downloaded similar v2.6.0
7352024-11-27T23:46:00.754Z Downloaded yansi v1.0.1
7362024-11-27T23:46:00.754Z Downloaded maplit v1.0.2
7372024-11-27T23:46:00.778Z Downloaded bit-vec v0.6.3
7382024-11-27T23:46:00.778Z Downloaded proptest v1.5.0
7392024-11-27T23:46:00.778Z Downloaded bit-set v0.5.3
7402024-11-27T23:46:00.778Z Downloaded test-strategy v0.4.0
7412024-11-27T23:46:00.778Z Downloaded unarray v0.1.4
7422024-11-27T23:46:00.778Z Downloaded test-case-macros v3.3.1
7432024-11-27T23:46:00.778Z Downloaded structmeta-derive v0.3.0
7442024-11-27T23:46:00.778Z Downloaded structmeta v0.3.0
7452024-11-27T23:46:00.778Z Downloaded rusty-fork v0.3.0
7462024-11-27T23:46:00.778Z Downloaded rand_xorshift v0.3.0
7472024-11-27T23:46:00.802Z Downloaded quick-error v1.2.3
7482024-11-27T23:46:00.802Z Downloaded linked-hash-map v0.5.6
7492024-11-27T23:46:00.802Z Downloaded indoc v2.0.5
7502024-11-27T23:46:00.802Z Downloaded diff v0.1.13
7512024-11-27T23:46:00.841Z Compiling test-case-core v3.3.1
7522024-11-27T23:46:00.865Z Compiling structmeta-derive v0.3.0
7532024-11-27T23:46:00.865Z Compiling wait-timeout v0.2.0
7542024-11-27T23:46:00.865Z Compiling quick-error v1.2.3
7552024-11-27T23:46:00.865Z Compiling bit-vec v0.6.3
7562024-11-27T23:46:00.865Z Compiling rand_xorshift v0.3.0
7572024-11-27T23:46:00.865Z Compiling maplit v1.0.2
7582024-11-27T23:46:00.865Z Compiling unarray v0.1.4
7592024-11-27T23:46:00.962Z Compiling linked-hash-map v0.5.6
7602024-11-27T23:46:00.993Z Compiling similar v2.6.0
7612024-11-27T23:46:01.018Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7622024-11-27T23:46:01.109Z Compiling rusty-fork v0.3.0
7632024-11-27T23:46:01.251Z Compiling bit-set v0.5.3
7642024-11-27T23:46:01.275Z Compiling yansi v1.0.1
7652024-11-27T23:46:01.425Z Compiling diff v0.1.13
7662024-11-27T23:46:01.482Z Compiling proptest v1.5.0
7672024-11-27T23:46:01.659Z Compiling indoc v2.0.5
7682024-11-27T23:46:01.997Z Compiling insta v1.41.1
7692024-11-27T23:46:02.030Z Compiling pretty_assertions v1.4.1
7702024-11-27T23:46:02.130Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
7712024-11-27T23:46:02.464Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7722024-11-27T23:46:02.559Z Compiling test-case-macros v3.3.1
7732024-11-27T23:46:02.916Z Compiling structmeta v0.3.0
7742024-11-27T23:46:03.227Z Compiling test-strategy v0.4.0
7752024-11-27T23:46:03.437Z Compiling test-case v3.3.1
7762024-11-27T23:46:03.528Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7772024-11-27T23:46:03.707Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
7782024-11-27T23:46:04.884Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7792024-11-27T23:46:09.366Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7802024-11-27T23:46:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.09s
7812024-11-27T23:46:49.566Z
7822024-11-27T23:46:49.590Zreal 49.227516967
7832024-11-27T23:46:49.590Zuser 2:55.453482469
7842024-11-27T23:46:49.590Zsys 31.698411079
7852024-11-27T23:46:49.590Ztrap 0.087746500
7862024-11-27T23:46:49.590Ztflt 0.047183702
7872024-11-27T23:46:49.590Zdflt 0.366861740
7882024-11-27T23:46:49.590Zkflt 0.000000000
7892024-11-27T23:46:49.590Zlock 5:52.894993742
7902024-11-27T23:46:49.590Zslp 11:27.673024636
7912024-11-27T23:46:49.590Zlat 6.628979412
7922024-11-27T23:46:49.590Zstop 3.527870865
7932024-11-27T23:46:49.590Z+ banner all features
7942024-11-27T23:46:49.590Z
7952024-11-27T23:46:49.590Z ## # #
7962024-11-27T23:46:49.590Z # # # #
7972024-11-27T23:46:49.590Z # # # #
7982024-11-27T23:46:49.590Z ###### # #
7992024-11-27T23:46:49.590Z # # # #
8002024-11-27T23:46:49.590Z # # ###### ######
8012024-11-27T23:46:49.590Z
8022024-11-27T23:46:49.590Z
8032024-11-27T23:46:49.590Z ###### ###### ## ##### # # ##### ###### ####
8042024-11-27T23:46:49.590Z # # # # # # # # # # #
8052024-11-27T23:46:49.590Z ##### ##### # # # # # # # ##### ####
8062024-11-27T23:46:49.590Z # # ###### # # # ##### # #
8072024-11-27T23:46:49.590Z # # # # # # # # # # # #
8082024-11-27T23:46:49.591Z # ###### # # # #### # # ###### ####
8092024-11-27T23:46:49.591Z
8102024-11-27T23:46:49.591Z+ ptime -m cargo build --all-features
8112024-11-27T23:46:49.776Z Downloading crates ...
8122024-11-27T23:46:49.931Z Downloaded matchers v0.1.0
8132024-11-27T23:46:49.956Z Downloaded hyper-timeout v0.5.1
8142024-11-27T23:46:49.956Z Downloaded tower v0.4.13
8152024-11-27T23:46:49.956Z Downloaded regex-syntax v0.6.29
8162024-11-27T23:46:49.980Z Downloaded tower-layer v0.3.3
8172024-11-27T23:46:49.980Z Downloaded tower v0.5.1
8182024-11-27T23:46:49.980Z Downloaded prost-types v0.13.3
8192024-11-27T23:46:49.980Z Downloaded indexmap v1.9.3
8202024-11-27T23:46:50.004Z Downloaded tokio-stream v0.1.16
8212024-11-27T23:46:50.004Z Downloaded tonic v0.12.3
8222024-11-27T23:46:50.004Z Downloaded regex-automata v0.1.10
8232024-11-27T23:46:50.004Z Downloaded h2 v0.4.6
8242024-11-27T23:46:50.028Z Downloaded tokio-util v0.7.12
8252024-11-27T23:46:50.028Z Downloaded axum v0.7.7
8262024-11-27T23:46:50.028Z Downloaded hashbrown v0.12.3
8272024-11-27T23:46:50.053Z Downloaded crossbeam-utils v0.8.20
8282024-11-27T23:46:50.053Z Downloaded console-api v0.8.1
8292024-11-27T23:46:50.053Z Downloaded atomic-waker v1.1.2
8302024-11-27T23:46:50.053Z Downloaded prost-derive v0.13.3
8312024-11-27T23:46:50.053Z Downloaded prost v0.13.3
8322024-11-27T23:46:50.053Z Downloaded matchit v0.7.3
8332024-11-27T23:46:50.053Z Downloaded hdrhistogram v7.5.4
8342024-11-27T23:46:50.077Z Downloaded crossbeam-channel v0.5.13
8352024-11-27T23:46:50.077Z Downloaded sync_wrapper v0.1.2
8362024-11-27T23:46:50.078Z Downloaded rustversion v1.0.18
8372024-11-27T23:46:50.078Z Downloaded httpdate v1.0.3
8382024-11-27T23:46:50.078Z Downloaded axum-core v0.4.5
8392024-11-27T23:46:50.078Z Downloaded async-trait v0.1.83
8402024-11-27T23:46:50.078Z Downloaded async-stream-impl v0.3.6
8412024-11-27T23:46:50.078Z Downloaded async-stream v0.3.6
8422024-11-27T23:46:50.078Z Downloaded anyhow v1.0.91
8432024-11-27T23:46:50.078Z Downloaded console-subscriber v0.4.1
8442024-11-27T23:46:50.140Z Compiling futures-core v0.3.31
8452024-11-27T23:46:50.164Z Compiling futures-sink v0.3.31
8462024-11-27T23:46:50.188Z Compiling tokio v1.41.1
8472024-11-27T23:46:50.188Z Compiling byteorder v1.5.0
8482024-11-27T23:46:50.188Z Compiling num-traits v0.2.19
8492024-11-27T23:46:50.188Z Compiling regex-syntax v0.6.29
8502024-11-27T23:46:50.212Z Compiling atomic-waker v1.1.2
8512024-11-27T23:46:50.212Z Compiling httpdate v1.0.3
8522024-11-27T23:46:50.294Z Compiling futures-channel v0.3.31
8532024-11-27T23:46:50.369Z Compiling anyhow v1.0.91
8542024-11-27T23:46:50.393Z Compiling sync_wrapper v1.0.1
8552024-11-27T23:46:50.500Z Compiling either v1.13.0
8562024-11-27T23:46:50.562Z Compiling zerocopy v0.7.35
8572024-11-27T23:46:50.630Z Compiling futures-util v0.3.31
8582024-11-27T23:46:50.653Z Compiling rustversion v1.0.18
8592024-11-27T23:46:50.849Z Compiling tower-layer v0.3.3
8602024-11-27T23:46:51.084Z Compiling itertools v0.13.0
8612024-11-27T23:46:51.244Z Compiling indexmap v1.9.3
8622024-11-27T23:46:51.841Z Compiling ppv-lite86 v0.2.20
8632024-11-27T23:46:51.912Z Compiling async-trait v0.1.83
8642024-11-27T23:46:52.362Z Compiling hashbrown v0.12.3
8652024-11-27T23:46:52.537Z Compiling rand_chacha v0.3.1
8662024-11-27T23:46:52.702Z Compiling sync_wrapper v0.1.2
8672024-11-27T23:46:52.808Z Compiling regex-automata v0.1.10
8682024-11-27T23:46:53.274Z Compiling rand v0.8.5
8692024-11-27T23:46:53.718Z Compiling async-stream-impl v0.3.6
8702024-11-27T23:46:53.781Z Compiling prost-derive v0.13.3
8712024-11-27T23:46:54.204Z Compiling matchers v0.1.0
8722024-11-27T23:46:54.389Z Compiling tracing-subscriber v0.3.18
8732024-11-27T23:46:54.630Z Compiling crossbeam-utils v0.8.20
8742024-11-27T23:46:54.729Z Compiling matchit v0.7.3
8752024-11-27T23:46:55.093Z Compiling async-stream v0.3.6
8762024-11-27T23:46:55.219Z Compiling ahash v0.8.11
8772024-11-27T23:46:55.332Z Compiling http-body-util v0.1.2
8782024-11-27T23:46:55.378Z Compiling tower v0.5.1
8792024-11-27T23:46:55.417Z Compiling proptest v1.5.0
8802024-11-27T23:46:55.723Z Compiling axum-core v0.4.5
8812024-11-27T23:46:55.750Z Compiling guppy v0.17.8
8822024-11-27T23:46:55.774Z Compiling futures-executor v0.3.31
8832024-11-27T23:46:56.287Z Compiling base64 v0.21.7
8842024-11-27T23:46:56.538Z Compiling prost v0.13.3
8852024-11-27T23:46:56.917Z Compiling chrono v0.4.38
8862024-11-27T23:46:57.194Z Compiling prost-types v0.13.3
8872024-11-27T23:46:57.274Z Compiling hdrhistogram v7.5.4
8882024-11-27T23:46:58.218Z Compiling crossbeam-channel v0.5.13
8892024-11-27T23:46:58.985Z Compiling tokio-util v0.7.12
8902024-11-27T23:46:59.055Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8912024-11-27T23:46:59.142Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8922024-11-27T23:46:59.166Z Compiling axum v0.7.7
8932024-11-27T23:46:59.864Z Compiling h2 v0.4.6
8942024-11-27T23:46:59.913Z Compiling tower v0.4.13
8952024-11-27T23:47:00.156Z Compiling tokio-stream v0.1.16
8962024-11-27T23:47:00.947Z Compiling tokio-rustls v0.26.0
8972024-11-27T23:47:01.308Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8982024-11-27T23:47:01.539Z Compiling futures v0.3.31
8992024-11-27T23:47:01.628Z Compiling quick-junit v0.5.1
9002024-11-27T23:47:02.427Z Compiling async-scoped v0.9.0
9012024-11-27T23:47:02.662Z Compiling tracing-error v0.2.0
9022024-11-27T23:47:02.958Z Compiling future-queue v0.3.0
9032024-11-27T23:47:03.289Z Compiling color-spantrace v0.2.1
9042024-11-27T23:47:03.378Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
9052024-11-27T23:47:03.749Z Compiling hyper v1.5.0
9062024-11-27T23:47:03.961Z Compiling color-eyre v0.6.3
9072024-11-27T23:47:04.004Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9082024-11-27T23:47:05.664Z Compiling hyper-util v0.1.9
9092024-11-27T23:47:07.187Z Compiling hyper-timeout v0.5.1
9102024-11-27T23:47:07.187Z Compiling hyper-rustls v0.27.3
9112024-11-27T23:47:07.450Z Compiling tonic v0.12.3
9122024-11-27T23:47:07.474Z Compiling reqwest v0.12.8
9132024-11-27T23:47:09.430Z Compiling self_update v0.41.0
9142024-11-27T23:47:09.856Z Compiling console-api v0.8.1
9152024-11-27T23:47:11.043Z Compiling console-subscriber v0.4.1
9162024-11-27T23:47:12.983Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
9172024-11-27T23:47:33.916Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9182024-11-27T23:47:52.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
9192024-11-27T23:47:52.695Z
9202024-11-27T23:47:52.719Zreal 1:03.098709644
9212024-11-27T23:47:52.719Zuser 3:44.104384772
9222024-11-27T23:47:52.719Zsys 48.696448200
9232024-11-27T23:47:52.719Ztrap 0.097346495
9242024-11-27T23:47:52.720Ztflt 0.099227096
9252024-11-27T23:47:52.720Zdflt 1.080156792
9262024-11-27T23:47:52.720Zkflt 0.000004659
9272024-11-27T23:47:52.720Zlock 7:28.276210669
9282024-11-27T23:47:52.720Zslp 13:51.744086511
9292024-11-27T23:47:52.720Zlat 7.752159182
9302024-11-27T23:47:52.720Zstop 7.625304462
9312024-11-27T23:47:52.720Z+ banner doctests
9322024-11-27T23:47:52.721Z
9332024-11-27T23:47:52.721Z ##### #### #### ##### ###### #### ##### ####
9342024-11-27T23:47:52.721Z # # # # # # # # # # #
9352024-11-27T23:47:52.721Z # # # # # # ##### #### # ####
9362024-11-27T23:47:52.721Z # # # # # # # # # #
9372024-11-27T23:47:52.721Z # # # # # # # # # # # # #
9382024-11-27T23:47:52.721Z ##### #### #### # ###### #### # ####
9392024-11-27T23:47:52.721Z
9402024-11-27T23:47:52.721Z+ ptime -m cargo test --doc
9412024-11-27T23:47:53.140Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
9422024-11-27T23:47:53.163Z Doc-tests cargo_nextest
9432024-11-27T23:47:53.768Z
9442024-11-27T23:47:53.768Zrunning 0 tests
9452024-11-27T23:47:53.768Z
9462024-11-27T23:47:53.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9472024-11-27T23:47:53.792Z
9482024-11-27T23:47:53.816Z Doc-tests fixture_data
9492024-11-27T23:47:53.878Z
9502024-11-27T23:47:53.878Zrunning 0 tests
9512024-11-27T23:47:53.878Z
9522024-11-27T23:47:53.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9532024-11-27T23:47:53.878Z
9542024-11-27T23:47:53.902Z Doc-tests nextest_filtering
9552024-11-27T23:47:54.073Z
9562024-11-27T23:47:54.073Zrunning 0 tests
9572024-11-27T23:47:54.073Z
9582024-11-27T23:47:54.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9592024-11-27T23:47:54.074Z
9602024-11-27T23:47:54.097Z Doc-tests nextest_metadata
9612024-11-27T23:47:54.323Z
9622024-11-27T23:47:54.323Zrunning 2 tests
9632024-11-27T23:47:55.090Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9642024-11-27T23:47:58.744Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9652024-11-27T23:47:58.745Z
9662024-11-27T23:47:58.768Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.42s
9672024-11-27T23:47:58.768Z
9682024-11-27T23:47:58.768Z Doc-tests nextest_runner
9692024-11-27T23:47:59.669Z
9702024-11-27T23:47:59.669Zrunning 0 tests
9712024-11-27T23:47:59.669Z
9722024-11-27T23:47:59.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9732024-11-27T23:47:59.669Z
9742024-11-27T23:47:59.699Z Doc-tests nextest_workspace_hack
9752024-11-27T23:47:59.751Z
9762024-11-27T23:47:59.751Zrunning 0 tests
9772024-11-27T23:47:59.751Z
9782024-11-27T23:47:59.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9792024-11-27T23:47:59.751Z
9802024-11-27T23:47:59.776Z
9812024-11-27T23:47:59.800Zreal 7.057868806
9822024-11-27T23:47:59.800Zuser 6.432260825
9832024-11-27T23:47:59.800Zsys 2.693331297
9842024-11-27T23:47:59.800Ztrap 0.001137218
9852024-11-27T23:47:59.800Ztflt 0.018370280
9862024-11-27T23:47:59.800Zdflt 0.050235370
9872024-11-27T23:47:59.800Zkflt 0.000000000
9882024-11-27T23:47:59.800Zlock 14.196188909
9892024-11-27T23:47:59.800Zslp 39.958780336
9902024-11-27T23:47:59.800Zlat 0.123196523
9912024-11-27T23:47:59.801Zstop 0.123700471
9922024-11-27T23:47:59.801Z+ banner local-nt
9932024-11-27T23:47:59.801Z
9942024-11-27T23:47:59.801Z # #### #### ## # # # #####
9952024-11-27T23:47:59.801Z # # # # # # # # ## # #
9962024-11-27T23:47:59.801Z # # # # # # # ##### # # # #
9972024-11-27T23:47:59.801Z # # # # ###### # # # # #
9982024-11-27T23:47:59.801Z # # # # # # # # # ## #
9992024-11-27T23:47:59.801Z ###### #### #### # # ###### # # #
10002024-11-27T23:47:59.801Z
10012024-11-27T23:47:59.801Z+ ptime -m cargo local-nt run --profile ci
10022024-11-27T23:48:00.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
10032024-11-27T23:48:00.141Z Running `target/debug/cargo-nextest nextest run --profile ci`
10042024-11-27T23:48:01.021Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
10052024-11-27T23:48:01.196Z------------
10062024-11-27T23:48:01.196Z Nextest run ID b04f9fe0-8088-48cc-b698-693cb7c58cfd with nextest profile: ci
10072024-11-27T23:48:01.197Z Starting 278 tests across 12 binaries
10082024-11-27T23:48:01.246Z PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10092024-11-27T23:48:01.363Z PASS [ 0.159s] cargo-nextest dispatch::tests::test_argument_parsing
10102024-11-27T23:48:11.186Z PASS [ 9.956s] integration-tests::integration test_list_host_after_build
10112024-11-27T23:48:11.210Z PASS [ 9.994s] integration-tests::integration test_list_binaries_only
10122024-11-27T23:48:11.612Z PASS [ 10.396s] integration-tests::integration test_list_default
10132024-11-27T23:48:11.715Z PASS [ 10.481s] integration-tests::integration test_list_target_after_build
10142024-11-27T23:48:11.738Z PASS [ 10.496s] integration-tests::integration test_list_full_after_build
10152024-11-27T23:48:11.843Z PASS [ 10.612s] integration-tests::integration test_list_full
10162024-11-27T23:48:17.779Z PASS [ 16.417s] integration-tests::integration test_relocated_run
10172024-11-27T23:48:19.618Z PASS [ 7.903s] integration-tests::integration test_run_from_archive_with_missing_includes
10182024-11-27T23:48:21.803Z PASS [ 9.945s] integration-tests::integration test_run_no_tests
10192024-11-27T23:48:22.218Z PASS [ 0.440s] integration-tests::integration test_setup_scripts_not_enabled
10202024-11-27T23:48:22.969Z PASS [ 11.764s] integration-tests::integration test_run_after_build
10212024-11-27T23:48:23.468Z PASS [ 0.497s] integration-tests::integration test_show_config_version
10222024-11-27T23:48:23.779Z PASS [ 12.166s] integration-tests::integration test_run_from_archive_with_includes
10232024-11-27T23:48:23.859Z PASS [ 22.614s] integration-tests::integration test_list_with_default_filter
10242024-11-27T23:48:23.921Z PASS [ 0.063s] integration-tests::integration test_version_info
10252024-11-27T23:48:23.947Z PASS [ 4.326s] integration-tests::integration test_setup_script_error
10262024-11-27T23:48:23.989Z PASS [ 0.028s] nextest-filtering parsing::tests::test_complex_error
10272024-11-27T23:48:24.022Z PASS [ 0.029s] nextest-filtering parsing::tests::test_expected_eof
10282024-11-27T23:48:24.045Z PASS [ 12.307s] integration-tests::integration test_run_from_archive_with_no_includes
10292024-11-27T23:48:24.069Z PASS [ 0.037s] nextest-filtering parsing::tests::test_expected_expr
10302024-11-27T23:48:24.093Z PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_and_operator
10312024-11-27T23:48:24.093Z PASS [ 0.040s] nextest-filtering parsing::tests::test_invalid_escapes
10322024-11-27T23:48:24.117Z PASS [ 0.040s] nextest-filtering parsing::tests::test_invalid_glob
10332024-11-27T23:48:24.141Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform
10342024-11-27T23:48:24.141Z PASS [ 0.044s] nextest-filtering parsing::tests::test_invalid_or_operator
10352024-11-27T23:48:24.165Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_regex
10362024-11-27T23:48:24.189Z PASS [ 0.049s] nextest-filtering parsing::tests::test_missing_argument
10372024-11-27T23:48:24.220Z PASS [ 0.041s] nextest-filtering parsing::tests::test_missing_close_parentheses
10382024-11-27T23:48:24.245Z PASS [ 0.059s] nextest-filtering parsing::tests::test_missing_close_regex
10392024-11-27T23:48:24.245Z PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_open_parentheses
10402024-11-27T23:48:24.270Z PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_parentheses
10412024-11-27T23:48:24.294Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_comma
10422024-11-27T23:48:24.294Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_difference
10432024-11-27T23:48:24.352Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_intersection
10442024-11-27T23:48:24.376Z PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_expr_not
10452024-11-27T23:48:24.377Z PASS [ 0.061s] nextest-filtering parsing::tests::test_parse_expr_precedence
10462024-11-27T23:48:24.377Z PASS [ 0.045s] nextest-filtering parsing::tests::test_parse_expr_set
10472024-11-27T23:48:24.400Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_union
10482024-11-27T23:48:24.424Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_glob_matcher
10492024-11-27T23:48:24.424Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_name_matcher
10502024-11-27T23:48:24.539Z PASS [ 0.074s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10512024-11-27T23:48:24.564Z PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex
10522024-11-27T23:48:24.564Z PASS [ 0.623s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10532024-11-27T23:48:24.680Z PASS [ 0.089s] nextest-filtering parsing::tests::test_parse_set_def
10542024-11-27T23:48:24.680Z PASS [ 0.044s] nextest-filtering parsing::tests::test_unexpected_argument
10552024-11-27T23:48:24.680Z PASS [ 0.095s] nextest-filtering parsing::tests::test_unexpected_comma
10562024-11-27T23:48:24.944Z PASS [ 0.099s] nextest-filtering::match test_binary_query
10572024-11-27T23:48:24.969Z PASS [ 0.154s] nextest-filtering::match test_expr_binary
10582024-11-27T23:48:24.969Z PASS [ 0.304s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10592024-11-27T23:48:24.969Z PASS [ 0.173s] nextest-filtering::match test_expr_binary_id_glob
10602024-11-27T23:48:24.969Z PASS [ 0.126s] nextest-filtering::match test_expr_deps
10612024-11-27T23:48:24.969Z PASS [ 0.086s] nextest-filtering::match test_expr_kind
10622024-11-27T23:48:24.969Z PASS [ 0.055s] nextest-filtering::match test_expr_kind_partial
10632024-11-27T23:48:25.205Z PASS [ 0.074s] nextest-filtering::match test_expr_package_contains
10642024-11-27T23:48:25.229Z PASS [ 0.043s] nextest-filtering::match test_expr_package_equal
10652024-11-27T23:48:25.229Z PASS [ 0.086s] nextest-filtering::match test_expr_package_regex
10662024-11-27T23:48:25.229Z PASS [ 0.045s] nextest-filtering::match test_expr_rdeps
10672024-11-27T23:48:25.229Z PASS [ 0.072s] nextest-filtering::match test_expr_platform
10682024-11-27T23:48:25.230Z PASS [ 0.038s] nextest-filtering::match test_expr_test_difference::with_and_not
10692024-11-27T23:48:25.230Z PASS [ 0.055s] nextest-filtering::match test_expr_test
10702024-11-27T23:48:25.230Z PASS [ 0.038s] nextest-filtering::match test_expr_test_difference::with_minus
10712024-11-27T23:48:25.230Z PASS [ 0.047s] nextest-filtering::match test_expr_test_intersect::with_and
10722024-11-27T23:48:25.230Z PASS [ 0.053s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10732024-11-27T23:48:25.230Z PASS [ 0.066s] nextest-filtering::match test_expr_test_not
10742024-11-27T23:48:25.230Z PASS [ 0.060s] nextest-filtering::match test_expr_test_union::with_or
10752024-11-27T23:48:25.254Z PASS [ 0.058s] nextest-filtering::match test_expr_test_union::with_pipe
10762024-11-27T23:48:25.254Z PASS [ 0.029s] nextest-filtering::match test_expr_with_no_matching_packages
10772024-11-27T23:48:25.279Z PASS [ 0.064s] nextest-filtering::match test_expr_test_union::with_plus
10782024-11-27T23:48:25.279Z PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord
10792024-11-27T23:48:25.303Z PASS [ 0.024s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10802024-11-27T23:48:25.303Z PASS [ 0.044s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10812024-11-27T23:48:25.328Z PASS [ 0.039s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10822024-11-27T23:48:25.328Z PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10832024-11-27T23:48:25.351Z PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10842024-11-27T23:48:25.351Z PASS [ 0.031s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10852024-11-27T23:48:25.375Z PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10862024-11-27T23:48:25.375Z PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10872024-11-27T23:48:25.375Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10882024-11-27T23:48:25.398Z PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10892024-11-27T23:48:25.399Z PASS [ 0.035s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10902024-11-27T23:48:25.399Z PASS [ 0.028s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10912024-11-27T23:48:25.555Z PASS [ 0.040s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10922024-11-27T23:48:25.636Z PASS [ 7.833s] integration-tests::integration test_run_with_default_filter
10932024-11-27T23:48:26.020Z PASS [ 0.567s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10942024-11-27T23:48:26.111Z PASS [ 0.631s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10952024-11-27T23:48:26.111Z PASS [ 0.699s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10962024-11-27T23:48:26.145Z PASS [ 0.516s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10972024-11-27T23:48:26.362Z PASS [ 0.372s] nextest-runner config::archive::tests::parse_invalid::missing_list
10982024-11-27T23:48:26.443Z PASS [ 0.409s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10992024-11-27T23:48:26.468Z PASS [ 0.032s] nextest-runner config::config_impl::tests::default_config_is_valid
11002024-11-27T23:48:26.498Z PASS [ 0.361s] nextest-runner config::archive::tests::parse_invalid::parent_component
11012024-11-27T23:48:26.522Z PASS [ 0.416s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11022024-11-27T23:48:26.546Z PASS [ 0.026s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11032024-11-27T23:48:26.546Z PASS [ 0.029s] nextest-runner config::identifier::tests::test_invalid
11042024-11-27T23:48:26.579Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_accumulate
11052024-11-27T23:48:26.579Z PASS [ 0.038s] nextest-runner config::identifier::tests::test_valid
11062024-11-27T23:48:26.602Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11072024-11-27T23:48:26.626Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11082024-11-27T23:48:26.626Z PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11092024-11-27T23:48:26.651Z PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11102024-11-27T23:48:26.675Z PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11112024-11-27T23:48:26.698Z PASS [ 0.037s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11122024-11-27T23:48:26.698Z PASS [ 0.328s] nextest-runner config::archive::tests::parse_valid
11132024-11-27T23:48:26.698Z PASS [ 0.044s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11142024-11-27T23:48:26.723Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11152024-11-27T23:48:26.747Z PASS [ 3.266s] integration-tests::integration test_target_arg
11162024-11-27T23:48:26.866Z PASS [ 0.397s] nextest-runner config::config_impl::tests::ignored_keys
11172024-11-27T23:48:27.023Z PASS [ 0.333s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11182024-11-27T23:48:27.047Z PASS [ 0.333s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11192024-11-27T23:48:27.047Z PASS [ 0.326s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11202024-11-27T23:48:27.071Z PASS [ 0.321s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11212024-11-27T23:48:27.173Z PASS [ 0.303s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11222024-11-27T23:48:27.349Z PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11232024-11-27T23:48:27.373Z PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11242024-11-27T23:48:27.373Z PASS [ 0.334s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11252024-11-27T23:48:27.373Z PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic
11262024-11-27T23:48:27.489Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11272024-11-27T23:48:27.671Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11282024-11-27T23:48:27.695Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11292024-11-27T23:48:27.695Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11302024-11-27T23:48:27.695Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11312024-11-27T23:48:27.806Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11322024-11-27T23:48:27.973Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11332024-11-27T23:48:28.001Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11342024-11-27T23:48:28.025Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11352024-11-27T23:48:28.025Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11362024-11-27T23:48:28.124Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11372024-11-27T23:48:28.279Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11382024-11-27T23:48:28.303Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11392024-11-27T23:48:28.327Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11402024-11-27T23:48:28.350Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11412024-11-27T23:48:28.508Z PASS [ 0.388s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11422024-11-27T23:48:28.605Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11432024-11-27T23:48:28.629Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11442024-11-27T23:48:28.629Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11452024-11-27T23:48:28.653Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11462024-11-27T23:48:28.844Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11472024-11-27T23:48:28.940Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::parse_retries_valid
11482024-11-27T23:48:28.963Z PASS [ 0.340s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11492024-11-27T23:48:28.963Z PASS [ 0.341s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11502024-11-27T23:48:28.987Z PASS [ 0.328s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11512024-11-27T23:48:29.169Z PASS [ 0.329s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11522024-11-27T23:48:29.261Z PASS [ 0.324s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11532024-11-27T23:48:29.285Z PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11542024-11-27T23:48:29.286Z PASS [ 0.335s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11552024-11-27T23:48:29.313Z PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11562024-11-27T23:48:29.518Z PASS [ 0.335s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11572024-11-27T23:48:29.588Z PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11582024-11-27T23:48:29.612Z PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11592024-11-27T23:48:29.636Z PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11602024-11-27T23:48:29.660Z PASS [ 0.336s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11612024-11-27T23:48:29.705Z PASS [ 7.486s] integration-tests::integration test_show_config_test_groups
11622024-11-27T23:48:29.746Z PASS [ 5.968s] integration-tests::integration test_target_dir
11632024-11-27T23:48:29.821Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11642024-11-27T23:48:29.897Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11652024-11-27T23:48:29.921Z PASS [ 0.309s] nextest-runner config::scripts::tests::test_scripts_basic
11662024-11-27T23:48:29.921Z PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11672024-11-27T23:48:29.945Z PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11682024-11-27T23:48:30.007Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11692024-11-27T23:48:30.042Z PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11702024-11-27T23:48:30.122Z PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11712024-11-27T23:48:30.198Z PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11722024-11-27T23:48:30.222Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11732024-11-27T23:48:30.222Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11742024-11-27T23:48:30.245Z PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11752024-11-27T23:48:30.301Z PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11762024-11-27T23:48:30.346Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11772024-11-27T23:48:30.437Z PASS [ 0.313s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11782024-11-27T23:48:30.511Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11792024-11-27T23:48:30.534Z PASS [ 0.308s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11802024-11-27T23:48:30.534Z PASS [ 0.320s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11812024-11-27T23:48:30.558Z PASS [ 0.316s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11822024-11-27T23:48:30.626Z PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11832024-11-27T23:48:30.677Z PASS [ 0.330s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11842024-11-27T23:48:30.766Z PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11852024-11-27T23:48:30.821Z PASS [ 0.311s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11862024-11-27T23:48:30.851Z PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11872024-11-27T23:48:30.876Z PASS [ 0.329s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11882024-11-27T23:48:30.877Z PASS [ 0.315s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11892024-11-27T23:48:30.965Z PASS [ 0.338s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11902024-11-27T23:48:31.010Z PASS [ 0.331s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11912024-11-27T23:48:31.079Z PASS [ 0.318s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11922024-11-27T23:48:31.149Z PASS [ 0.322s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11932024-11-27T23:48:31.189Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11942024-11-27T23:48:31.189Z PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11952024-11-27T23:48:31.213Z PASS [ 0.024s] nextest-runner config::tool_config::tests::parse_tool_config_file
11962024-11-27T23:48:31.213Z PASS [ 0.329s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11972024-11-27T23:48:31.213Z PASS [ 0.030s] nextest-runner list::binary_list::tests::test_parse_binary_list
11982024-11-27T23:48:31.213Z PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11992024-11-27T23:48:31.237Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12002024-11-27T23:48:31.237Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12012024-11-27T23:48:31.261Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12022024-11-27T23:48:31.261Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12032024-11-27T23:48:31.261Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12042024-11-27T23:48:31.285Z PASS [ 0.030s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12052024-11-27T23:48:31.285Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12062024-11-27T23:48:31.285Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12072024-11-27T23:48:31.309Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12082024-11-27T23:48:31.309Z PASS [ 0.332s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12092024-11-27T23:48:31.309Z PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12102024-11-27T23:48:31.309Z PASS [ 0.030s] nextest-runner list::test_list::tests::test_parse_test_list
12112024-11-27T23:48:31.333Z PASS [ 0.024s] nextest-runner partition::tests::partitioner_builder_from_str
12122024-11-27T23:48:31.334Z PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid
12132024-11-27T23:48:31.334Z PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12142024-11-27T23:48:31.334Z PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12152024-11-27T23:48:31.334Z PASS [ 0.319s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12162024-11-27T23:48:31.358Z PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12172024-11-27T23:48:31.358Z PASS [ 0.022s] nextest-runner redact::tests::test_redact_path
12182024-11-27T23:48:31.358Z PASS [ 0.029s] nextest-runner reporter::displayer::tests::no_capture_settings
12192024-11-27T23:48:31.383Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12202024-11-27T23:48:31.383Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12212024-11-27T23:48:31.383Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12222024-11-27T23:48:31.406Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12232024-11-27T23:48:31.406Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12242024-11-27T23:48:31.406Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12252024-11-27T23:48:31.430Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12262024-11-27T23:48:31.430Z PASS [ 0.346s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12272024-11-27T23:48:31.430Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_final_warnings
12282024-11-27T23:48:31.430Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12292024-11-27T23:48:31.455Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12302024-11-27T23:48:31.455Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12312024-11-27T23:48:31.480Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12322024-11-27T23:48:31.480Z PASS [ 0.063s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12332024-11-27T23:48:31.480Z PASS [ 0.027s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
12342024-11-27T23:48:31.480Z PASS [ 0.027s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
12352024-11-27T23:48:31.480Z PASS [ 0.022s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
12362024-11-27T23:48:31.480Z PASS [ 0.025s] nextest-runner reporter::helpers::tests::test_highlight_end
12372024-11-27T23:48:31.504Z PASS [ 0.064s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12382024-11-27T23:48:31.504Z PASS [ 0.024s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12392024-11-27T23:48:31.528Z PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative
12402024-11-27T23:48:31.528Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output
12412024-11-27T23:48:31.528Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12422024-11-27T23:48:31.553Z PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
12432024-11-27T23:48:31.553Z PASS [ 0.362s] nextest-runner config::tool_config::tests::tool_config_basic
12442024-11-27T23:48:31.553Z PASS [ 0.032s] nextest-runner runner::tests::no_capture_settings
12452024-11-27T23:48:31.553Z PASS [ 0.031s] nextest-runner runner::tests::test_is_success
12462024-11-27T23:48:31.553Z PASS [ 0.077s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12472024-11-27T23:48:31.577Z PASS [ 0.032s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12482024-11-27T23:48:31.602Z PASS [ 0.029s] nextest-runner test_command::tests::parse_build_script
12492024-11-27T23:48:31.602Z PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples
12502024-11-27T23:48:31.602Z PASS [ 0.034s] nextest-runner target_runner::tests::test_find_config
12512024-11-27T23:48:31.627Z PASS [ 0.038s] nextest-runner test_filter::tests::pattern_examples
12522024-11-27T23:48:31.650Z PASS [ 0.116s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12532024-11-27T23:48:31.674Z PASS [ 0.022s] nextest-runner test_filter::tests::skip_only_pattern_examples
12542024-11-27T23:48:31.699Z PASS [ 0.150s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12552024-11-27T23:48:31.699Z PASS [ 0.117s] nextest-runner test_filter::tests::proptest_empty
12562024-11-27T23:48:31.797Z PASS [ 0.191s] nextest-runner test_filter::tests::proptest_no_match
12572024-11-27T23:48:31.797Z PASS [ 0.279s] nextest-runner rustc_cli::tests::test_execute_with_failure
12582024-11-27T23:48:32.057Z PASS [ 0.473s] nextest-runner test_filter::tests::proptest_exact
12592024-11-27T23:48:32.240Z PASS [ 0.573s] nextest-runner time::stopwatch::tests::stopwatch_pause
12602024-11-27T23:48:32.305Z PASS [ 0.712s] nextest-runner test_filter::tests::proptest_substring
12612024-11-27T23:48:33.633Z PASS [ 1.857s] nextest-runner::integration basic::test_list_binaries
12622024-11-27T23:48:33.935Z PASS [ 2.136s] nextest-runner::integration basic::test_list_tests
12632024-11-27T23:48:33.962Z PASS [ 2.272s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12642024-11-27T23:48:33.995Z PASS [ 2.310s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12652024-11-27T23:48:34.024Z PASS [ 0.029s] nextest-runner::integration target_runner::disregards_non_matching
12662024-11-27T23:48:34.127Z PASS [ 0.494s] nextest-runner::integration basic::test_run_ignored
12672024-11-27T23:48:34.155Z PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12682024-11-27T23:48:34.184Z PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_exact
12692024-11-27T23:48:34.307Z PASS [ 0.373s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12702024-11-27T23:48:34.331Z PASS [ 0.304s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12712024-11-27T23:48:34.354Z PASS [ 23.148s] integration-tests::integration test_run
12722024-11-27T23:48:34.378Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env
12732024-11-27T23:48:34.402Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli
12742024-11-27T23:48:34.426Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12752024-11-27T23:48:34.449Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12762024-11-27T23:48:34.474Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env
12772024-11-27T23:48:34.502Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12782024-11-27T23:48:34.526Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option
12792024-11-27T23:48:34.616Z PASS [ 0.439s] nextest-runner::integration target_runner::parses_cargo_env
12802024-11-27T23:48:34.908Z PASS [ 0.607s] nextest-runner::integration target_runner::test_listing_with_target_runner
12812024-11-27T23:48:35.413Z PASS [ 3.114s] nextest-runner::integration basic::test_run
12822024-11-27T23:48:35.845Z PASS [ 1.523s] nextest-runner::integration target_runner::test_run_with_target_runner
12832024-11-27T23:48:36.484Z PASS [ 2.528s] nextest-runner::integration basic::test_termination
12842024-11-27T23:48:37.481Z PASS [ 5.435s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12852024-11-27T23:48:37.532Z PASS [ 5.298s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12862024-11-27T23:48:37.556Z------------
12872024-11-27T23:48:37.556Z Summary [ 36.336s] 278 tests run: 278 passed, 0 skipped
12882024-11-27T23:48:37.579Z
12892024-11-27T23:48:37.579Zreal 37.776091805
12902024-11-27T23:48:37.579Zuser 2:04.631613299
12912024-11-27T23:48:37.580Zsys 1:53.897401109
12922024-11-27T23:48:37.580Ztrap 0.292461802
12932024-11-27T23:48:37.580Ztflt 0.427005233
12942024-11-27T23:48:37.580Zdflt 1.679772837
12952024-11-27T23:48:37.580Zkflt 0.065403850
12962024-11-27T23:48:37.580Zlock 32:37.754336311
12972024-11-27T23:48:37.580Zslp 52:48.871974840
12982024-11-27T23:48:37.580Zlat 12:49.005487577
12992024-11-27T23:48:37.580Zstop 5:32.129004181
13002024-11-27T23:48:37.580Z+ banner release
13012024-11-27T23:48:37.580Z
13022024-11-27T23:48:37.580Z ##### ###### # ###### ## #### ######
13032024-11-27T23:48:37.580Z # # # # # # # # #
13042024-11-27T23:48:37.580Z # # ##### # ##### # # #### #####
13052024-11-27T23:48:37.580Z ##### # # # ###### # #
13062024-11-27T23:48:37.580Z # # # # # # # # # #
13072024-11-27T23:48:37.580Z # # ###### ###### ###### # # #### ######
13082024-11-27T23:48:37.580Z
13092024-11-27T23:48:37.580Z+ ptime -m cargo nextest run --profile ci
13102024-11-27T23:48:38.426Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
13112024-11-27T23:48:38.587Z------------
13122024-11-27T23:48:38.587Z Nextest run ID cd5345fa-d2e2-41e4-8603-4eac3d29284b with nextest profile: ci
13132024-11-27T23:48:38.587Z Starting 278 tests across 12 binaries
13142024-11-27T23:48:38.635Z PASS [ 0.036s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13152024-11-27T23:48:38.759Z PASS [ 0.164s] cargo-nextest dispatch::tests::test_argument_parsing
13162024-11-27T23:48:48.286Z PASS [ 9.683s] integration-tests::integration test_list_binaries_only
13172024-11-27T23:48:48.568Z PASS [ 9.946s] integration-tests::integration test_list_host_after_build
13182024-11-27T23:48:48.859Z PASS [ 10.249s] integration-tests::integration test_list_default
13192024-11-27T23:48:48.920Z PASS [ 10.307s] integration-tests::integration test_list_full
13202024-11-27T23:48:49.103Z PASS [ 10.482s] integration-tests::integration test_list_full_after_build
13212024-11-27T23:48:49.325Z PASS [ 10.698s] integration-tests::integration test_list_target_after_build
13222024-11-27T23:48:54.575Z PASS [ 15.814s] integration-tests::integration test_relocated_run
13232024-11-27T23:48:57.026Z PASS [ 8.104s] integration-tests::integration test_run_from_archive_with_missing_includes
13242024-11-27T23:48:59.207Z PASS [ 9.882s] integration-tests::integration test_run_no_tests
13252024-11-27T23:48:59.814Z PASS [ 0.605s] integration-tests::integration test_setup_scripts_not_enabled
13262024-11-27T23:49:00.229Z PASS [ 11.660s] integration-tests::integration test_run_after_build
13272024-11-27T23:49:00.751Z PASS [ 0.523s] integration-tests::integration test_show_config_version
13282024-11-27T23:49:00.841Z PASS [ 22.201s] integration-tests::integration test_list_with_default_filter
13292024-11-27T23:49:00.865Z PASS [ 3.831s] integration-tests::integration test_setup_script_error
13302024-11-27T23:49:00.911Z PASS [ 0.054s] integration-tests::integration test_version_info
13312024-11-27T23:49:01.329Z PASS [ 0.418s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13322024-11-27T23:49:01.360Z PASS [ 0.026s] nextest-filtering parsing::tests::test_complex_error
13332024-11-27T23:49:01.384Z PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof
13342024-11-27T23:49:01.412Z PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr
13352024-11-27T23:49:01.466Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_and_operator
13362024-11-27T23:49:01.490Z PASS [ 0.059s] nextest-filtering parsing::tests::test_invalid_escapes
13372024-11-27T23:49:01.514Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_glob
13382024-11-27T23:49:01.538Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_or_operator
13392024-11-27T23:49:01.562Z PASS [ 0.033s] nextest-filtering parsing::tests::test_invalid_platform
13402024-11-27T23:49:01.585Z PASS [ 12.711s] integration-tests::integration test_run_from_archive_with_includes
13412024-11-27T23:49:01.585Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_regex
13422024-11-27T23:49:01.635Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_argument
13432024-11-27T23:49:01.659Z PASS [ 0.064s] nextest-filtering parsing::tests::test_missing_close_parentheses
13442024-11-27T23:49:01.999Z PASS [ 0.059s] nextest-filtering parsing::tests::test_missing_close_regex
13452024-11-27T23:49:01.999Z PASS [ 0.038s] nextest-filtering parsing::tests::test_missing_open_parentheses
13462024-11-27T23:49:01.999Z PASS [ 0.052s] nextest-filtering parsing::tests::test_missing_parentheses
13472024-11-27T23:49:01.999Z PASS [ 12.603s] integration-tests::integration test_run_from_archive_with_no_includes
13482024-11-27T23:49:02.024Z PASS [ 0.059s] nextest-filtering parsing::tests::test_parse_comma
13492024-11-27T23:49:02.024Z PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_expr_difference
13502024-11-27T23:49:02.024Z PASS [ 0.031s] nextest-filtering parsing::tests::test_parse_expr_intersection
13512024-11-27T23:49:02.024Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_not
13522024-11-27T23:49:02.024Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_precedence
13532024-11-27T23:49:02.024Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_set
13542024-11-27T23:49:02.024Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_union
13552024-11-27T23:49:02.025Z PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_glob_matcher
13562024-11-27T23:49:02.025Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13572024-11-27T23:49:02.025Z PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_name_matcher
13582024-11-27T23:49:02.025Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_set_def
13592024-11-27T23:49:02.025Z PASS [ 0.067s] nextest-filtering parsing::tests::test_parse_regex
13602024-11-27T23:49:02.025Z PASS [ 0.029s] nextest-filtering parsing::tests::test_unexpected_argument
13612024-11-27T23:49:02.025Z PASS [ 0.043s] nextest-filtering parsing::tests::test_unexpected_comma
13622024-11-27T23:49:02.193Z PASS [ 0.124s] nextest-filtering::match test_expr_binary
13632024-11-27T23:49:02.193Z PASS [ 0.134s] nextest-filtering::match test_binary_query
13642024-11-27T23:49:02.217Z PASS [ 0.301s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13652024-11-27T23:49:02.217Z PASS [ 0.029s] nextest-filtering::match test_expr_kind
13662024-11-27T23:49:02.241Z PASS [ 0.195s] nextest-filtering::match test_expr_binary_id_glob
13672024-11-27T23:49:02.241Z PASS [ 0.049s] nextest-filtering::match test_expr_deps
13682024-11-27T23:49:02.265Z PASS [ 0.027s] nextest-filtering::match test_expr_kind_partial
13692024-11-27T23:49:02.299Z PASS [ 0.038s] nextest-filtering::match test_expr_package_contains
13702024-11-27T23:49:02.323Z PASS [ 0.033s] nextest-filtering::match test_expr_package_equal
13712024-11-27T23:49:02.397Z PASS [ 0.050s] nextest-filtering::match test_expr_platform
13722024-11-27T23:49:02.421Z PASS [ 0.073s] nextest-filtering::match test_expr_package_regex
13732024-11-27T23:49:02.421Z PASS [ 0.119s] nextest-filtering::match test_expr_rdeps
13742024-11-27T23:49:02.444Z PASS [ 0.111s] nextest-filtering::match test_expr_test
13752024-11-27T23:49:02.575Z PASS [ 0.068s] nextest-filtering::match test_expr_test_difference::with_and_not
13762024-11-27T23:49:02.575Z PASS [ 0.025s] nextest-filtering::match test_expr_test_difference::with_minus
13772024-11-27T23:49:02.575Z PASS [ 0.028s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13782024-11-27T23:49:02.575Z PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and
13792024-11-27T23:49:02.575Z PASS [ 0.029s] nextest-filtering::match test_expr_test_not
13802024-11-27T23:49:02.599Z PASS [ 0.057s] nextest-filtering::match test_expr_test_union::with_or
13812024-11-27T23:49:02.599Z PASS [ 0.048s] nextest-filtering::match test_expr_test_union::with_pipe
13822024-11-27T23:49:02.599Z PASS [ 0.093s] nextest-filtering::match test_expr_test_union::with_plus
13832024-11-27T23:49:02.599Z PASS [ 0.054s] nextest-filtering::match test_expr_with_no_matching_packages
13842024-11-27T23:49:02.623Z PASS [ 0.020s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13852024-11-27T23:49:02.652Z PASS [ 8.049s] integration-tests::integration test_run_with_default_filter
13862024-11-27T23:49:02.676Z PASS [ 0.063s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13872024-11-27T23:49:02.676Z PASS [ 0.089s] nextest-metadata test_list::tests::test_binary_id_ord
13882024-11-27T23:49:02.794Z PASS [ 0.038s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13892024-11-27T23:49:02.794Z PASS [ 0.068s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13902024-11-27T23:49:02.794Z PASS [ 0.065s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13912024-11-27T23:49:02.794Z PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13922024-11-27T23:49:02.794Z PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13932024-11-27T23:49:02.794Z PASS [ 0.046s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13942024-11-27T23:49:02.794Z PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13952024-11-27T23:49:02.794Z PASS [ 0.023s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13962024-11-27T23:49:02.794Z PASS [ 0.050s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13972024-11-27T23:49:02.794Z PASS [ 0.042s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13982024-11-27T23:49:02.794Z PASS [ 0.030s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13992024-11-27T23:49:03.192Z PASS [ 0.432s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14002024-11-27T23:49:03.281Z PASS [ 0.508s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14012024-11-27T23:49:03.304Z PASS [ 0.501s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14022024-11-27T23:49:03.328Z PASS [ 0.515s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14032024-11-27T23:49:03.655Z PASS [ 0.470s] nextest-runner config::archive::tests::parse_invalid::missing_list
14042024-11-27T23:49:03.701Z PASS [ 0.406s] nextest-runner config::archive::tests::parse_invalid::parent_component
14052024-11-27T23:49:03.725Z PASS [ 0.429s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14062024-11-27T23:49:03.725Z PASS [ 0.022s] nextest-runner config::config_impl::tests::default_config_is_valid
14072024-11-27T23:49:03.749Z PASS [ 0.440s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14082024-11-27T23:49:03.773Z PASS [ 0.024s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14092024-11-27T23:49:03.773Z PASS [ 0.032s] nextest-runner config::identifier::tests::test_invalid
14102024-11-27T23:49:03.826Z PASS [ 0.029s] nextest-runner config::identifier::tests::test_valid
14112024-11-27T23:49:03.826Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate
14122024-11-27T23:49:03.826Z PASS [ 0.039s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14132024-11-27T23:49:03.826Z PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14142024-11-27T23:49:03.850Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14152024-11-27T23:49:03.850Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14162024-11-27T23:49:03.873Z PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14172024-11-27T23:49:03.873Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14182024-11-27T23:49:03.898Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14192024-11-27T23:49:03.922Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14202024-11-27T23:49:04.015Z PASS [ 0.346s] nextest-runner config::archive::tests::parse_valid
14212024-11-27T23:49:04.081Z PASS [ 0.355s] nextest-runner config::config_impl::tests::ignored_keys
14222024-11-27T23:49:04.162Z PASS [ 3.405s] integration-tests::integration test_target_arg
14232024-11-27T23:49:04.198Z PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14242024-11-27T23:49:04.254Z PASS [ 0.370s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14252024-11-27T23:49:04.324Z PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14262024-11-27T23:49:04.430Z PASS [ 0.353s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14272024-11-27T23:49:04.517Z PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14282024-11-27T23:49:04.541Z PASS [ 0.366s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14292024-11-27T23:49:04.590Z PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14302024-11-27T23:49:04.644Z PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14312024-11-27T23:49:04.735Z PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic
14322024-11-27T23:49:04.820Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14332024-11-27T23:49:04.845Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14342024-11-27T23:49:04.904Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14352024-11-27T23:49:04.967Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14362024-11-27T23:49:05.045Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14372024-11-27T23:49:05.138Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14382024-11-27T23:49:05.162Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14392024-11-27T23:49:05.216Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14402024-11-27T23:49:05.267Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14412024-11-27T23:49:05.342Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14422024-11-27T23:49:05.453Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14432024-11-27T23:49:05.477Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14442024-11-27T23:49:05.589Z PASS [ 0.357s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14452024-11-27T23:49:05.641Z PASS [ 0.372s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14462024-11-27T23:49:05.685Z PASS [ 0.336s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14472024-11-27T23:49:05.775Z PASS [ 0.329s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14482024-11-27T23:49:05.798Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14492024-11-27T23:49:05.926Z PASS [ 0.342s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14502024-11-27T23:49:05.982Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14512024-11-27T23:49:06.007Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14522024-11-27T23:49:06.078Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14532024-11-27T23:49:06.101Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14542024-11-27T23:49:06.227Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14552024-11-27T23:49:06.281Z PASS [ 5.439s] integration-tests::integration test_target_dir
14562024-11-27T23:49:06.356Z PASS [ 0.348s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14572024-11-27T23:49:06.380Z PASS [ 0.391s] nextest-runner config::retry_policy::tests::parse_retries_valid
14582024-11-27T23:49:06.436Z PASS [ 0.345s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14592024-11-27T23:49:06.463Z PASS [ 0.383s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14602024-11-27T23:49:06.553Z PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14612024-11-27T23:49:06.645Z PASS [ 0.370s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14622024-11-27T23:49:06.675Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14632024-11-27T23:49:06.698Z PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14642024-11-27T23:49:06.797Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14652024-11-27T23:49:06.797Z PASS [ 0.353s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14662024-11-27T23:49:06.854Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14672024-11-27T23:49:06.962Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14682024-11-27T23:49:06.986Z PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14692024-11-27T23:49:07.009Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14702024-11-27T23:49:07.033Z PASS [ 7.214s] integration-tests::integration test_show_config_test_groups
14712024-11-27T23:49:07.097Z PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14722024-11-27T23:49:07.121Z PASS [ 0.328s] nextest-runner config::scripts::tests::test_scripts_basic
14732024-11-27T23:49:07.155Z PASS [ 0.302s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14742024-11-27T23:49:07.247Z PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14752024-11-27T23:49:07.271Z PASS [ 0.288s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14762024-11-27T23:49:07.294Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14772024-11-27T23:49:07.325Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14782024-11-27T23:49:07.394Z PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14792024-11-27T23:49:07.425Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14802024-11-27T23:49:07.459Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14812024-11-27T23:49:07.555Z PASS [ 0.305s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14822024-11-27T23:49:07.579Z PASS [ 0.301s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14832024-11-27T23:49:07.602Z PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14842024-11-27T23:49:07.644Z PASS [ 0.317s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14852024-11-27T23:49:07.717Z PASS [ 0.322s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14862024-11-27T23:49:07.741Z PASS [ 0.323s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14872024-11-27T23:49:07.793Z PASS [ 0.332s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14882024-11-27T23:49:07.871Z PASS [ 0.315s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14892024-11-27T23:49:07.895Z PASS [ 0.321s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14902024-11-27T23:49:07.947Z PASS [ 0.338s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14912024-11-27T23:49:07.971Z PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14922024-11-27T23:49:08.042Z PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14932024-11-27T23:49:08.066Z PASS [ 0.324s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14942024-11-27T23:49:08.171Z PASS [ 0.367s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14952024-11-27T23:49:08.195Z PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14962024-11-27T23:49:08.220Z PASS [ 0.318s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14972024-11-27T23:49:08.260Z PASS [ 0.318s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14982024-11-27T23:49:08.286Z PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14992024-11-27T23:49:08.310Z PASS [ 0.017s] nextest-runner config::tool_config::tests::parse_tool_config_file
15002024-11-27T23:49:08.357Z PASS [ 0.320s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15012024-11-27T23:49:08.380Z PASS [ 0.328s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15022024-11-27T23:49:08.405Z PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list
15032024-11-27T23:49:08.405Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15042024-11-27T23:49:08.429Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15052024-11-27T23:49:08.429Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15062024-11-27T23:49:08.429Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15072024-11-27T23:49:08.453Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15082024-11-27T23:49:08.453Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15092024-11-27T23:49:08.453Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15102024-11-27T23:49:08.477Z PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15112024-11-27T23:49:08.477Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15122024-11-27T23:49:08.502Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15132024-11-27T23:49:08.502Z PASS [ 0.328s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15142024-11-27T23:49:08.502Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15152024-11-27T23:49:08.502Z PASS [ 0.319s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15162024-11-27T23:49:08.525Z PASS [ 0.024s] nextest-runner list::test_list::tests::test_parse_test_list
15172024-11-27T23:49:08.525Z PASS [ 0.018s] nextest-runner partition::tests::partitioner_builder_from_str
15182024-11-27T23:49:08.525Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15192024-11-27T23:49:08.525Z PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid
15202024-11-27T23:49:08.549Z PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15212024-11-27T23:49:08.549Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15222024-11-27T23:49:08.702Z PASS [ 0.021s] nextest-runner redact::tests::test_redact_path
15232024-11-27T23:49:08.726Z PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15242024-11-27T23:49:08.726Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::no_capture_settings
15252024-11-27T23:49:08.726Z PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15262024-11-27T23:49:08.726Z PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15272024-11-27T23:49:08.726Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15282024-11-27T23:49:08.726Z PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15292024-11-27T23:49:08.726Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15302024-11-27T23:49:08.726Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15312024-11-27T23:49:08.726Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15322024-11-27T23:49:08.726Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15332024-11-27T23:49:08.726Z PASS [ 0.334s] nextest-runner config::tool_config::tests::tool_config_basic
15342024-11-27T23:49:08.726Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15352024-11-27T23:49:08.726Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15362024-11-27T23:49:08.726Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_final_warnings
15372024-11-27T23:49:08.726Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15382024-11-27T23:49:08.726Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15392024-11-27T23:49:08.726Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15402024-11-27T23:49:08.726Z PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
15412024-11-27T23:49:08.726Z PASS [ 0.041s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
15422024-11-27T23:49:08.726Z PASS [ 0.027s] nextest-runner reporter::helpers::tests::test_highlight_end
15432024-11-27T23:49:08.726Z PASS [ 0.035s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
15442024-11-27T23:49:08.726Z PASS [ 0.074s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15452024-11-27T23:49:08.726Z PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15462024-11-27T23:49:08.760Z PASS [ 0.018s] nextest-runner reuse_build::tests::test_path_mapper_relative
15472024-11-27T23:49:08.760Z PASS [ 0.020s] nextest-runner runner::tests::test_is_success
15482024-11-27T23:49:08.760Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output
15492024-11-27T23:49:08.760Z PASS [ 0.025s] nextest-runner runner::tests::no_capture_settings
15502024-11-27T23:49:08.760Z PASS [ 0.070s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
15512024-11-27T23:49:08.760Z PASS [ 0.075s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15522024-11-27T23:49:08.760Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15532024-11-27T23:49:08.784Z PASS [ 0.030s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15542024-11-27T23:49:08.808Z PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script
15552024-11-27T23:49:08.808Z PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples
15562024-11-27T23:49:08.808Z PASS [ 0.028s] nextest-runner target_runner::tests::test_find_config
15572024-11-27T23:49:08.808Z PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples
15582024-11-27T23:49:08.843Z PASS [ 0.099s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15592024-11-27T23:49:08.867Z PASS [ 0.017s] nextest-runner test_filter::tests::skip_only_pattern_examples
15602024-11-27T23:49:08.891Z PASS [ 0.132s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15612024-11-27T23:49:08.891Z PASS [ 0.120s] nextest-runner test_filter::tests::proptest_empty
15622024-11-27T23:49:08.970Z PASS [ 0.194s] nextest-runner test_filter::tests::proptest_no_match
15632024-11-27T23:49:08.995Z PASS [ 0.280s] nextest-runner rustc_cli::tests::test_execute_with_failure
15642024-11-27T23:49:09.079Z PASS [ 0.109s] nextest-runner::integration basic::test_list_binaries
15652024-11-27T23:49:09.250Z PASS [ 0.380s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15662024-11-27T23:49:09.274Z PASS [ 0.484s] nextest-runner test_filter::tests::proptest_exact
15672024-11-27T23:49:09.298Z PASS [ 0.401s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15682024-11-27T23:49:09.343Z PASS [ 0.562s] nextest-runner test_filter::tests::proptest_substring
15692024-11-27T23:49:09.367Z PASS [ 0.355s] nextest-runner::integration basic::test_list_tests
15702024-11-27T23:49:09.419Z PASS [ 0.567s] nextest-runner time::stopwatch::tests::stopwatch_pause
15712024-11-27T23:49:09.442Z PASS [ 0.025s] nextest-runner::integration target_runner::disregards_non_matching
15722024-11-27T23:49:09.712Z PASS [ 0.364s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15732024-11-27T23:49:09.736Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15742024-11-27T23:49:09.761Z PASS [ 0.297s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15752024-11-27T23:49:09.761Z PASS [ 0.026s] nextest-runner::integration target_runner::parses_cargo_config_exact
15762024-11-27T23:49:09.935Z PASS [ 0.646s] nextest-runner::integration basic::test_run_ignored
15772024-11-27T23:49:10.180Z PASS [ 0.441s] nextest-runner::integration target_runner::parses_cargo_env
15782024-11-27T23:49:10.204Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_cargo_env
15792024-11-27T23:49:10.228Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli
15802024-11-27T23:49:10.252Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15812024-11-27T23:49:10.276Z PASS [ 0.020s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15822024-11-27T23:49:10.300Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env
15832024-11-27T23:49:10.324Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15842024-11-27T23:49:10.348Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option
15852024-11-27T23:49:10.430Z PASS [ 0.679s] nextest-runner::integration target_runner::test_listing_with_target_runner
15862024-11-27T23:49:10.800Z PASS [ 22.519s] integration-tests::integration test_run
15872024-11-27T23:49:10.976Z PASS [ 1.726s] nextest-runner::integration basic::test_run
15882024-11-27T23:49:11.511Z PASS [ 1.584s] nextest-runner::integration target_runner::test_run_with_target_runner
15892024-11-27T23:49:11.762Z PASS [ 2.419s] nextest-runner::integration basic::test_termination
15902024-11-27T23:49:13.019Z PASS [ 3.946s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15912024-11-27T23:49:13.063Z PASS [ 3.818s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15922024-11-27T23:49:13.087Z------------
15932024-11-27T23:49:13.087Z Summary [ 34.477s] 278 tests run: 278 passed, 0 skipped
15942024-11-27T23:49:13.087Z
15952024-11-27T23:49:13.087Zreal 35.508591041
15962024-11-27T23:49:13.087Zuser 1:58.384941213
15972024-11-27T23:49:13.087Zsys 1:49.021625666
15982024-11-27T23:49:13.087Ztrap 0.287436913
15992024-11-27T23:49:13.087Ztflt 0.355257882
16002024-11-27T23:49:13.087Zdflt 1.419800691
16012024-11-27T23:49:13.087Zkflt 0.001157225
16022024-11-27T23:49:13.087Zlock 31:42.536351795
16032024-11-27T23:49:13.087Zslp 52:26.447747332
16042024-11-27T23:49:13.087Zlat 12:47.173257863
16052024-11-27T23:49:13.088Zstop 4:53.639611055
16062024-11-27T23:49:13.111Zprocess exited: duration 322710 ms, exit code 0
 
16072024-11-27T23:49:13.161Zfound 0 output files