01JAM2EMJDD5TH026YJHEAKZ83: build-and-test-illumos

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

Buildomat Job: 01JAM2ETM4ZBZ6Z171B33D8MW0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-20T04:20:34.213Zjob assigned to worker 01JAM2EVVP5Z0CEY5AWWV72H5Q (queued for 25 s)
 
22024-10-20T04:20:34.440Zstarting task 0: "setup"
32024-10-20T04:20:34.464Z++ uname -s
42024-10-20T04:20:34.465Z+ kern=SunOS
52024-10-20T04:20:34.465Z+ case "$kern" in
62024-10-20T04:20:34.465Z+ groupadd -g 12345 build
72024-10-20T04:20:34.465Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-20T04:20:36.471Z+ zfs create -o mountpoint=/work rpool/work
92024-10-20T04:20:36.519Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-20T04:20:36.543Z+ home_fs=zfs
112024-10-20T04:20:36.543Z+ [[ zfs == autofs ]]
122024-10-20T04:20:36.543Z+ mkdir -p /home/build
132024-10-20T04:20:36.543Z+ chown build:build /home/build /work
142024-10-20T04:20:38.529Z+ chmod 0700 /home/build /work
152024-10-20T04:20:38.552Zprocess exited: duration 4092 ms, exit code 0
 
162024-10-20T04:20:38.600Zstarting task 1: "rust-toolchain"
172024-10-20T04:20:38.624Z+ printf ' * toolchain channel = "%s"
182024-10-20T04:20:38.624Z * toolchain channel = "stable"
192024-10-20T04:20:38.624Z * toolchain profile = "default"
202024-10-20T04:20:38.624Z' stable
212024-10-20T04:20:38.624Z+ printf ' * toolchain profile = "%s"
222024-10-20T04:20:38.624Z' default
232024-10-20T04:20:38.624Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-20T04:20:38.624Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-20T04:20:38.738Zinfo: downloading installer
262024-10-20T04:20:39.152Zinfo: profile set to 'default'
272024-10-20T04:20:39.152Zinfo: default host triple is x86_64-unknown-illumos
282024-10-20T04:20:39.152Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-20T04:20:39.257Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-10-20T04:20:39.257Zinfo: downloading component 'cargo'
312024-10-20T04:20:39.389Zinfo: downloading component 'clippy'
322024-10-20T04:20:39.439Zinfo: downloading component 'rust-docs'
332024-10-20T04:20:39.612Zinfo: downloading component 'rust-std'
342024-10-20T04:20:39.872Zinfo: downloading component 'rustc'
352024-10-20T04:20:40.952Zinfo: downloading component 'rustfmt'
362024-10-20T04:20:41.053Zinfo: installing component 'cargo'
372024-10-20T04:20:42.130Zinfo: installing component 'clippy'
382024-10-20T04:20:42.610Zinfo: installing component 'rust-docs'
392024-10-20T04:20:45.556Zinfo: installing component 'rust-std'
402024-10-20T04:20:47.669Zinfo: installing component 'rustc'
412024-10-20T04:20:54.873Zinfo: installing component 'rustfmt'
422024-10-20T04:20:55.252Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-20T04:20:55.252Z
442024-10-20T04:20:55.396Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-10-20T04:20:55.397Z
462024-10-20T04:20:55.397Z
472024-10-20T04:20:55.397ZRust is installed now. Great!
482024-10-20T04:20:55.397Z
492024-10-20T04:20:55.397ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-20T04:20:55.397Zenvironment variable. This has not been done automatically.
512024-10-20T04:20:55.397Z
522024-10-20T04:20:55.397ZTo configure your current shell, you need to source
532024-10-20T04:20:55.397Zthe corresponding env file under $HOME/.cargo.
542024-10-20T04:20:55.397Z
552024-10-20T04:20:55.397ZThis is usually done by running one of the following (note the leading DOT):
562024-10-20T04:20:55.397Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-20T04:20:55.397Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-20T04:20:55.496Z+ rustc --version
592024-10-20T04:20:55.585Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-10-20T04:20:55.609Zprocess exited: duration 16989 ms, exit code 0
 
612024-10-20T04:20:55.656Zstarting task 2: "authentication"
622024-10-20T04:20:55.703Zprocess exited: duration 47 ms, exit code 0
 
632024-10-20T04:20:55.750Zstarting task 3: "clone repository"
642024-10-20T04:20:55.774Z+ mkdir -p /work/nextest-rs/nextest
652024-10-20T04:20:55.774Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-10-20T04:20:55.797ZCloning into '/work/nextest-rs/nextest'...
672024-10-20T04:20:57.332Z+ cd /work/nextest-rs/nextest
682024-10-20T04:20:57.332Z+ git fetch origin 32b6c44c2299237090a92d46292dac5e2757288e
692024-10-20T04:20:57.702ZFrom https://github.com/nextest-rs/nextest
702024-10-20T04:20:57.702Z * branch 32b6c44c2299237090a92d46292dac5e2757288e -> FETCH_HEAD
712024-10-20T04:20:57.726Z+ [[ -n renovate/taiki-e-upload-rust-binary-action-1.x ]]
722024-10-20T04:20:57.726Z++ git branch --show-current
732024-10-20T04:20:57.726Z+ current=main
742024-10-20T04:20:57.726Z+ [[ main != renovate/taiki-e-upload-rust-binary-action-1.x ]]
752024-10-20T04:20:57.726Z+ git branch -f renovate/taiki-e-upload-rust-binary-action-1.x 32b6c44c2299237090a92d46292dac5e2757288e
762024-10-20T04:20:57.726Z+ git checkout -f renovate/taiki-e-upload-rust-binary-action-1.x
772024-10-20T04:20:57.797ZSwitched to branch 'renovate/taiki-e-upload-rust-binary-action-1.x'
782024-10-20T04:20:57.821Z+ git reset --hard 32b6c44c2299237090a92d46292dac5e2757288e
792024-10-20T04:20:57.821ZHEAD is now at 32b6c44c chore(deps): update taiki-e/upload-rust-binary-action action to v1.22.1
802024-10-20T04:20:57.821Zprocess exited: duration 2056 ms, exit code 0
 
812024-10-20T04:20:57.869Zstarting task 4: "build"
822024-10-20T04:20:57.893Z+ PLATFORM=illumos
832024-10-20T04:20:57.893Z+ export CARGO_TERM_COLOR=always
842024-10-20T04:20:57.893Z+ CARGO_TERM_COLOR=always
852024-10-20T04:20:57.893Z+ cargo --version
862024-10-20T04:20:57.955Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-10-20T04:20:57.979Z+ rustc --version
882024-10-20T04:20:58.033Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-10-20T04:20:58.056Z+ banner install
902024-10-20T04:20:58.056Z
912024-10-20T04:20:58.056Z # # # #### ##### ## # #
922024-10-20T04:20:58.056Z # ## # # # # # # #
932024-10-20T04:20:58.056Z # # # # #### # # # # #
942024-10-20T04:20:58.057Z # # # # # # ###### # #
952024-10-20T04:20:58.057Z # # ## # # # # # # #
962024-10-20T04:20:58.057Z # # # #### # # # ###### ######
972024-10-20T04:20:58.057Z
982024-10-20T04:20:58.057Z+ mkdir -p /home/build/.cargo/bin
992024-10-20T04:20:58.057Z+ curl -LsSf https://get.nexte.st/latest/illumos
1002024-10-20T04:20:58.057Z+ gunzip
1012024-10-20T04:20:58.057Z+ tar xf - -C /home/build/.cargo/bin
1022024-10-20T04:20:58.778Z+ banner metadata
1032024-10-20T04:20:58.802Z
1042024-10-20T04:20:58.802Z # # ###### ##### ## ##### ## ##### ##
1052024-10-20T04:20:58.802Z ## ## # # # # # # # # # # #
1062024-10-20T04:20:58.802Z # ## # ##### # # # # # # # # # #
1072024-10-20T04:20:58.802Z # # # # ###### # # ###### # ######
1082024-10-20T04:20:58.802Z # # # # # # # # # # # # #
1092024-10-20T04:20:58.802Z # # ###### # # # ##### # # # # #
1102024-10-20T04:20:58.802Z
1112024-10-20T04:20:58.802Z+ ptime -m cargo build --package nextest-metadata
1122024-10-20T04:20:58.959Z Updating crates.io index
1132024-10-20T04:20:59.915Z Downloading crates ...
1142024-10-20T04:20:59.977Z Downloaded equivalent v1.0.1
1152024-10-20T04:21:00.001Z Downloaded guppy-workspace-hack v0.1.0
1162024-10-20T04:21:00.001Z Downloaded backtrace-ext v0.2.1
1172024-10-20T04:21:00.001Z Downloaded unicode-linebreak v0.1.5
1182024-10-20T04:21:00.001Z Downloaded getrandom v0.2.15
1192024-10-20T04:21:00.001Z Downloaded version_check v0.9.5
1202024-10-20T04:21:00.026Z Downloaded unicase v2.7.0
1212024-10-20T04:21:00.026Z Downloaded proc-macro2 v1.0.86
1222024-10-20T04:21:00.026Z Downloaded socket2 v0.5.7
1232024-10-20T04:21:00.026Z Downloaded cc v1.1.24
1242024-10-20T04:21:00.026Z Downloaded byteorder v1.5.0
1252024-10-20T04:21:00.026Z Downloaded log v0.4.22
1262024-10-20T04:21:00.026Z Downloaded lazy_static v1.5.0
1272024-10-20T04:21:00.026Z Downloaded indexmap v2.6.0
1282024-10-20T04:21:00.050Z Downloaded tracing v0.1.40
1292024-10-20T04:21:00.050Z Downloaded zerocopy v0.7.35
1302024-10-20T04:21:00.074Z Downloaded thread_local v1.1.8
1312024-10-20T04:21:00.074Z Downloaded zerocopy-derive v0.7.35
1322024-10-20T04:21:00.074Z Downloaded unicode-ident v1.0.13
1332024-10-20T04:21:00.074Z Downloaded tracing-core v0.1.32
1342024-10-20T04:21:00.074Z Downloaded memchr v2.7.4
1352024-10-20T04:21:00.098Z Downloaded mio v1.0.2
1362024-10-20T04:21:00.098Z Downloaded unicode-width v0.2.0
1372024-10-20T04:21:00.098Z Downloaded gimli v0.28.1
1382024-10-20T04:21:00.121Z Downloaded serde_derive v1.0.210
1392024-10-20T04:21:00.121Z Downloaded ryu v1.0.18
1402024-10-20T04:21:00.121Z Downloaded tracing-subscriber v0.3.18
1412024-10-20T04:21:00.122Z Downloaded rustix v0.38.37
1422024-10-20T04:21:00.145Z Downloaded thiserror v1.0.64
1432024-10-20T04:21:00.168Z Downloaded target-spec v3.2.2
1442024-10-20T04:21:00.169Z Downloaded supports-hyperlinks v3.0.0
1452024-10-20T04:21:00.169Z Downloaded unicode-width v0.1.14
1462024-10-20T04:21:00.169Z Downloaded syn v2.0.79
1472024-10-20T04:21:00.192Z Downloaded sharded-slab v0.1.7
1482024-10-20T04:21:00.192Z Downloaded owo-colors v4.1.0
1492024-10-20T04:21:00.192Z Downloaded xxhash-rust v0.8.12
1502024-10-20T04:21:00.192Z Downloaded object v0.32.2
1512024-10-20T04:21:00.216Z Downloaded utf8parse v0.2.2
1522024-10-20T04:21:00.216Z Downloaded tokio-macros v2.4.0
1532024-10-20T04:21:00.216Z Downloaded terminal_size v0.4.0
1542024-10-20T04:21:00.216Z Downloaded smol_str v0.3.1
1552024-10-20T04:21:00.216Z Downloaded quote v1.0.37
1562024-10-20T04:21:00.216Z Downloaded ppv-lite86 v0.2.20
1572024-10-20T04:21:00.216Z Downloaded clap_builder v4.5.20
1582024-10-20T04:21:00.216Z Downloaded strsim v0.11.1
1592024-10-20T04:21:00.216Z Downloaded smallvec v1.13.2
1602024-10-20T04:21:00.216Z Downloaded serde_json v1.0.132
1612024-10-20T04:21:00.240Z Downloaded rustc-demangle v0.1.24
1622024-10-20T04:21:00.240Z Downloaded rand_chacha v0.3.1
1632024-10-20T04:21:00.240Z Downloaded miette-derive v7.2.0
1642024-10-20T04:21:00.240Z Downloaded tokio v1.40.0
1652024-10-20T04:21:00.272Z Downloaded libm v0.2.8
1662024-10-20T04:21:00.295Z Downloaded hashbrown v0.15.0
1672024-10-20T04:21:00.295Z Downloaded rand v0.8.5
1682024-10-20T04:21:00.295Z Downloaded miette v7.2.0
1692024-10-20T04:21:00.295Z Downloaded libc v0.2.161
1702024-10-20T04:21:00.327Z Downloaded backtrace v0.3.71
1712024-10-20T04:21:00.350Z Downloaded serde v1.0.210
1722024-10-20T04:21:00.350Z Downloaded errno v0.3.9
1732024-10-20T04:21:00.351Z Downloaded either v1.13.0
1742024-10-20T04:21:00.351Z Downloaded cfg-expr v0.17.0
1752024-10-20T04:21:00.351Z Downloaded camino v1.1.9
1762024-10-20T04:21:00.351Z Downloaded bytes v1.7.2
1772024-10-20T04:21:00.351Z Downloaded borsh v1.5.1
1782024-10-20T04:21:00.374Z Downloaded once_cell v1.20.2
1792024-10-20T04:21:00.374Z Downloaded num-traits v0.2.19
1802024-10-20T04:21:00.374Z Downloaded miniz_oxide v0.7.4
1812024-10-20T04:21:00.374Z Downloaded clap v4.5.20
1822024-10-20T04:21:00.374Z Downloaded bitflags v2.6.0
1832024-10-20T04:21:00.397Z Downloaded textwrap v0.16.1
1842024-10-20T04:21:00.397Z Downloaded target-lexicon v0.12.16
1852024-10-20T04:21:00.397Z Downloaded pin-project-lite v0.2.14
1862024-10-20T04:21:00.397Z Downloaded itoa v1.0.11
1872024-10-20T04:21:00.398Z Downloaded is_ci v1.2.0
1882024-10-20T04:21:00.398Z Downloaded heck v0.5.0
1892024-10-20T04:21:00.398Z Downloaded clap_lex v0.7.2
1902024-10-20T04:21:00.398Z Downloaded clap_derive v4.5.18
1912024-10-20T04:21:00.398Z Downloaded anstyle v1.0.8
1922024-10-20T04:21:00.398Z Downloaded anstream v0.6.15
1932024-10-20T04:21:00.422Z Downloaded addr2line v0.21.0
1942024-10-20T04:21:00.423Z Downloaded tracing-log v0.2.0
1952024-10-20T04:21:00.423Z Downloaded thiserror-impl v1.0.64
1962024-10-20T04:21:00.423Z Downloaded terminal_size v0.3.0
1972024-10-20T04:21:00.423Z Downloaded supports-color v3.0.1
1982024-10-20T04:21:00.423Z Downloaded smawk v0.3.2
1992024-10-20T04:21:00.423Z Downloaded signal-hook-registry v1.4.2
2002024-10-20T04:21:00.423Z Downloaded shlex v1.3.0
2012024-10-20T04:21:00.423Z Downloaded rand_core v0.6.4
2022024-10-20T04:21:00.423Z Downloaded jobserver v0.1.32
2032024-10-20T04:21:00.423Z Downloaded console v0.15.8
2042024-10-20T04:21:00.423Z Downloaded anstyle-query v1.1.1
2052024-10-20T04:21:00.423Z Downloaded adler v1.0.2
2062024-10-20T04:21:00.423Z Downloaded supports-unicode v3.0.0
2072024-10-20T04:21:00.423Z Downloaded is_terminal_polyfill v1.70.1
2082024-10-20T04:21:00.446Z Downloaded colorchoice v1.0.2
2092024-10-20T04:21:00.446Z Downloaded cfg_aliases v0.2.1
2102024-10-20T04:21:00.446Z Downloaded cfg-if v1.0.0
2112024-10-20T04:21:00.447Z Downloaded autocfg v1.4.0
2122024-10-20T04:21:00.447Z Downloaded anstyle-parse v0.2.5
2132024-10-20T04:21:00.521Z Compiling proc-macro2 v1.0.86
2142024-10-20T04:21:00.521Z Compiling unicode-ident v1.0.13
2152024-10-20T04:21:00.521Z Compiling libc v0.2.161
2162024-10-20T04:21:00.545Z Compiling cfg-if v1.0.0
2172024-10-20T04:21:00.545Z Compiling serde v1.0.210
2182024-10-20T04:21:00.545Z Compiling shlex v1.3.0
2192024-10-20T04:21:00.545Z Compiling rustix v0.38.37
2202024-10-20T04:21:00.659Z Compiling once_cell v1.20.2
2212024-10-20T04:21:00.712Z Compiling memchr v2.7.4
2222024-10-20T04:21:00.905Z Compiling bitflags v2.6.0
2232024-10-20T04:21:01.024Z Compiling version_check v0.9.5
2242024-10-20T04:21:01.111Z Compiling tracing-core v0.1.32
2252024-10-20T04:21:01.248Z Compiling gimli v0.28.1
2262024-10-20T04:21:01.277Z Compiling utf8parse v0.2.2
2272024-10-20T04:21:01.408Z Compiling camino v1.1.9
2282024-10-20T04:21:01.549Z Compiling unicase v2.7.0
2292024-10-20T04:21:01.843Z Compiling jobserver v0.1.32
2302024-10-20T04:21:01.877Z Compiling byteorder v1.5.0
2312024-10-20T04:21:01.913Z Compiling adler v1.0.2
2322024-10-20T04:21:02.111Z Compiling quote v1.0.37
2332024-10-20T04:21:02.134Z Compiling miniz_oxide v0.7.4
2342024-10-20T04:21:02.167Z Compiling cc v1.1.24
2352024-10-20T04:21:02.433Z Compiling errno v0.3.9
2362024-10-20T04:21:02.554Z Compiling syn v2.0.79
2372024-10-20T04:21:02.633Z Compiling getrandom v0.2.15
2382024-10-20T04:21:02.723Z Compiling object v0.32.2
2392024-10-20T04:21:02.860Z Compiling anstyle-parse v0.2.5
2402024-10-20T04:21:02.899Z Compiling rustc-demangle v0.1.24
2412024-10-20T04:21:02.922Z Compiling is_terminal_polyfill v1.70.1
2422024-10-20T04:21:03.014Z Compiling unicode-width v0.1.14
2432024-10-20T04:21:03.156Z Compiling libm v0.2.8
2442024-10-20T04:21:03.489Z Compiling colorchoice v1.0.2
2452024-10-20T04:21:03.513Z Compiling anstyle-query v1.1.1
2462024-10-20T04:21:03.660Z Compiling serde_json v1.0.132
2472024-10-20T04:21:03.684Z Compiling target-lexicon v0.12.16
2482024-10-20T04:21:03.784Z Compiling lazy_static v1.5.0
2492024-10-20T04:21:03.894Z Compiling thiserror v1.0.64
2502024-10-20T04:21:03.984Z Compiling autocfg v1.4.0
2512024-10-20T04:21:04.007Z Compiling owo-colors v4.1.0
2522024-10-20T04:21:04.284Z Compiling anstyle v1.0.8
2532024-10-20T04:21:04.540Z Compiling terminal_size v0.4.0
2542024-10-20T04:21:04.607Z Compiling anstream v0.6.15
2552024-10-20T04:21:04.704Z Compiling num-traits v0.2.19
2562024-10-20T04:21:04.728Z Compiling rand_core v0.6.4
2572024-10-20T04:21:04.956Z Compiling backtrace v0.3.71
2582024-10-20T04:21:04.985Z Compiling addr2line v0.21.0
2592024-10-20T04:21:05.018Z Compiling unicode-width v0.2.0
2602024-10-20T04:21:05.104Z Compiling pin-project-lite v0.2.14
2612024-10-20T04:21:05.199Z Compiling clap_lex v0.7.2
2622024-10-20T04:21:05.272Z Compiling smawk v0.3.2
2632024-10-20T04:21:05.419Z Compiling strsim v0.11.1
2642024-10-20T04:21:05.444Z Compiling itoa v1.0.11
2652024-10-20T04:21:05.467Z Compiling is_ci v1.2.0
2662024-10-20T04:21:05.534Z Compiling log v0.4.22
2672024-10-20T04:21:05.625Z Compiling unicode-linebreak v0.1.5
2682024-10-20T04:21:05.675Z Compiling heck v0.5.0
2692024-10-20T04:21:05.698Z Compiling guppy-workspace-hack v0.1.0
2702024-10-20T04:21:05.913Z Compiling ryu v1.0.18
2712024-10-20T04:21:05.972Z Compiling textwrap v0.16.1
2722024-10-20T04:21:06.022Z Compiling tracing-log v0.2.0
2732024-10-20T04:21:06.045Z Compiling clap_builder v4.5.20
2742024-10-20T04:21:06.185Z Compiling supports-color v3.0.1
2752024-10-20T04:21:06.211Z Compiling tracing v0.1.40
2762024-10-20T04:21:06.572Z Compiling sharded-slab v0.1.7
2772024-10-20T04:21:07.121Z Compiling terminal_size v0.3.0
2782024-10-20T04:21:07.144Z Compiling mio v1.0.2
2792024-10-20T04:21:07.326Z Compiling signal-hook-registry v1.4.2
2802024-10-20T04:21:07.595Z Compiling thread_local v1.1.8
2812024-10-20T04:21:07.752Z Compiling equivalent v1.0.1
2822024-10-20T04:21:07.867Z Compiling target-spec v3.2.2
2832024-10-20T04:21:08.226Z Compiling hashbrown v0.15.0
2842024-10-20T04:21:08.347Z Compiling supports-unicode v3.0.0
2852024-10-20T04:21:08.371Z Compiling supports-hyperlinks v3.0.0
2862024-10-20T04:21:08.445Z Compiling smallvec v1.13.2
2872024-10-20T04:21:08.605Z Compiling bytes v1.7.2
2882024-10-20T04:21:08.666Z Compiling tracing-subscriber v0.3.18
2892024-10-20T04:21:08.850Z Compiling backtrace-ext v0.2.1
2902024-10-20T04:21:08.875Z Compiling cfg-expr v0.17.0
2912024-10-20T04:21:09.465Z Compiling console v0.15.8
2922024-10-20T04:21:09.791Z Compiling either v1.13.0
2932024-10-20T04:21:10.077Z Compiling xxhash-rust v0.8.12
2942024-10-20T04:21:11.491Z Compiling serde_derive v1.0.210
2952024-10-20T04:21:11.598Z Compiling zerocopy-derive v0.7.35
2962024-10-20T04:21:11.692Z Compiling thiserror-impl v1.0.64
2972024-10-20T04:21:12.323Z Compiling miette-derive v7.2.0
2982024-10-20T04:21:12.409Z Compiling tokio-macros v2.4.0
2992024-10-20T04:21:12.594Z Compiling clap_derive v4.5.18
3002024-10-20T04:21:13.192Z Compiling zerocopy v0.7.35
3012024-10-20T04:21:13.609Z Compiling tokio v1.40.0
3022024-10-20T04:21:14.432Z Compiling ppv-lite86 v0.2.20
3032024-10-20T04:21:14.530Z Compiling miette v7.2.0
3042024-10-20T04:21:15.096Z Compiling rand_chacha v0.3.1
3052024-10-20T04:21:15.764Z Compiling clap v4.5.20
3062024-10-20T04:21:15.849Z Compiling rand v0.8.5
3072024-10-20T04:21:20.905Z Compiling indexmap v2.6.0
3082024-10-20T04:21:20.931Z Compiling smol_str v0.3.1
3092024-10-20T04:21:21.735Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3102024-10-20T04:21:22.905Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3112024-10-20T04:21:25.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.02s
3122024-10-20T04:21:26.040Z
3132024-10-20T04:21:26.040Zreal 27.222667783
3142024-10-20T04:21:26.040Zuser 2:04.182151987
3152024-10-20T04:21:26.040Zsys 30.466626808
3162024-10-20T04:21:26.040Ztrap 0.066715597
3172024-10-20T04:21:26.040Ztflt 0.112337394
3182024-10-20T04:21:26.040Zdflt 0.423706449
3192024-10-20T04:21:26.040Zkflt 0.000693308
3202024-10-20T04:21:26.040Zlock 3:18.319785301
3212024-10-20T04:21:26.040Zslp 7:21.343142619
3222024-10-20T04:21:26.065Zlat 9.896303303
3232024-10-20T04:21:26.066Zstop 16.746387657
3242024-10-20T04:21:26.066Z+ banner no-update
3252024-10-20T04:21:26.066Z
3262024-10-20T04:21:26.066Z # # #### # # ##### ##### ## ##### ######
3272024-10-20T04:21:26.066Z ## # # # # # # # # # # # # #
3282024-10-20T04:21:26.066Z # # # # # ##### # # # # # # # # # #####
3292024-10-20T04:21:26.066Z # # # # # # # ##### # # ###### # #
3302024-10-20T04:21:26.066Z # ## # # # # # # # # # # #
3312024-10-20T04:21:26.066Z # # #### #### # ##### # # # ######
3322024-10-20T04:21:26.066Z
3332024-10-20T04:21:26.066Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3342024-10-20T04:21:26.220Z Downloading crates ...
3352024-10-20T04:21:26.324Z Downloaded atomicwrites v0.4.4
3362024-10-20T04:21:26.349Z Downloaded enable-ansi-support v0.2.1
3372024-10-20T04:21:26.383Z Downloaded tinyvec_macros v0.1.1
3382024-10-20T04:21:26.383Z Downloaded pathdiff v0.2.2
3392024-10-20T04:21:26.383Z Downloaded vte_generate_state_changes v0.1.2
3402024-10-20T04:21:26.383Z Downloaded zeroize v1.8.1
3412024-10-20T04:21:26.383Z Downloaded tracing-error v0.2.0
3422024-10-20T04:21:26.383Z Downloaded xattr v1.3.1
3432024-10-20T04:21:26.383Z Downloaded static_assertions v1.1.0
3442024-10-20T04:21:26.383Z Downloaded shell-words v1.1.0
3452024-10-20T04:21:26.384Z Downloaded iana-time-zone v0.1.61
3462024-10-20T04:21:26.384Z Downloaded zstd-safe v7.2.1
3472024-10-20T04:21:26.407Z Downloaded pin-project-internal v1.1.5
3482024-10-20T04:21:26.407Z Downloaded pin-project v1.1.5
3492024-10-20T04:21:26.407Z Downloaded toml v0.8.19
3502024-10-20T04:21:26.408Z Downloaded uuid v1.10.0
3512024-10-20T04:21:26.408Z Downloaded indicatif v0.17.8
3522024-10-20T04:21:26.408Z Downloaded config v0.14.0
3532024-10-20T04:21:26.432Z Downloaded tinyvec v1.8.0
3542024-10-20T04:21:26.432Z Downloaded toml_edit v0.22.22
3552024-10-20T04:21:26.455Z Downloaded unicode-normalization v0.1.24
3562024-10-20T04:21:26.455Z Downloaded nom v7.1.3
3572024-10-20T04:21:26.479Z Downloaded winnow v0.6.20
3582024-10-20T04:21:26.479Z Downloaded futures-util v0.3.31
3592024-10-20T04:21:26.503Z Downloaded portable-atomic v1.9.0
3602024-10-20T04:21:26.503Z Downloaded quick-xml v0.36.2
3612024-10-20T04:21:26.526Z Downloaded chrono v0.4.38
3622024-10-20T04:21:26.526Z Downloaded regex v1.11.0
3632024-10-20T04:21:26.550Z Downloaded aho-corasick v1.1.3
3642024-10-20T04:21:26.550Z Downloaded color-spantrace v0.2.1
3652024-10-20T04:21:26.550Z Downloaded itertools v0.13.0
3662024-10-20T04:21:26.550Z Downloaded guppy v0.17.8
3672024-10-20T04:21:26.573Z Downloaded minimal-lexical v0.2.1
3682024-10-20T04:21:26.573Z Downloaded regex-syntax v0.8.5
3692024-10-20T04:21:26.573Z Downloaded nix v0.29.0
3702024-10-20T04:21:26.596Z Downloaded bstr v1.10.0
3712024-10-20T04:21:26.620Z Downloaded futures-executor v0.3.31
3722024-10-20T04:21:26.620Z Downloaded base64 v0.21.7
3732024-10-20T04:21:26.620Z Downloaded tar v0.4.42
3742024-10-20T04:21:26.620Z Downloaded ron v0.8.1
3752024-10-20T04:21:26.620Z Downloaded futures v0.3.31
3762024-10-20T04:21:26.644Z Downloaded eyre v0.6.12
3772024-10-20T04:21:26.644Z Downloaded owo-colors v3.5.0
3782024-10-20T04:21:26.644Z Downloaded ahash v0.8.11
3792024-10-20T04:21:26.644Z Downloaded zstd v0.13.2
3802024-10-20T04:21:26.644Z Downloaded vte v0.11.1
3812024-10-20T04:21:26.644Z Downloaded tracing-attributes v0.1.27
3822024-10-20T04:21:26.644Z Downloaded tempfile v3.13.0
3832024-10-20T04:21:26.644Z Downloaded semver v1.0.23
3842024-10-20T04:21:26.667Z Downloaded color-eyre v0.6.3
3852024-10-20T04:21:26.667Z Downloaded regex-automata v0.4.8
3862024-10-20T04:21:26.691Z Downloaded globset v0.4.15
3872024-10-20T04:21:26.691Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3882024-10-20T04:21:26.714Z Downloaded shared_child v1.0.1
3892024-10-20T04:21:26.714Z Downloaded pkg-config v0.3.31
3902024-10-20T04:21:26.714Z Downloaded os_pipe v1.2.1
3912024-10-20T04:21:26.714Z Downloaded petgraph v0.6.5
3922024-10-20T04:21:26.737Z Downloaded humantime v2.1.0
3932024-10-20T04:21:26.737Z Downloaded futures-sink v0.3.31
3942024-10-20T04:21:26.737Z Downloaded futures-io v0.3.31
3952024-10-20T04:21:26.737Z Downloaded duct v0.13.7
3962024-10-20T04:21:26.738Z Downloaded dialoguer v0.11.0
3972024-10-20T04:21:26.738Z Downloaded cargo_metadata v0.18.1
3982024-10-20T04:21:26.738Z Downloaded toml_datetime v0.6.8
3992024-10-20T04:21:26.738Z Downloaded serde_path_to_error v0.1.16
4002024-10-20T04:21:26.761Z Downloaded quick-junit v0.5.0
4012024-10-20T04:21:26.761Z Downloaded pin-utils v0.1.0
4022024-10-20T04:21:26.761Z Downloaded newtype-uuid v1.1.2
4032024-10-20T04:21:26.761Z Downloaded futures-macro v0.3.31
4042024-10-20T04:21:26.761Z Downloaded futures-channel v0.3.31
4052024-10-20T04:21:26.761Z Downloaded fnv v1.0.7
4062024-10-20T04:21:26.761Z Downloaded strip-ansi-escapes v0.2.0
4072024-10-20T04:21:26.761Z Downloaded serde_ignored v0.1.10
4082024-10-20T04:21:26.761Z Downloaded futures-task v0.3.31
4092024-10-20T04:21:26.761Z Downloaded futures-core v0.3.31
4102024-10-20T04:21:26.761Z Downloaded fixedbitset v0.4.2
4112024-10-20T04:21:26.761Z Downloaded filetime v0.2.25
4122024-10-20T04:21:26.761Z Downloaded cargo-platform v0.1.8
4132024-10-20T04:21:26.761Z Downloaded camino-tempfile v1.1.1
4142024-10-20T04:21:26.762Z Downloaded target-spec-miette v0.4.0
4152024-10-20T04:21:26.785Z Downloaded swrite v0.1.0
4162024-10-20T04:21:26.785Z Downloaded slab v0.4.9
4172024-10-20T04:21:26.785Z Downloaded serde_spanned v0.6.8
4182024-10-20T04:21:26.785Z Downloaded number_prefix v0.4.0
4192024-10-20T04:21:26.785Z Downloaded nested v0.1.1
4202024-10-20T04:21:26.785Z Downloaded indenter v0.3.3
4212024-10-20T04:21:26.785Z Downloaded humantime-serde v1.1.1
4222024-10-20T04:21:26.785Z Downloaded home v0.5.9
4232024-10-20T04:21:26.785Z Downloaded fastrand v2.1.1
4242024-10-20T04:21:26.785Z Downloaded future-queue v0.3.0
4252024-10-20T04:21:26.785Z Downloaded display-error-chain v0.2.1
4262024-10-20T04:21:26.785Z Downloaded debug-ignore v1.0.5
4272024-10-20T04:21:26.786Z Downloaded async-scoped v0.9.0
4282024-10-20T04:21:26.786Z Downloaded recursion v0.5.2
4292024-10-20T04:21:26.830Z Compiling rustix v0.38.37
4302024-10-20T04:21:26.853Z Compiling tracing-attributes v0.1.27
4312024-10-20T04:21:26.853Z Compiling slab v0.4.9
4322024-10-20T04:21:26.877Z Compiling futures-core v0.3.31
4332024-10-20T04:21:26.877Z Compiling pkg-config v0.3.31
4342024-10-20T04:21:26.877Z Compiling futures-sink v0.3.31
4352024-10-20T04:21:26.877Z Compiling futures-macro v0.3.31
4362024-10-20T04:21:26.877Z Compiling semver v1.0.23
4372024-10-20T04:21:26.983Z Compiling futures-channel v0.3.31
4382024-10-20T04:21:27.055Z Compiling pin-utils v0.1.0
4392024-10-20T04:21:27.133Z Compiling futures-task v0.3.31
4402024-10-20T04:21:27.340Z Compiling futures-io v0.3.31
4412024-10-20T04:21:27.457Z Compiling ahash v0.8.11
4422024-10-20T04:21:27.481Z Compiling aho-corasick v1.1.3
4432024-10-20T04:21:27.549Z Compiling regex-syntax v0.8.5
4442024-10-20T04:21:27.633Z Compiling winnow v0.6.20
4452024-10-20T04:21:27.753Z Compiling fastrand v2.1.1
4462024-10-20T04:21:28.016Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4472024-10-20T04:21:28.415Z Compiling futures-util v0.3.31
4482024-10-20T04:21:28.994Z Compiling pathdiff v0.2.2
4492024-10-20T04:21:29.127Z Compiling serde_spanned v0.6.8
4502024-10-20T04:21:29.313Z Compiling terminal_size v0.3.0
4512024-10-20T04:21:29.467Z Compiling tracing v0.1.40
4522024-10-20T04:21:29.490Z Compiling terminal_size v0.4.0
4532024-10-20T04:21:29.628Z Compiling clap_builder v4.5.20
4542024-10-20T04:21:29.810Z Compiling tokio v1.40.0
4552024-10-20T04:21:30.051Z Compiling miette v7.2.0
4562024-10-20T04:21:30.691Z Compiling regex-automata v0.4.8
4572024-10-20T04:21:32.180Z Compiling tempfile v3.13.0
4582024-10-20T04:21:32.958Z Compiling clap v4.5.20
4592024-10-20T04:21:33.037Z Compiling toml_datetime v0.6.8
4602024-10-20T04:21:33.061Z Compiling cargo-platform v0.1.8
4612024-10-20T04:21:33.320Z Compiling vte_generate_state_changes v0.1.2
4622024-10-20T04:21:33.383Z Compiling portable-atomic v1.9.0
4632024-10-20T04:21:33.497Z Compiling cfg_aliases v0.2.1
4642024-10-20T04:21:33.560Z Compiling zstd-safe v7.2.1
4652024-10-20T04:21:33.583Z Compiling newtype-uuid v1.1.2
4662024-10-20T04:21:33.843Z Compiling fixedbitset v0.4.2
4672024-10-20T04:21:33.867Z Compiling vte v0.11.1
4682024-10-20T04:21:33.891Z Compiling nix v0.29.0
4692024-10-20T04:21:34.180Z Compiling petgraph v0.6.5
4702024-10-20T04:21:34.256Z Compiling cargo_metadata v0.18.1
4712024-10-20T04:21:34.530Z Compiling toml_edit v0.22.22
4722024-10-20T04:21:34.963Z Compiling futures-executor v0.3.31
4732024-10-20T04:21:35.955Z Compiling itertools v0.13.0
4742024-10-20T04:21:36.272Z Compiling pin-project-internal v1.1.5
4752024-10-20T04:21:37.259Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4762024-10-20T04:21:37.360Z Compiling uuid v1.10.0
4772024-10-20T04:21:38.007Z Compiling bstr v1.10.0
4782024-10-20T04:21:38.034Z Compiling static_assertions v1.1.0
4792024-10-20T04:21:38.115Z Compiling eyre v0.6.12
4802024-10-20T04:21:38.416Z Compiling tinyvec_macros v0.1.1
4812024-10-20T04:21:38.492Z Compiling minimal-lexical v0.2.1
4822024-10-20T04:21:38.564Z Compiling iana-time-zone v0.1.61
4832024-10-20T04:21:38.587Z Compiling nested v0.1.1
4842024-10-20T04:21:38.611Z Compiling debug-ignore v1.0.5
4852024-10-20T04:21:38.724Z Compiling globset v0.4.15
4862024-10-20T04:21:38.849Z Compiling nom v7.1.3
4872024-10-20T04:21:38.936Z Compiling guppy v0.17.8
4882024-10-20T04:21:39.015Z Compiling chrono v0.4.38
4892024-10-20T04:21:39.374Z Compiling tinyvec v1.8.0
4902024-10-20T04:21:40.418Z Compiling pin-project v1.1.5
4912024-10-20T04:21:40.540Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4922024-10-20T04:21:40.754Z Compiling toml v0.8.19
4932024-10-20T04:21:41.727Z Compiling futures v0.3.31
4942024-10-20T04:21:41.825Z Compiling strip-ansi-escapes v0.2.0
4952024-10-20T04:21:42.012Z Compiling regex v1.11.0
4962024-10-20T04:21:42.221Z Compiling tracing-error v0.2.0
4972024-10-20T04:21:42.245Z Compiling xattr v1.3.1
4982024-10-20T04:21:42.502Z Compiling shared_child v1.0.1
4992024-10-20T04:21:42.538Z Compiling filetime v0.2.25
5002024-10-20T04:21:42.801Z Compiling os_pipe v1.2.1
5012024-10-20T04:21:42.902Z Compiling quick-xml v0.36.2
5022024-10-20T04:21:43.032Z Compiling number_prefix v0.4.0
5032024-10-20T04:21:43.055Z Compiling owo-colors v3.5.0
5042024-10-20T04:21:43.079Z Compiling indenter v0.3.3
5052024-10-20T04:21:43.188Z Compiling fnv v1.0.7
5062024-10-20T04:21:43.212Z Compiling humantime v2.1.0
5072024-10-20T04:21:43.235Z Compiling recursion v0.5.2
5082024-10-20T04:21:43.291Z Compiling shell-words v1.1.0
5092024-10-20T04:21:43.361Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5102024-10-20T04:21:43.556Z Compiling zstd v0.13.2
5112024-10-20T04:21:43.644Z Compiling humantime-serde v1.1.1
5122024-10-20T04:21:43.667Z Compiling future-queue v0.3.0
5132024-10-20T04:21:43.821Z Compiling quick-junit v0.5.0
5142024-10-20T04:21:43.974Z Compiling indicatif v0.17.8
5152024-10-20T04:21:44.564Z Compiling color-spantrace v0.2.1
5162024-10-20T04:21:44.601Z Compiling duct v0.13.7
5172024-10-20T04:21:44.807Z Compiling tar v0.4.42
5182024-10-20T04:21:45.002Z Compiling async-scoped v0.9.0
5192024-10-20T04:21:45.025Z Compiling config v0.14.0
5202024-10-20T04:21:45.223Z Compiling unicode-normalization v0.1.24
5212024-10-20T04:21:46.032Z Compiling atomicwrites v0.4.4
5222024-10-20T04:21:46.056Z Compiling camino-tempfile v1.1.1
5232024-10-20T04:21:46.080Z Compiling target-spec-miette v0.4.0
5242024-10-20T04:21:46.103Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
5252024-10-20T04:21:46.344Z Compiling serde_path_to_error v0.1.16
5262024-10-20T04:21:46.393Z Compiling serde_ignored v0.1.10
5272024-10-20T04:21:46.420Z Compiling zeroize v1.8.1
5282024-10-20T04:21:46.444Z Compiling display-error-chain v0.2.1
5292024-10-20T04:21:46.569Z Compiling home v0.5.9
5302024-10-20T04:21:46.693Z Compiling dialoguer v0.11.0
5312024-10-20T04:21:46.717Z Compiling color-eyre v0.6.3
5322024-10-20T04:21:46.746Z Compiling swrite v0.1.0
5332024-10-20T04:21:46.812Z Compiling enable-ansi-support v0.2.1
5342024-10-20T04:21:46.932Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
5352024-10-20T04:22:16.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.12s
5362024-10-20T04:22:16.292Z
5372024-10-20T04:22:16.292Zreal 50.226619592
5382024-10-20T04:22:16.292Zuser 3:03.552907126
5392024-10-20T04:22:16.292Zsys 35.635753566
5402024-10-20T04:22:16.292Ztrap 0.088059900
5412024-10-20T04:22:16.292Ztflt 0.199135840
5422024-10-20T04:22:16.292Zdflt 0.427501418
5432024-10-20T04:22:16.292Zkflt 0.000988579
5442024-10-20T04:22:16.292Zlock 5:32.076911853
5452024-10-20T04:22:16.292Zslp 11:42.993231504
5462024-10-20T04:22:16.292Zlat 6.628300677
5472024-10-20T04:22:16.292Zstop 6.927334688
5482024-10-20T04:22:16.316Z+ banner nextest
5492024-10-20T04:22:16.316Z
5502024-10-20T04:22:16.316Z # # ###### # # ##### ###### #### #####
5512024-10-20T04:22:16.316Z ## # # # # # # # #
5522024-10-20T04:22:16.316Z # # # ##### ## # ##### #### #
5532024-10-20T04:22:16.316Z # # # # ## # # # #
5542024-10-20T04:22:16.316Z # ## # # # # # # # #
5552024-10-20T04:22:16.316Z # # ###### # # # ###### #### #
5562024-10-20T04:22:16.316Z
5572024-10-20T04:22:16.316Z+ ptime -m cargo build --package cargo-nextest
5582024-10-20T04:22:16.496Z Downloading crates ...
5592024-10-20T04:22:16.619Z Downloaded adler2 v2.0.0
5602024-10-20T04:22:16.647Z Downloaded const-oid v0.9.6
5612024-10-20T04:22:16.647Z Downloaded openssl-macros v0.1.1
5622024-10-20T04:22:16.647Z Downloaded foreign-types-shared v0.1.1
5632024-10-20T04:22:16.647Z Downloaded tower-service v0.3.3
5642024-10-20T04:22:16.647Z Downloaded subtle v2.6.1
5652024-10-20T04:22:16.647Z Downloaded tokio-native-tls v0.3.1
5662024-10-20T04:22:16.647Z Downloaded unicode-bidi v0.3.17
5672024-10-20T04:22:16.647Z Downloaded url v2.5.2
5682024-10-20T04:22:16.670Z Downloaded webpki-roots v0.26.6
5692024-10-20T04:22:16.671Z Downloaded vcpkg v0.2.15
5702024-10-20T04:22:16.704Z Downloaded curve25519-dalek v4.1.3
5712024-10-20T04:22:16.731Z Downloaded want v0.3.1
5722024-10-20T04:22:16.731Z Downloaded sync_wrapper v1.0.1
5732024-10-20T04:22:16.731Z Downloaded openssl-probe v0.1.5
5742024-10-20T04:22:16.731Z Downloaded zipsign-api v0.1.2
5752024-10-20T04:22:16.731Z Downloaded tokio-rustls v0.26.0
5762024-10-20T04:22:16.731Z Downloaded spki v0.7.3
5772024-10-20T04:22:16.731Z Downloaded self-replace v1.5.0
5782024-10-20T04:22:16.731Z Downloaded rustls-pki-types v1.9.0
5792024-10-20T04:22:16.754Z Downloaded ed25519-dalek v2.1.1
5802024-10-20T04:22:16.754Z Downloaded http-body-util v0.1.2
5812024-10-20T04:22:16.754Z Downloaded quinn-proto v0.11.8
5822024-10-20T04:22:16.754Z Downloaded quick-xml v0.23.1
5832024-10-20T04:22:16.778Z Downloaded hyper v1.4.1
5842024-10-20T04:22:16.778Z Downloaded reqwest v0.12.8
5852024-10-20T04:22:16.778Z Downloaded hyper-util v0.1.9
5862024-10-20T04:22:16.801Z Downloaded idna v0.5.0
5872024-10-20T04:22:16.801Z Downloaded openssl v0.10.66
5882024-10-20T04:22:16.801Z Downloaded http v1.1.0
5892024-10-20T04:22:17.850Z Downloaded digest v0.10.7
5902024-10-20T04:22:17.850Z Downloaded mime v0.3.17
5912024-10-20T04:22:17.850Z Downloaded typenum v1.17.0
5922024-10-20T04:22:17.850Z Downloaded signature v2.2.0
5932024-10-20T04:22:17.850Z Downloaded rustls v0.23.13
5942024-10-20T04:22:17.895Z Downloaded hyper-tls v0.6.0
5952024-10-20T04:22:17.896Z Downloaded form_urlencoded v1.2.1
5962024-10-20T04:22:17.896Z Downloaded urlencoding v2.1.3
5972024-10-20T04:22:17.896Z Downloaded untrusted v0.9.0
5982024-10-20T04:22:17.896Z Downloaded try-lock v0.2.5
5992024-10-20T04:22:17.896Z Downloaded serde_urlencoded v0.7.1
6002024-10-20T04:22:17.896Z Downloaded rustc-hash v2.0.0
6012024-10-20T04:22:17.896Z Downloaded percent-encoding v2.3.1
6022024-10-20T04:22:17.896Z Downloaded mukti-metadata v0.2.1
6032024-10-20T04:22:17.896Z Downloaded foreign-types v0.3.2
6042024-10-20T04:22:17.896Z Downloaded rustls-webpki v0.102.8
6052024-10-20T04:22:17.896Z Downloaded quinn-udp v0.5.5
6062024-10-20T04:22:17.896Z Downloaded flate2 v1.0.34
6072024-10-20T04:22:17.896Z Downloaded der v0.7.9
6082024-10-20T04:22:17.896Z Downloaded crc32fast v1.4.2
6092024-10-20T04:22:17.896Z Downloaded block-buffer v0.10.4
6102024-10-20T04:22:17.896Z Downloaded base64ct v1.6.0
6112024-10-20T04:22:17.896Z Downloaded quinn v0.11.5
6122024-10-20T04:22:17.896Z Downloaded cpufeatures v0.2.14
6132024-10-20T04:22:17.896Z Downloaded base64 v0.22.1
6142024-10-20T04:22:17.896Z Downloaded self_update v0.41.0
6152024-10-20T04:22:17.896Z Downloaded miniz_oxide v0.8.0
6162024-10-20T04:22:17.896Z Downloaded ipnet v2.10.0
6172024-10-20T04:22:17.896Z Downloaded httparse v1.9.5
6182024-10-20T04:22:17.896Z Downloaded spin v0.9.8
6192024-10-20T04:22:17.896Z Downloaded rustls-pemfile v2.2.0
6202024-10-20T04:22:17.896Z Downloaded pkcs8 v0.10.2
6212024-10-20T04:22:17.896Z Downloaded sha2 v0.10.8
6222024-10-20T04:22:17.896Z Downloaded native-tls v0.2.12
6232024-10-20T04:22:17.896Z Downloaded hyper-rustls v0.27.3
6242024-10-20T04:22:17.896Z Downloaded ed25519 v2.2.3
6252024-10-20T04:22:17.896Z Downloaded rustc_version v0.4.1
6262024-10-20T04:22:17.896Z Downloaded openssl-sys v0.9.103
6272024-10-20T04:22:17.896Z Downloaded http-body v1.0.1
6282024-10-20T04:22:17.896Z Downloaded generic-array v0.14.7
6292024-10-20T04:22:17.896Z Downloaded curve25519-dalek-derive v0.1.1
6302024-10-20T04:22:17.896Z Downloaded crypto-common v0.1.6
6312024-10-20T04:22:17.897Z Downloaded ring v0.17.8
6322024-10-20T04:22:17.897Z Compiling futures-channel v0.3.31
6332024-10-20T04:22:17.897Z Compiling socket2 v0.5.7
6342024-10-20T04:22:17.897Z Compiling smallvec v1.13.2
6352024-10-20T04:22:17.897Z Compiling ring v0.17.8
6362024-10-20T04:22:17.897Z Compiling rustls-pki-types v1.9.0
6372024-10-20T04:22:17.897Z Compiling http v1.1.0
6382024-10-20T04:22:17.897Z Compiling untrusted v0.9.0
6392024-10-20T04:22:17.897Z Compiling spin v0.9.8
6402024-10-20T04:22:17.897Z Compiling httparse v1.9.5
6412024-10-20T04:22:17.897Z Compiling rustls v0.23.13
6422024-10-20T04:22:17.897Z Compiling futures-util v0.3.31
6432024-10-20T04:22:17.897Z Compiling try-lock v0.2.5
6442024-10-20T04:22:17.897Z Compiling tokio v1.40.0
6452024-10-20T04:22:17.897Z Compiling want v0.3.1
6462024-10-20T04:22:17.965Z Compiling cfg-expr v0.17.0
6472024-10-20T04:22:18.069Z Compiling subtle v2.6.1
6482024-10-20T04:22:18.195Z Compiling percent-encoding v2.3.1
6492024-10-20T04:22:18.280Z Compiling unicode-bidi v0.3.17
6502024-10-20T04:22:18.520Z Compiling http-body v1.0.1
6512024-10-20T04:22:18.633Z Compiling form_urlencoded v1.2.1
6522024-10-20T04:22:18.715Z Compiling target-spec v3.2.2
6532024-10-20T04:22:18.936Z Compiling tower-service v0.3.3
6542024-10-20T04:22:19.060Z Compiling idna v0.5.0
6552024-10-20T04:22:19.105Z Compiling webpki-roots v0.26.6
6562024-10-20T04:22:19.268Z Compiling adler2 v2.0.0
6572024-10-20T04:22:19.403Z Compiling miniz_oxide v0.8.0
6582024-10-20T04:22:19.464Z Compiling serde_urlencoded v0.7.1
6592024-10-20T04:22:19.553Z Compiling rustls-pemfile v2.2.0
6602024-10-20T04:22:19.845Z Compiling url v2.5.2
6612024-10-20T04:22:19.880Z Compiling sync_wrapper v1.0.1
6622024-10-20T04:22:19.997Z Compiling crc32fast v1.4.2
6632024-10-20T04:22:20.270Z Compiling ipnet v2.10.0
6642024-10-20T04:22:20.434Z Compiling base64 v0.22.1
6652024-10-20T04:22:20.679Z Compiling mime v0.3.17
6662024-10-20T04:22:20.953Z Compiling self_update v0.41.0
6672024-10-20T04:22:21.073Z Compiling guppy v0.17.8
6682024-10-20T04:22:21.213Z Compiling flate2 v1.0.34
6692024-10-20T04:22:21.273Z Compiling self-replace v1.5.0
6702024-10-20T04:22:21.388Z Compiling quick-xml v0.23.1
6712024-10-20T04:22:21.455Z Compiling urlencoding v2.1.3
6722024-10-20T04:22:21.505Z Compiling target-spec-miette v0.4.0
6732024-10-20T04:22:21.793Z Compiling mukti-metadata v0.2.1
6742024-10-20T04:22:21.826Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
6752024-10-20T04:22:22.277Z Compiling futures-executor v0.3.31
6762024-10-20T04:22:22.399Z Compiling http-body-util v0.1.2
6772024-10-20T04:22:22.467Z Compiling future-queue v0.3.0
6782024-10-20T04:22:22.625Z Compiling futures v0.3.31
6792024-10-20T04:22:24.230Z Compiling rustls-webpki v0.102.8
6802024-10-20T04:22:25.581Z Compiling hyper v1.4.1
6812024-10-20T04:22:25.605Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6822024-10-20T04:22:25.605Z Compiling async-scoped v0.9.0
6832024-10-20T04:22:25.652Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6842024-10-20T04:22:26.715Z Compiling hyper-util v0.1.9
6852024-10-20T04:22:26.772Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6862024-10-20T04:22:29.476Z Compiling tokio-rustls v0.26.0
6872024-10-20T04:22:29.770Z Compiling hyper-rustls v0.27.3
6882024-10-20T04:22:30.023Z Compiling reqwest v0.12.8
6892024-10-20T04:22:32.586Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
6902024-10-20T04:23:06.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.97s
6912024-10-20T04:23:06.414Z
6922024-10-20T04:23:06.414Zreal 50.094555826
6932024-10-20T04:23:06.414Zuser 2:27.220292887
6942024-10-20T04:23:06.414Zsys 32.107682550
6952024-10-20T04:23:06.414Ztrap 0.070992613
6962024-10-20T04:23:06.414Ztflt 0.145810981
6972024-10-20T04:23:06.414Zdflt 0.927071899
6982024-10-20T04:23:06.414Zkflt 0.000013946
6992024-10-20T04:23:06.414Zlock 4:28.844782370
7002024-10-20T04:23:06.438Zslp 7:16.911535449
7012024-10-20T04:23:06.438Zlat 5.470037281
7022024-10-20T04:23:06.438Zstop 3.484541744
7032024-10-20T04:23:06.438Z+ banner all targets
7042024-10-20T04:23:06.438Z
7052024-10-20T04:23:06.438Z ## # #
7062024-10-20T04:23:06.438Z # # # #
7072024-10-20T04:23:06.438Z # # # #
7082024-10-20T04:23:06.438Z ###### # #
7092024-10-20T04:23:06.438Z # # # #
7102024-10-20T04:23:06.439Z # # ###### ######
7112024-10-20T04:23:06.439Z
7122024-10-20T04:23:06.439Z
7132024-10-20T04:23:06.439Z ##### ## ##### #### ###### ##### ####
7142024-10-20T04:23:06.439Z # # # # # # # # # #
7152024-10-20T04:23:06.439Z # # # # # # ##### # ####
7162024-10-20T04:23:06.439Z # ###### ##### # ### # # #
7172024-10-20T04:23:06.439Z # # # # # # # # # # #
7182024-10-20T04:23:06.439Z # # # # # #### ###### # ####
7192024-10-20T04:23:06.439Z
7202024-10-20T04:23:06.439Z+ ptime -m cargo build --all-targets
7212024-10-20T04:23:06.678Z Downloading crates ...
7222024-10-20T04:23:06.858Z Downloaded indoc v2.0.5
7232024-10-20T04:23:06.882Z Downloaded structmeta v0.3.0
7242024-10-20T04:23:06.882Z Downloaded wait-timeout v0.2.0
7252024-10-20T04:23:06.882Z Downloaded unarray v0.1.4
7262024-10-20T04:23:06.882Z Downloaded test-strategy v0.4.0
7272024-10-20T04:23:06.882Z Downloaded yansi v1.0.1
7282024-10-20T04:23:06.882Z Downloaded test-case-core v3.3.1
7292024-10-20T04:23:06.882Z Downloaded pretty_assertions v1.4.1
7302024-10-20T04:23:06.905Z Downloaded test-case v3.3.1
7312024-10-20T04:23:06.905Z Downloaded similar v2.6.0
7322024-10-20T04:23:06.906Z Downloaded maplit v1.0.2
7332024-10-20T04:23:06.906Z Downloaded proptest v1.5.0
7342024-10-20T04:23:06.906Z Downloaded diff v0.1.13
7352024-10-20T04:23:06.929Z Downloaded structmeta-derive v0.3.0
7362024-10-20T04:23:06.929Z Downloaded rusty-fork v0.3.0
7372024-10-20T04:23:06.929Z Downloaded quick-error v1.2.3
7382024-10-20T04:23:06.929Z Downloaded bit-vec v0.6.3
7392024-10-20T04:23:06.929Z Downloaded test-case-macros v3.3.1
7402024-10-20T04:23:06.929Z Downloaded rand_xorshift v0.3.0
7412024-10-20T04:23:06.929Z Downloaded insta v1.40.0
7422024-10-20T04:23:06.929Z Downloaded bit-set v0.5.3
7432024-10-20T04:23:06.929Z Downloaded linked-hash-map v0.5.6
7442024-10-20T04:23:06.987Z Compiling test-case-core v3.3.1
7452024-10-20T04:23:07.011Z Compiling structmeta-derive v0.3.0
7462024-10-20T04:23:07.011Z Compiling wait-timeout v0.2.0
7472024-10-20T04:23:07.011Z Compiling bit-vec v0.6.3
7482024-10-20T04:23:07.011Z Compiling quick-error v1.2.3
7492024-10-20T04:23:07.011Z Compiling rand_xorshift v0.3.0
7502024-10-20T04:23:07.011Z Compiling maplit v1.0.2
7512024-10-20T04:23:07.011Z Compiling unarray v0.1.4
7522024-10-20T04:23:07.129Z Compiling linked-hash-map v0.5.6
7532024-10-20T04:23:07.153Z Compiling similar v2.6.0
7542024-10-20T04:23:07.177Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7552024-10-20T04:23:07.348Z Compiling rusty-fork v0.3.0
7562024-10-20T04:23:07.568Z Compiling bit-set v0.5.3
7572024-10-20T04:23:07.591Z Compiling diff v0.1.13
7582024-10-20T04:23:07.750Z Compiling yansi v1.0.1
7592024-10-20T04:23:07.820Z Compiling proptest v1.5.0
7602024-10-20T04:23:07.965Z Compiling indoc v2.0.5
7612024-10-20T04:23:08.159Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
7622024-10-20T04:23:08.213Z Compiling insta v1.40.0
7632024-10-20T04:23:08.401Z Compiling pretty_assertions v1.4.1
7642024-10-20T04:23:08.702Z Compiling test-case-macros v3.3.1
7652024-10-20T04:23:08.726Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7662024-10-20T04:23:09.183Z Compiling structmeta v0.3.0
7672024-10-20T04:23:09.489Z Compiling test-strategy v0.4.0
7682024-10-20T04:23:09.603Z Compiling test-case v3.3.1
7692024-10-20T04:23:09.694Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7702024-10-20T04:23:10.096Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
7712024-10-20T04:23:11.255Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7722024-10-20T04:23:15.847Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7732024-10-20T04:23:54.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.37s
7742024-10-20T04:23:54.949Z
7752024-10-20T04:23:54.949Zreal 48.513654164
7762024-10-20T04:23:54.949Zuser 2:57.749609666
7772024-10-20T04:23:54.973Zsys 30.897093317
7782024-10-20T04:23:54.973Ztrap 0.090244179
7792024-10-20T04:23:54.973Ztflt 0.039628552
7802024-10-20T04:23:54.973Zdflt 0.445703896
7812024-10-20T04:23:54.973Zkflt 0.000007254
7822024-10-20T04:23:54.973Zlock 5:38.443361045
7832024-10-20T04:23:54.973Zslp 11:35.326407038
7842024-10-20T04:23:54.974Zlat 6.269489046
7852024-10-20T04:23:54.974Zstop 2.854492736
7862024-10-20T04:23:54.974Z+ banner all features
7872024-10-20T04:23:54.974Z
7882024-10-20T04:23:54.974Z ## # #
7892024-10-20T04:23:54.974Z # # # #
7902024-10-20T04:23:54.974Z # # # #
7912024-10-20T04:23:54.974Z ###### # #
7922024-10-20T04:23:54.974Z # # # #
7932024-10-20T04:23:54.974Z # # ###### ######
7942024-10-20T04:23:54.974Z
7952024-10-20T04:23:54.974Z
7962024-10-20T04:23:54.974Z ###### ###### ## ##### # # ##### ###### ####
7972024-10-20T04:23:54.974Z # # # # # # # # # # #
7982024-10-20T04:23:54.974Z ##### ##### # # # # # # # ##### ####
7992024-10-20T04:23:54.974Z # # ###### # # # ##### # #
8002024-10-20T04:23:54.974Z # # # # # # # # # # # #
8012024-10-20T04:23:54.974Z # ###### # # # #### # # ###### ####
8022024-10-20T04:23:54.974Z
8032024-10-20T04:23:54.974Z+ ptime -m cargo build --all-features
8042024-10-20T04:23:55.159Z Downloading crates ...
8052024-10-20T04:23:55.297Z Downloaded async-trait v0.1.83
8062024-10-20T04:23:55.322Z Downloaded tower-layer v0.3.3
8072024-10-20T04:23:55.323Z Downloaded matchers v0.1.0
8082024-10-20T04:23:55.323Z Downloaded rustversion v1.0.17
8092024-10-20T04:23:55.323Z Downloaded matchit v0.7.3
8102024-10-20T04:23:55.323Z Downloaded tokio-stream v0.1.16
8112024-10-20T04:23:55.323Z Downloaded prost-types v0.13.3
8122024-10-20T04:23:55.346Z Downloaded indexmap v1.9.3
8132024-10-20T04:23:55.346Z Downloaded tower v0.4.13
8142024-10-20T04:23:55.346Z Downloaded tower v0.5.1
8152024-10-20T04:23:55.370Z Downloaded console-subscriber v0.4.0
8162024-10-20T04:23:55.370Z Downloaded h2 v0.4.6
8172024-10-20T04:23:55.370Z Downloaded regex-automata v0.1.10
8182024-10-20T04:23:55.394Z Downloaded hashbrown v0.12.3
8192024-10-20T04:23:55.394Z Downloaded regex-syntax v0.6.29
8202024-10-20T04:23:55.394Z Downloaded hdrhistogram v7.5.4
8212024-10-20T04:23:55.418Z Downloaded atomic-waker v1.1.2
8222024-10-20T04:23:55.418Z Downloaded tonic v0.12.3
8232024-10-20T04:23:55.418Z Downloaded tokio-util v0.7.12
8242024-10-20T04:23:55.418Z Downloaded sync_wrapper v0.1.2
8252024-10-20T04:23:55.418Z Downloaded crossbeam-channel v0.5.13
8262024-10-20T04:23:55.441Z Downloaded console-api v0.8.0
8272024-10-20T04:23:55.441Z Downloaded prost v0.13.3
8282024-10-20T04:23:55.441Z Downloaded anyhow v1.0.89
8292024-10-20T04:23:55.441Z Downloaded hyper-timeout v0.5.1
8302024-10-20T04:23:55.442Z Downloaded crossbeam-utils v0.8.20
8312024-10-20T04:23:55.442Z Downloaded axum-core v0.4.5
8322024-10-20T04:23:55.442Z Downloaded prost-derive v0.13.3
8332024-10-20T04:23:55.442Z Downloaded httpdate v1.0.3
8342024-10-20T04:23:55.442Z Downloaded axum v0.7.7
8352024-10-20T04:23:55.465Z Downloaded async-stream-impl v0.3.6
8362024-10-20T04:23:55.465Z Downloaded async-stream v0.3.6
8372024-10-20T04:23:55.508Z Compiling futures-core v0.3.31
8382024-10-20T04:23:55.532Z Compiling futures-sink v0.3.31
8392024-10-20T04:23:55.532Z Compiling tokio v1.40.0
8402024-10-20T04:23:55.532Z Compiling byteorder v1.5.0
8412024-10-20T04:23:55.555Z Compiling num-traits v0.2.19
8422024-10-20T04:23:55.556Z Compiling regex-syntax v0.6.29
8432024-10-20T04:23:55.579Z Compiling atomic-waker v1.1.2
8442024-10-20T04:23:55.579Z Compiling httpdate v1.0.3
8452024-10-20T04:23:55.656Z Compiling anyhow v1.0.89
8462024-10-20T04:23:55.731Z Compiling futures-channel v0.3.31
8472024-10-20T04:23:55.755Z Compiling sync_wrapper v1.0.1
8482024-10-20T04:23:55.850Z Compiling tower-layer v0.3.3
8492024-10-20T04:23:55.906Z Compiling zerocopy v0.7.35
8502024-10-20T04:23:56.000Z Compiling rustversion v1.0.17
8512024-10-20T04:23:56.026Z Compiling futures-util v0.3.31
8522024-10-20T04:23:56.087Z Compiling either v1.13.0
8532024-10-20T04:23:56.432Z Compiling itertools v0.13.0
8542024-10-20T04:23:56.589Z Compiling indexmap v1.9.3
8552024-10-20T04:23:57.045Z Compiling async-trait v0.1.83
8562024-10-20T04:23:57.202Z Compiling ppv-lite86 v0.2.20
8572024-10-20T04:23:57.756Z Compiling sync_wrapper v0.1.2
8582024-10-20T04:23:57.865Z Compiling hashbrown v0.12.3
8592024-10-20T04:23:57.959Z Compiling rand_chacha v0.3.1
8602024-10-20T04:23:58.100Z Compiling async-stream-impl v0.3.6
8612024-10-20T04:23:58.811Z Compiling regex-automata v0.1.10
8622024-10-20T04:23:58.939Z Compiling rand v0.8.5
8632024-10-20T04:23:59.132Z Compiling crossbeam-utils v0.8.20
8642024-10-20T04:23:59.188Z Compiling prost-derive v0.13.3
8652024-10-20T04:23:59.594Z Compiling matchit v0.7.3
8662024-10-20T04:23:59.735Z Compiling async-stream v0.3.6
8672024-10-20T04:24:00.002Z Compiling matchers v0.1.0
8682024-10-20T04:24:00.191Z Compiling tracing-subscriber v0.3.18
8692024-10-20T04:24:00.215Z Compiling ahash v0.8.11
8702024-10-20T04:24:00.334Z Compiling proptest v1.5.0
8712024-10-20T04:24:00.707Z Compiling guppy v0.17.8
8722024-10-20T04:24:01.221Z Compiling http-body-util v0.1.2
8732024-10-20T04:24:01.411Z Compiling tower v0.5.1
8742024-10-20T04:24:01.633Z Compiling axum-core v0.4.5
8752024-10-20T04:24:01.811Z Compiling futures-executor v0.3.31
8762024-10-20T04:24:01.984Z Compiling prost v0.13.3
8772024-10-20T04:24:02.099Z Compiling base64 v0.21.7
8782024-10-20T04:24:02.386Z Compiling chrono v0.4.38
8792024-10-20T04:24:02.735Z Compiling prost-types v0.13.3
8802024-10-20T04:24:02.763Z Compiling hdrhistogram v7.5.4
8812024-10-20T04:24:03.728Z Compiling tokio-util v0.7.12
8822024-10-20T04:24:04.922Z Compiling h2 v0.4.6
8832024-10-20T04:24:04.960Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8842024-10-20T04:24:05.052Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8852024-10-20T04:24:05.116Z Compiling axum v0.7.7
8862024-10-20T04:24:05.396Z Compiling tower v0.4.13
8872024-10-20T04:24:05.499Z Compiling tokio-rustls v0.26.0
8882024-10-20T04:24:05.861Z Compiling tokio-stream v0.1.16
8892024-10-20T04:24:06.690Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8902024-10-20T04:24:07.098Z Compiling futures v0.3.31
8912024-10-20T04:24:07.196Z Compiling crossbeam-channel v0.5.13
8922024-10-20T04:24:08.187Z Compiling quick-junit v0.5.0
8932024-10-20T04:24:08.925Z Compiling hyper v1.4.1
8942024-10-20T04:24:08.949Z Compiling async-scoped v0.9.0
8952024-10-20T04:24:09.190Z Compiling tracing-error v0.2.0
8962024-10-20T04:24:09.409Z Compiling future-queue v0.3.0
8972024-10-20T04:24:09.477Z Compiling color-spantrace v0.2.1
8982024-10-20T04:24:09.503Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
8992024-10-20T04:24:09.741Z Compiling color-eyre v0.6.3
9002024-10-20T04:24:09.940Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9012024-10-20T04:24:10.947Z Compiling hyper-util v0.1.9
9022024-10-20T04:24:12.479Z Compiling hyper-timeout v0.5.1
9032024-10-20T04:24:12.479Z Compiling hyper-rustls v0.27.3
9042024-10-20T04:24:12.745Z Compiling tonic v0.12.3
9052024-10-20T04:24:12.779Z Compiling reqwest v0.12.8
9062024-10-20T04:24:14.681Z Compiling self_update v0.41.0
9072024-10-20T04:24:15.205Z Compiling console-api v0.8.0
9082024-10-20T04:24:16.441Z Compiling console-subscriber v0.4.0
9092024-10-20T04:24:18.438Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
9102024-10-20T04:24:38.829Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9112024-10-20T04:24:57.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
9122024-10-20T04:24:57.586Z
9132024-10-20T04:24:57.610Zreal 1:02.607724579
9142024-10-20T04:24:57.610Zuser 3:44.585001852
9152024-10-20T04:24:57.610Zsys 48.469516161
9162024-10-20T04:24:57.610Ztrap 0.097571792
9172024-10-20T04:24:57.610Ztflt 0.114722655
9182024-10-20T04:24:57.610Zdflt 1.090177639
9192024-10-20T04:24:57.610Zkflt 0.000046399
9202024-10-20T04:24:57.610Zlock 7:30.550291947
9212024-10-20T04:24:57.610Zslp 14:04.549827924
9222024-10-20T04:24:57.610Zlat 7.498905528
9232024-10-20T04:24:57.610Zstop 6.879612055
9242024-10-20T04:24:57.611Z+ banner doctests
9252024-10-20T04:24:57.611Z
9262024-10-20T04:24:57.611Z ##### #### #### ##### ###### #### ##### ####
9272024-10-20T04:24:57.611Z # # # # # # # # # # #
9282024-10-20T04:24:57.611Z # # # # # # ##### #### # ####
9292024-10-20T04:24:57.611Z # # # # # # # # # #
9302024-10-20T04:24:57.611Z # # # # # # # # # # # # #
9312024-10-20T04:24:57.611Z ##### #### #### # ###### #### # ####
9322024-10-20T04:24:57.611Z
9332024-10-20T04:24:57.611Z+ ptime -m cargo test --doc
9342024-10-20T04:24:58.031Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
9352024-10-20T04:24:58.056Z Doc-tests cargo_nextest
9362024-10-20T04:24:58.626Z
9372024-10-20T04:24:58.626Zrunning 0 tests
9382024-10-20T04:24:58.626Z
9392024-10-20T04:24:58.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9402024-10-20T04:24:58.650Z
9412024-10-20T04:24:58.650Z Doc-tests fixture_data
9422024-10-20T04:24:58.739Z
9432024-10-20T04:24:58.739Zrunning 0 tests
9442024-10-20T04:24:58.739Z
9452024-10-20T04:24:58.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9462024-10-20T04:24:58.739Z
9472024-10-20T04:24:58.763Z Doc-tests nextest_filtering
9482024-10-20T04:24:58.937Z
9492024-10-20T04:24:58.937Zrunning 0 tests
9502024-10-20T04:24:58.937Z
9512024-10-20T04:24:58.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9522024-10-20T04:24:58.937Z
9532024-10-20T04:24:58.960Z Doc-tests nextest_metadata
9542024-10-20T04:24:59.170Z
9552024-10-20T04:24:59.170Zrunning 2 tests
9562024-10-20T04:24:59.869Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9572024-10-20T04:25:03.574Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9582024-10-20T04:25:03.574Z
9592024-10-20T04:25:03.598Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.40s
9602024-10-20T04:25:03.598Z
9612024-10-20T04:25:03.598Z Doc-tests nextest_runner
9622024-10-20T04:25:04.535Z
9632024-10-20T04:25:04.535Zrunning 0 tests
9642024-10-20T04:25:04.535Z
9652024-10-20T04:25:04.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9662024-10-20T04:25:04.536Z
9672024-10-20T04:25:04.566Z Doc-tests nextest_workspace_hack
9682024-10-20T04:25:04.621Z
9692024-10-20T04:25:04.621Zrunning 0 tests
9702024-10-20T04:25:04.621Z
9712024-10-20T04:25:04.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9722024-10-20T04:25:04.621Z
9732024-10-20T04:25:04.651Z
9742024-10-20T04:25:04.675Zreal 7.039200839
9752024-10-20T04:25:04.675Zuser 6.527356452
9762024-10-20T04:25:04.675Zsys 2.534699112
9772024-10-20T04:25:04.675Ztrap 0.001766270
9782024-10-20T04:25:04.675Ztflt 0.019572759
9792024-10-20T04:25:04.675Zdflt 0.044170561
9802024-10-20T04:25:04.675Zkflt 0.000000000
9812024-10-20T04:25:04.675Zlock 14.365988852
9822024-10-20T04:25:04.676Zslp 39.645409102
9832024-10-20T04:25:04.676Zlat 0.125940602
9842024-10-20T04:25:04.676Zstop 0.125095164
9852024-10-20T04:25:04.676Z+ banner local-nt
9862024-10-20T04:25:04.676Z
9872024-10-20T04:25:04.676Z # #### #### ## # # # #####
9882024-10-20T04:25:04.676Z # # # # # # # # ## # #
9892024-10-20T04:25:04.676Z # # # # # # # ##### # # # #
9902024-10-20T04:25:04.676Z # # # # ###### # # # # #
9912024-10-20T04:25:04.676Z # # # # # # # # # ## #
9922024-10-20T04:25:04.676Z ###### #### #### # # ###### # # #
9932024-10-20T04:25:04.676Z
9942024-10-20T04:25:04.676Z+ ptime -m cargo local-nt run --profile ci
9952024-10-20T04:25:05.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
9962024-10-20T04:25:05.025Z Running `target/debug/cargo-nextest nextest run --profile ci`
9972024-10-20T04:25:05.932Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
9982024-10-20T04:25:06.120Z------------
9992024-10-20T04:25:06.120Z Nextest run ID 377df713-d8f9-446e-b44d-4405890ab9be with nextest profile: ci
10002024-10-20T04:25:06.120Z Starting 274 tests across 12 binaries
10012024-10-20T04:25:06.176Z PASS [ 0.040s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10022024-10-20T04:25:06.295Z PASS [ 0.157s] cargo-nextest dispatch::tests::test_argument_parsing
10032024-10-20T04:25:15.301Z PASS [ 9.161s] integration-tests::integration test_list_binaries_only
10042024-10-20T04:25:16.452Z PASS [ 10.295s] integration-tests::integration test_list_host_after_build
10052024-10-20T04:25:16.534Z PASS [ 10.386s] integration-tests::integration test_list_full
10062024-10-20T04:25:17.044Z PASS [ 10.900s] integration-tests::integration test_list_default
10072024-10-20T04:25:17.070Z PASS [ 10.919s] integration-tests::integration test_list_full_after_build
10082024-10-20T04:25:17.156Z PASS [ 10.994s] integration-tests::integration test_list_target_after_build
10092024-10-20T04:25:22.990Z PASS [ 16.706s] integration-tests::integration test_relocated_run
10102024-10-20T04:25:24.140Z PASS [ 7.097s] integration-tests::integration test_run_from_archive_with_missing_includes
10112024-10-20T04:25:26.081Z PASS [ 8.924s] integration-tests::integration test_run_no_tests
10122024-10-20T04:25:26.819Z PASS [ 0.739s] integration-tests::integration test_setup_scripts_not_enabled
10132024-10-20T04:25:27.610Z PASS [ 11.155s] integration-tests::integration test_run_after_build
10142024-10-20T04:25:27.828Z PASS [ 11.294s] integration-tests::integration test_run_from_archive_with_includes
10152024-10-20T04:25:28.144Z PASS [ 21.969s] integration-tests::integration test_list_with_default_filter
10162024-10-20T04:25:28.194Z PASS [ 0.583s] integration-tests::integration test_show_config_version
10172024-10-20T04:25:28.253Z PASS [ 0.062s] integration-tests::integration test_version_info
10182024-10-20T04:25:28.403Z PASS [ 11.332s] integration-tests::integration test_run_from_archive_with_no_includes
10192024-10-20T04:25:28.445Z PASS [ 0.028s] nextest-filtering parsing::tests::test_complex_error
10202024-10-20T04:25:28.469Z PASS [ 0.032s] nextest-filtering parsing::tests::test_expected_eof
10212024-10-20T04:25:28.517Z PASS [ 0.036s] nextest-filtering parsing::tests::test_expected_expr
10222024-10-20T04:25:28.542Z PASS [ 0.033s] nextest-filtering parsing::tests::test_invalid_and_operator
10232024-10-20T04:25:28.639Z PASS [ 0.059s] nextest-filtering parsing::tests::test_invalid_escapes
10242024-10-20T04:25:28.663Z PASS [ 0.393s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10252024-10-20T04:25:28.686Z PASS [ 0.070s] nextest-filtering parsing::tests::test_invalid_glob
10262024-10-20T04:25:28.710Z PASS [ 0.034s] nextest-filtering parsing::tests::test_invalid_or_operator
10272024-10-20T04:25:28.710Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_platform
10282024-10-20T04:25:28.738Z PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_regex
10292024-10-20T04:25:28.762Z PASS [ 0.048s] nextest-filtering parsing::tests::test_missing_argument
10302024-10-20T04:25:28.785Z PASS [ 0.045s] nextest-filtering parsing::tests::test_missing_close_parentheses
10312024-10-20T04:25:28.809Z PASS [ 0.035s] nextest-filtering parsing::tests::test_missing_close_regex
10322024-10-20T04:25:28.839Z PASS [ 0.037s] nextest-filtering parsing::tests::test_missing_open_parentheses
10332024-10-20T04:25:28.862Z PASS [ 0.040s] nextest-filtering parsing::tests::test_missing_parentheses
10342024-10-20T04:25:28.960Z PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_comma
10352024-10-20T04:25:28.960Z PASS [ 0.080s] nextest-filtering parsing::tests::test_parse_expr_difference
10362024-10-20T04:25:28.984Z PASS [ 0.071s] nextest-filtering parsing::tests::test_parse_expr_intersection
10372024-10-20T04:25:28.984Z PASS [ 4.777s] integration-tests::integration test_setup_script_error
10382024-10-20T04:25:28.984Z PASS [ 0.058s] nextest-filtering parsing::tests::test_parse_expr_not
10392024-10-20T04:25:28.984Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_precedence
10402024-10-20T04:25:28.984Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_set
10412024-10-20T04:25:29.008Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_union
10422024-10-20T04:25:29.008Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_glob_matcher
10432024-10-20T04:25:29.031Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_name_matcher
10442024-10-20T04:25:29.167Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10452024-10-20T04:25:29.191Z PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_set_def
10462024-10-20T04:25:29.191Z PASS [ 0.051s] nextest-filtering parsing::tests::test_unexpected_comma
10472024-10-20T04:25:29.191Z PASS [ 0.088s] nextest-filtering parsing::tests::test_unexpected_argument
10482024-10-20T04:25:29.191Z PASS [ 0.110s] nextest-filtering parsing::tests::test_parse_regex
10492024-10-20T04:25:29.246Z PASS [ 0.112s] nextest-filtering::match test_expr_binary
10502024-10-20T04:25:29.278Z PASS [ 0.152s] nextest-filtering::match test_binary_query
10512024-10-20T04:25:29.278Z PASS [ 0.033s] nextest-filtering::match test_expr_binary_id_glob
10522024-10-20T04:25:29.353Z PASS [ 0.038s] nextest-filtering::match test_expr_deps
10532024-10-20T04:25:29.376Z PASS [ 0.030s] nextest-filtering::match test_expr_kind
10542024-10-20T04:25:29.464Z PASS [ 0.126s] nextest-filtering::match test_expr_kind_partial
10552024-10-20T04:25:29.488Z PASS [ 0.129s] nextest-filtering::match test_expr_package_contains
10562024-10-20T04:25:29.511Z PASS [ 0.045s] nextest-filtering::match test_expr_package_equal
10572024-10-20T04:25:29.535Z PASS [ 0.037s] nextest-filtering::match test_expr_package_regex
10582024-10-20T04:25:29.578Z PASS [ 0.050s] nextest-filtering::match test_expr_platform
10592024-10-20T04:25:29.578Z PASS [ 0.424s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10602024-10-20T04:25:29.658Z PASS [ 0.078s] nextest-filtering::match test_expr_rdeps
10612024-10-20T04:25:29.658Z PASS [ 0.055s] nextest-filtering::match test_expr_test
10622024-10-20T04:25:29.699Z PASS [ 6.674s] integration-tests::integration test_run_with_default_filter
10632024-10-20T04:25:29.724Z PASS [ 0.105s] nextest-filtering::match test_expr_test_difference::with_and_not
10642024-10-20T04:25:29.785Z PASS [ 0.043s] nextest-filtering::match test_expr_test_intersect::with_and
10652024-10-20T04:25:29.809Z PASS [ 0.070s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10662024-10-20T04:25:30.242Z PASS [ 0.084s] nextest-filtering::match test_expr_test_union::with_or
10672024-10-20T04:25:30.242Z PASS [ 0.207s] nextest-filtering::match test_expr_test_difference::with_minus
10682024-10-20T04:25:30.243Z PASS [ 0.106s] nextest-filtering::match test_expr_test_not
10692024-10-20T04:25:30.268Z PASS [ 0.075s] nextest-filtering::match test_expr_test_union::with_pipe
10702024-10-20T04:25:30.268Z PASS [ 0.046s] nextest-filtering::match test_expr_test_union::with_plus
10712024-10-20T04:25:30.268Z PASS [ 0.040s] nextest-filtering::match test_expr_with_no_matching_packages
10722024-10-20T04:25:30.268Z PASS [ 0.030s] nextest-metadata test_list::tests::test_binary_id_ord
10732024-10-20T04:25:30.268Z PASS [ 0.081s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10742024-10-20T04:25:30.268Z PASS [ 0.067s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10752024-10-20T04:25:30.268Z PASS [ 0.053s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10762024-10-20T04:25:30.268Z PASS [ 0.082s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10772024-10-20T04:25:30.269Z PASS [ 0.050s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10782024-10-20T04:25:30.269Z PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10792024-10-20T04:25:30.269Z PASS [ 0.065s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10802024-10-20T04:25:30.269Z PASS [ 0.057s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10812024-10-20T04:25:30.269Z PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10822024-10-20T04:25:30.269Z PASS [ 0.052s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10832024-10-20T04:25:30.269Z PASS [ 0.074s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10842024-10-20T04:25:30.269Z PASS [ 0.089s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10852024-10-20T04:25:30.269Z PASS [ 0.153s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10862024-10-20T04:25:30.586Z PASS [ 0.475s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10872024-10-20T04:25:30.624Z PASS [ 0.498s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10882024-10-20T04:25:30.714Z PASS [ 0.640s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10892024-10-20T04:25:30.775Z PASS [ 0.569s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10902024-10-20T04:25:31.004Z PASS [ 0.425s] nextest-runner config::archive::tests::parse_invalid::missing_list
10912024-10-20T04:25:31.075Z PASS [ 0.386s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10922024-10-20T04:25:31.099Z PASS [ 0.320s] nextest-runner config::archive::tests::parse_invalid::parent_component
10932024-10-20T04:25:31.099Z PASS [ 0.461s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10942024-10-20T04:25:31.123Z PASS [ 0.028s] nextest-runner config::config_impl::tests::default_config_is_valid
10952024-10-20T04:25:31.123Z PASS [ 0.027s] nextest-runner config::helpers::tests::test_deserialize_relative_path
10962024-10-20T04:25:31.147Z PASS [ 0.030s] nextest-runner config::identifier::tests::test_invalid
10972024-10-20T04:25:31.147Z PASS [ 0.025s] nextest-runner config::identifier::tests::test_valid
10982024-10-20T04:25:31.170Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate
10992024-10-20T04:25:31.170Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11002024-10-20T04:25:31.194Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11012024-10-20T04:25:31.194Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11022024-10-20T04:25:31.217Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11032024-10-20T04:25:31.217Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11042024-10-20T04:25:31.241Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11052024-10-20T04:25:31.241Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11062024-10-20T04:25:31.285Z PASS [ 0.048s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11072024-10-20T04:25:31.331Z PASS [ 0.329s] nextest-runner config::archive::tests::parse_valid
11082024-10-20T04:25:31.399Z PASS [ 0.315s] nextest-runner config::config_impl::tests::ignored_keys
11092024-10-20T04:25:31.423Z PASS [ 3.584s] integration-tests::integration test_target_arg
11102024-10-20T04:25:31.574Z PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11112024-10-20T04:25:31.598Z PASS [ 0.311s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11122024-10-20T04:25:31.656Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11132024-10-20T04:25:31.718Z PASS [ 0.301s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11142024-10-20T04:25:31.742Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11152024-10-20T04:25:31.901Z PASS [ 0.338s] nextest-runner config::overrides::tests::test_overrides_basic
11162024-10-20T04:25:31.925Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11172024-10-20T04:25:31.990Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11182024-10-20T04:25:32.020Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11192024-10-20T04:25:32.044Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11202024-10-20T04:25:32.239Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11212024-10-20T04:25:32.263Z PASS [ 0.344s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11222024-10-20T04:25:32.312Z PASS [ 0.339s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11232024-10-20T04:25:32.381Z PASS [ 0.364s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11242024-10-20T04:25:32.404Z PASS [ 0.367s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11252024-10-20T04:25:32.553Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11262024-10-20T04:25:32.580Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11272024-10-20T04:25:32.649Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11282024-10-20T04:25:32.717Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11292024-10-20T04:25:32.717Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11302024-10-20T04:25:32.887Z PASS [ 0.330s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11312024-10-20T04:25:32.931Z PASS [ 0.344s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11322024-10-20T04:25:32.969Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11332024-10-20T04:25:33.053Z PASS [ 0.346s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11342024-10-20T04:25:33.077Z PASS [ 0.363s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11352024-10-20T04:25:33.199Z PASS [ 0.317s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11362024-10-20T04:25:33.304Z PASS [ 0.380s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11372024-10-20T04:25:33.328Z PASS [ 0.345s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11382024-10-20T04:25:33.373Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11392024-10-20T04:25:33.402Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_valid
11402024-10-20T04:25:33.501Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11412024-10-20T04:25:33.600Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11422024-10-20T04:25:33.631Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11432024-10-20T04:25:33.687Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11442024-10-20T04:25:33.687Z PASS [ 5.539s] integration-tests::integration test_target_dir
11452024-10-20T04:25:33.716Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11462024-10-20T04:25:33.811Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11472024-10-20T04:25:33.908Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11482024-10-20T04:25:33.948Z PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11492024-10-20T04:25:33.982Z PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11502024-10-20T04:25:34.009Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11512024-10-20T04:25:34.032Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11522024-10-20T04:25:34.113Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11532024-10-20T04:25:34.215Z PASS [ 7.396s] integration-tests::integration test_show_config_test_groups
11542024-10-20T04:25:34.238Z PASS [ 0.327s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11552024-10-20T04:25:34.262Z PASS [ 0.304s] nextest-runner config::scripts::tests::test_scripts_basic
11562024-10-20T04:25:34.303Z PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11572024-10-20T04:25:34.328Z PASS [ 0.336s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11582024-10-20T04:25:34.351Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11592024-10-20T04:25:34.440Z PASS [ 0.317s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11602024-10-20T04:25:34.537Z PASS [ 0.322s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11612024-10-20T04:25:34.561Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11622024-10-20T04:25:34.585Z PASS [ 0.314s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11632024-10-20T04:25:34.608Z PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11642024-10-20T04:25:34.633Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11652024-10-20T04:25:34.658Z PASS [ 0.313s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11662024-10-20T04:25:34.761Z PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11672024-10-20T04:25:34.850Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11682024-10-20T04:25:34.874Z PASS [ 0.314s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11692024-10-20T04:25:34.897Z PASS [ 0.323s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11702024-10-20T04:25:34.921Z PASS [ 0.311s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11712024-10-20T04:25:34.956Z PASS [ 0.310s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11722024-10-20T04:25:34.993Z PASS [ 0.323s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11732024-10-20T04:25:35.075Z PASS [ 0.314s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11742024-10-20T04:25:35.146Z PASS [ 0.299s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11752024-10-20T04:25:35.170Z PASS [ 0.295s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11762024-10-20T04:25:35.193Z PASS [ 0.304s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11772024-10-20T04:25:35.236Z PASS [ 0.306s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11782024-10-20T04:25:35.260Z PASS [ 0.324s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11792024-10-20T04:25:35.286Z PASS [ 0.312s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11802024-10-20T04:25:35.443Z PASS [ 0.369s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11812024-10-20T04:25:35.467Z PASS [ 0.308s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11822024-10-20T04:25:35.497Z PASS [ 0.345s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11832024-10-20T04:25:35.521Z PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11842024-10-20T04:25:35.544Z PASS [ 0.027s] nextest-runner config::tool_config::tests::parse_tool_config_file
11852024-10-20T04:25:35.568Z PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11862024-10-20T04:25:35.568Z PASS [ 0.033s] nextest-runner list::binary_list::tests::test_parse_binary_list
11872024-10-20T04:25:35.591Z PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11882024-10-20T04:25:35.591Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11892024-10-20T04:25:35.632Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11902024-10-20T04:25:35.632Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
11912024-10-20T04:25:35.656Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
11922024-10-20T04:25:35.656Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
11932024-10-20T04:25:35.656Z PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
11942024-10-20T04:25:35.656Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
11952024-10-20T04:25:35.656Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
11962024-10-20T04:25:35.656Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
11972024-10-20T04:25:35.700Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
11982024-10-20T04:25:35.724Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
11992024-10-20T04:25:35.724Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12002024-10-20T04:25:35.724Z PASS [ 0.029s] nextest-runner list::test_list::tests::test_parse_test_list
12012024-10-20T04:25:35.724Z PASS [ 0.025s] nextest-runner partition::tests::partitioner_builder_from_str
12022024-10-20T04:25:35.724Z PASS [ 0.025s] nextest-runner platform::tests::test_from_rustc_output_invalid
12032024-10-20T04:25:35.724Z PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12042024-10-20T04:25:35.724Z PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12052024-10-20T04:25:35.724Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12062024-10-20T04:25:35.724Z PASS [ 0.021s] nextest-runner redact::tests::test_redact_path
12072024-10-20T04:25:35.724Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::no_capture_settings
12082024-10-20T04:25:35.748Z PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12092024-10-20T04:25:35.748Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12102024-10-20T04:25:35.748Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12112024-10-20T04:25:35.748Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12122024-10-20T04:25:35.772Z PASS [ 0.316s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12132024-10-20T04:25:35.772Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12142024-10-20T04:25:35.772Z PASS [ 0.312s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12152024-10-20T04:25:35.796Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12162024-10-20T04:25:35.796Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12172024-10-20T04:25:35.796Z PASS [ 0.022s] nextest-runner reporter::displayer::tests::test_final_warnings
12182024-10-20T04:25:35.820Z PASS [ 0.022s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12192024-10-20T04:25:35.820Z PASS [ 0.055s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12202024-10-20T04:25:35.820Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12212024-10-20T04:25:35.820Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12222024-10-20T04:25:35.820Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12232024-10-20T04:25:35.844Z PASS [ 0.025s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
12242024-10-20T04:25:35.844Z PASS [ 0.029s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
12252024-10-20T04:25:35.844Z PASS [ 0.024s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
12262024-10-20T04:25:35.844Z PASS [ 0.329s] nextest-runner config::tool_config::tests::tool_config_basic
12272024-10-20T04:25:35.867Z PASS [ 0.032s] nextest-runner reporter::helpers::tests::test_highlight_end
12282024-10-20T04:25:35.867Z PASS [ 0.064s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12292024-10-20T04:25:35.891Z PASS [ 0.022s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12302024-10-20T04:25:35.982Z PASS [ 0.033s] nextest-runner reuse_build::tests::test_path_mapper_relative
12312024-10-20T04:25:35.982Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output
12322024-10-20T04:25:35.982Z PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12332024-10-20T04:25:35.982Z PASS [ 0.036s] nextest-runner runner::tests::no_capture_settings
12342024-10-20T04:25:35.982Z PASS [ 0.029s] nextest-runner runner::tests::test_is_success
12352024-10-20T04:25:35.982Z PASS [ 0.075s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12362024-10-20T04:25:35.982Z PASS [ 0.080s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
12372024-10-20T04:25:35.982Z PASS [ 0.037s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12382024-10-20T04:25:35.982Z PASS [ 0.041s] nextest-runner target_runner::tests::test_find_config
12392024-10-20T04:25:35.982Z PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples
12402024-10-20T04:25:35.982Z PASS [ 0.054s] nextest-runner test_filter::tests::empty_pattern_examples
12412024-10-20T04:25:36.017Z PASS [ 0.113s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12422024-10-20T04:25:36.041Z PASS [ 0.025s] nextest-runner test_filter::tests::skip_only_pattern_examples
12432024-10-20T04:25:36.041Z PASS [ 0.139s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12442024-10-20T04:25:36.064Z PASS [ 0.114s] nextest-runner test_filter::tests::proptest_empty
12452024-10-20T04:25:36.153Z PASS [ 0.272s] nextest-runner rustc_cli::tests::test_execute_with_failure
12462024-10-20T04:25:36.177Z PASS [ 0.210s] nextest-runner test_filter::tests::proptest_no_match
12472024-10-20T04:25:36.402Z PASS [ 0.452s] nextest-runner test_filter::tests::proptest_exact
12482024-10-20T04:25:36.605Z PASS [ 0.571s] nextest-runner time::stopwatch::tests::stopwatch_pause
12492024-10-20T04:25:36.704Z PASS [ 0.736s] nextest-runner test_filter::tests::proptest_substring
12502024-10-20T04:25:37.928Z PASS [ 1.774s] nextest-runner::integration basic::test_list_binaries
12512024-10-20T04:25:38.264Z PASS [ 2.217s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12522024-10-20T04:25:38.299Z PASS [ 2.133s] nextest-runner::integration basic::test_list_tests
12532024-10-20T04:25:38.325Z PASS [ 2.266s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12542024-10-20T04:25:38.348Z PASS [ 0.030s] nextest-runner::integration target_runner::disregards_non_matching
12552024-10-20T04:25:38.349Z PASS [ 23.046s] integration-tests::integration test_run
12562024-10-20T04:25:38.372Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12572024-10-20T04:25:38.396Z PASS [ 0.462s] nextest-runner::integration basic::test_run_ignored
12582024-10-20T04:25:38.420Z PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_exact
12592024-10-20T04:25:38.612Z PASS [ 0.343s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12602024-10-20T04:25:38.636Z PASS [ 0.284s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12612024-10-20T04:25:38.661Z PASS [ 0.037s] nextest-runner::integration target_triple::parses_cargo_env
12622024-10-20T04:25:38.689Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli
12632024-10-20T04:25:38.715Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12642024-10-20T04:25:38.745Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12652024-10-20T04:25:38.774Z PASS [ 0.030s] nextest-runner::integration target_triple::parses_custom_target_env
12662024-10-20T04:25:38.802Z PASS [ 0.030s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12672024-10-20T04:25:38.826Z PASS [ 0.424s] nextest-runner::integration target_runner::parses_cargo_env
12682024-10-20T04:25:38.826Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option
12692024-10-20T04:25:39.052Z PASS [ 0.660s] nextest-runner::integration target_runner::test_listing_with_target_runner
12702024-10-20T04:25:39.624Z PASS [ 2.927s] nextest-runner::integration basic::test_run
12712024-10-20T04:25:39.708Z PASS [ 3.315s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12722024-10-20T04:25:39.731Z PASS [ 3.125s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12732024-10-20T04:25:40.089Z PASS [ 1.488s] nextest-runner::integration target_runner::test_run_with_target_runner
12742024-10-20T04:25:40.660Z PASS [ 2.366s] nextest-runner::integration basic::test_termination
12752024-10-20T04:25:40.683Z------------
12762024-10-20T04:25:40.683Z Summary [ 34.541s] 274 tests run: 274 passed, 0 skipped
12772024-10-20T04:25:40.707Z
12782024-10-20T04:25:40.707Zreal 36.030261128
12792024-10-20T04:25:40.707Zuser 2:04.493399890
12802024-10-20T04:25:40.707Zsys 1:50.473679826
12812024-10-20T04:25:40.707Ztrap 0.290034946
12822024-10-20T04:25:40.707Ztflt 0.592783161
12832024-10-20T04:25:40.707Zdflt 1.322186055
12842024-10-20T04:25:40.707Zkflt 0.004536575
12852024-10-20T04:25:40.707Zlock 30:33.745153612
12862024-10-20T04:25:40.707Zslp 50:30.177643882
12872024-10-20T04:25:40.707Zlat 12:02.752667066
12882024-10-20T04:25:40.707Zstop 5:14.768941536
12892024-10-20T04:25:40.707Z+ banner release
12902024-10-20T04:25:40.707Z
12912024-10-20T04:25:40.708Z ##### ###### # ###### ## #### ######
12922024-10-20T04:25:40.708Z # # # # # # # # #
12932024-10-20T04:25:40.708Z # # ##### # ##### # # #### #####
12942024-10-20T04:25:40.708Z ##### # # # ###### # #
12952024-10-20T04:25:40.708Z # # # # # # # # # #
12962024-10-20T04:25:40.708Z # # ###### ###### ###### # # #### ######
12972024-10-20T04:25:40.708Z
12982024-10-20T04:25:40.708Z+ ptime -m cargo nextest run --profile ci
12992024-10-20T04:25:41.542Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
13002024-10-20T04:25:41.714Z------------
13012024-10-20T04:25:41.714Z Nextest run ID 73d97380-bf9c-43fe-834e-87f2cd20fdba with nextest profile: ci
13022024-10-20T04:25:41.714Z Starting 274 tests across 12 binaries
13032024-10-20T04:25:41.764Z PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13042024-10-20T04:25:41.890Z PASS [ 0.152s] cargo-nextest dispatch::tests::test_argument_parsing
13052024-10-20T04:25:51.391Z PASS [ 9.659s] integration-tests::integration test_list_binaries_only
13062024-10-20T04:25:51.479Z PASS [ 9.729s] integration-tests::integration test_list_host_after_build
13072024-10-20T04:25:51.704Z PASS [ 9.957s] integration-tests::integration test_list_full
13082024-10-20T04:25:51.928Z PASS [ 10.174s] integration-tests::integration test_list_target_after_build
13092024-10-20T04:25:52.397Z PASS [ 10.658s] integration-tests::integration test_list_default
13102024-10-20T04:25:54.599Z PASS [ 12.852s] integration-tests::integration test_list_full_after_build
13112024-10-20T04:25:57.883Z PASS [ 16.011s] integration-tests::integration test_relocated_run
13122024-10-20T04:25:58.841Z PASS [ 6.914s] integration-tests::integration test_run_from_archive_with_missing_includes
13132024-10-20T04:26:02.793Z PASS [ 8.196s] integration-tests::integration test_run_no_tests
13142024-10-20T04:26:02.988Z PASS [ 11.509s] integration-tests::integration test_run_after_build
13152024-10-20T04:26:03.192Z PASS [ 0.400s] integration-tests::integration test_setup_scripts_not_enabled
13162024-10-20T04:26:03.412Z PASS [ 4.570s] integration-tests::integration test_setup_script_error
13172024-10-20T04:26:03.622Z PASS [ 0.431s] integration-tests::integration test_show_config_version
13182024-10-20T04:26:03.842Z PASS [ 12.141s] integration-tests::integration test_run_from_archive_with_includes
13192024-10-20T04:26:03.895Z PASS [ 0.051s] integration-tests::integration test_version_info
13202024-10-20T04:26:04.140Z PASS [ 11.745s] integration-tests::integration test_run_from_archive_with_no_includes
13212024-10-20T04:26:04.164Z PASS [ 0.022s] nextest-filtering parsing::tests::test_complex_error
13222024-10-20T04:26:04.188Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof
13232024-10-20T04:26:04.212Z PASS [ 0.016s] nextest-filtering parsing::tests::test_expected_expr
13242024-10-20T04:26:04.236Z PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_and_operator
13252024-10-20T04:26:04.322Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_escapes
13262024-10-20T04:26:04.346Z PASS [ 0.091s] nextest-filtering parsing::tests::test_invalid_glob
13272024-10-20T04:26:04.370Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_or_operator
13282024-10-20T04:26:04.394Z PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_platform
13292024-10-20T04:26:04.394Z PASS [ 6.500s] integration-tests::integration test_run_with_default_filter
13302024-10-20T04:26:04.801Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_regex
13312024-10-20T04:26:04.801Z PASS [ 0.508s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13322024-10-20T04:26:04.826Z PASS [ 0.069s] nextest-filtering parsing::tests::test_missing_argument
13332024-10-20T04:26:04.826Z PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_close_parentheses
13342024-10-20T04:26:04.826Z PASS [ 0.049s] nextest-filtering parsing::tests::test_missing_close_regex
13352024-10-20T04:26:04.826Z PASS [ 22.717s] integration-tests::integration test_list_with_default_filter
13362024-10-20T04:26:04.826Z PASS [ 0.086s] nextest-filtering parsing::tests::test_missing_open_parentheses
13372024-10-20T04:26:04.826Z PASS [ 0.072s] nextest-filtering parsing::tests::test_missing_parentheses
13382024-10-20T04:26:04.826Z PASS [ 0.058s] nextest-filtering parsing::tests::test_parse_comma
13392024-10-20T04:26:04.826Z PASS [ 0.119s] nextest-filtering parsing::tests::test_parse_expr_difference
13402024-10-20T04:26:04.826Z PASS [ 0.086s] nextest-filtering parsing::tests::test_parse_expr_intersection
13412024-10-20T04:26:04.826Z PASS [ 0.068s] nextest-filtering parsing::tests::test_parse_expr_not
13422024-10-20T04:26:04.826Z PASS [ 0.069s] nextest-filtering parsing::tests::test_parse_expr_precedence
13432024-10-20T04:26:04.826Z PASS [ 0.054s] nextest-filtering parsing::tests::test_parse_expr_set
13442024-10-20T04:26:04.826Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_union
13452024-10-20T04:26:04.826Z PASS [ 0.107s] nextest-filtering parsing::tests::test_parse_glob_matcher
13462024-10-20T04:26:05.018Z PASS [ 0.129s] nextest-filtering parsing::tests::test_parse_name_matcher
13472024-10-20T04:26:05.018Z PASS [ 0.119s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13482024-10-20T04:26:05.018Z PASS [ 0.038s] nextest-filtering parsing::tests::test_parse_set_def
13492024-10-20T04:26:05.018Z PASS [ 0.042s] nextest-filtering parsing::tests::test_unexpected_argument
13502024-10-20T04:26:05.018Z PASS [ 0.029s] nextest-filtering parsing::tests::test_unexpected_comma
13512024-10-20T04:26:05.018Z PASS [ 0.101s] nextest-filtering parsing::tests::test_parse_regex
13522024-10-20T04:26:05.018Z PASS [ 0.074s] nextest-filtering::match test_binary_query
13532024-10-20T04:26:05.018Z PASS [ 0.061s] nextest-filtering::match test_expr_binary
13542024-10-20T04:26:05.018Z PASS [ 0.035s] nextest-filtering::match test_expr_deps
13552024-10-20T04:26:05.018Z PASS [ 0.049s] nextest-filtering::match test_expr_binary_id_glob
13562024-10-20T04:26:05.677Z PASS [ 0.070s] nextest-filtering::match test_expr_kind_partial
13572024-10-20T04:26:05.701Z PASS [ 0.096s] nextest-filtering::match test_expr_kind
13582024-10-20T04:26:05.701Z PASS [ 0.029s] nextest-filtering::match test_expr_package_contains
13592024-10-20T04:26:05.701Z PASS [ 0.079s] nextest-filtering::match test_expr_package_equal
13602024-10-20T04:26:05.724Z PASS [ 0.062s] nextest-filtering::match test_expr_package_regex
13612024-10-20T04:26:05.724Z PASS [ 0.042s] nextest-filtering::match test_expr_rdeps
13622024-10-20T04:26:05.725Z PASS [ 0.096s] nextest-filtering::match test_expr_platform
13632024-10-20T04:26:05.725Z PASS [ 0.090s] nextest-filtering::match test_expr_test
13642024-10-20T04:26:05.725Z PASS [ 0.408s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13652024-10-20T04:26:05.725Z PASS [ 0.064s] nextest-filtering::match test_expr_test_difference::with_and_not
13662024-10-20T04:26:05.725Z PASS [ 0.028s] nextest-filtering::match test_expr_test_intersect::with_and
13672024-10-20T04:26:05.725Z PASS [ 0.118s] nextest-filtering::match test_expr_test_difference::with_minus
13682024-10-20T04:26:05.725Z PASS [ 0.083s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13692024-10-20T04:26:05.725Z PASS [ 0.062s] nextest-filtering::match test_expr_test_not
13702024-10-20T04:26:05.725Z PASS [ 0.043s] nextest-filtering::match test_expr_test_union::with_or
13712024-10-20T04:26:05.725Z PASS [ 0.055s] nextest-filtering::match test_expr_test_union::with_pipe
13722024-10-20T04:26:05.725Z PASS [ 0.032s] nextest-filtering::match test_expr_test_union::with_plus
13732024-10-20T04:26:05.725Z PASS [ 0.159s] nextest-filtering::match test_expr_with_no_matching_packages
13742024-10-20T04:26:05.748Z PASS [ 0.146s] nextest-metadata test_list::tests::test_binary_id_ord
13752024-10-20T04:26:05.749Z PASS [ 0.137s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13762024-10-20T04:26:05.749Z PASS [ 0.065s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13772024-10-20T04:26:05.749Z PASS [ 0.054s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13782024-10-20T04:26:05.749Z PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13792024-10-20T04:26:05.749Z PASS [ 0.091s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13802024-10-20T04:26:05.749Z PASS [ 0.075s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13812024-10-20T04:26:05.749Z PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13822024-10-20T04:26:05.749Z PASS [ 0.068s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13832024-10-20T04:26:05.749Z PASS [ 0.052s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13842024-10-20T04:26:05.879Z PASS [ 0.133s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13852024-10-20T04:26:05.879Z PASS [ 0.121s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13862024-10-20T04:26:05.879Z PASS [ 0.045s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13872024-10-20T04:26:05.879Z PASS [ 0.082s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13882024-10-20T04:26:06.191Z PASS [ 0.343s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
13892024-10-20T04:26:06.215Z PASS [ 0.374s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
13902024-10-20T04:26:06.243Z PASS [ 0.375s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
13912024-10-20T04:26:06.308Z PASS [ 0.501s] nextest-runner config::archive::tests::parse_invalid::absolute_path
13922024-10-20T04:26:06.495Z PASS [ 0.299s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
13932024-10-20T04:26:06.520Z PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::missing_list
13942024-10-20T04:26:06.544Z PASS [ 0.028s] nextest-runner config::config_impl::tests::default_config_is_valid
13952024-10-20T04:26:06.604Z PASS [ 0.363s] nextest-runner config::archive::tests::parse_invalid::negative_depth
13962024-10-20T04:26:06.628Z PASS [ 0.018s] nextest-runner config::helpers::tests::test_deserialize_relative_path
13972024-10-20T04:26:06.654Z PASS [ 0.327s] nextest-runner config::archive::tests::parse_invalid::parent_component
13982024-10-20T04:26:06.654Z PASS [ 0.021s] nextest-runner config::identifier::tests::test_invalid
13992024-10-20T04:26:06.678Z PASS [ 0.025s] nextest-runner config::identifier::tests::test_valid
14002024-10-20T04:26:06.678Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_accumulate
14012024-10-20T04:26:06.720Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14022024-10-20T04:26:06.720Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14032024-10-20T04:26:06.720Z PASS [ 0.036s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14042024-10-20T04:26:06.720Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14052024-10-20T04:26:06.744Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14062024-10-20T04:26:06.767Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14072024-10-20T04:26:06.768Z PASS [ 3.329s] integration-tests::integration test_target_arg
14082024-10-20T04:26:06.768Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14092024-10-20T04:26:06.799Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14102024-10-20T04:26:06.825Z PASS [ 0.318s] nextest-runner config::archive::tests::parse_valid
14112024-10-20T04:26:06.849Z PASS [ 0.304s] nextest-runner config::config_impl::tests::ignored_keys
14122024-10-20T04:26:07.091Z PASS [ 0.329s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14132024-10-20T04:26:07.115Z PASS [ 0.343s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14142024-10-20T04:26:07.138Z PASS [ 0.342s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14152024-10-20T04:26:07.138Z PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14162024-10-20T04:26:07.168Z PASS [ 0.330s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14172024-10-20T04:26:07.403Z PASS [ 0.312s] nextest-runner config::overrides::tests::test_overrides_basic
14182024-10-20T04:26:07.427Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14192024-10-20T04:26:07.427Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14202024-10-20T04:26:07.451Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14212024-10-20T04:26:07.474Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14222024-10-20T04:26:07.717Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14232024-10-20T04:26:07.740Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14242024-10-20T04:26:07.740Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14252024-10-20T04:26:07.764Z PASS [ 0.325s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14262024-10-20T04:26:07.788Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14272024-10-20T04:26:08.029Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14282024-10-20T04:26:08.053Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14292024-10-20T04:26:08.053Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14302024-10-20T04:26:08.077Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14312024-10-20T04:26:08.100Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14322024-10-20T04:26:08.347Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14332024-10-20T04:26:08.388Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14342024-10-20T04:26:08.388Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14352024-10-20T04:26:08.388Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14362024-10-20T04:26:08.413Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14372024-10-20T04:26:08.671Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14382024-10-20T04:26:08.695Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14392024-10-20T04:26:08.719Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14402024-10-20T04:26:08.719Z PASS [ 0.341s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14412024-10-20T04:26:08.743Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::parse_retries_valid
14422024-10-20T04:26:08.980Z PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14432024-10-20T04:26:09.004Z PASS [ 0.291s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14442024-10-20T04:26:09.028Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14452024-10-20T04:26:09.028Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14462024-10-20T04:26:09.052Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14472024-10-20T04:26:09.190Z PASS [ 5.567s] integration-tests::integration test_target_dir
14482024-10-20T04:26:09.305Z PASS [ 0.327s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14492024-10-20T04:26:09.329Z PASS [ 0.329s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14502024-10-20T04:26:09.329Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14512024-10-20T04:26:09.353Z PASS [ 0.318s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14522024-10-20T04:26:09.376Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14532024-10-20T04:26:09.499Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14542024-10-20T04:26:09.602Z PASS [ 0.298s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14552024-10-20T04:26:09.629Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14562024-10-20T04:26:09.653Z PASS [ 0.310s] nextest-runner config::scripts::tests::test_scripts_basic
14572024-10-20T04:26:09.653Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14582024-10-20T04:26:09.653Z PASS [ 6.662s] integration-tests::integration test_show_config_test_groups
14592024-10-20T04:26:09.653Z PASS [ 0.302s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14602024-10-20T04:26:09.796Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14612024-10-20T04:26:09.901Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14622024-10-20T04:26:09.924Z PASS [ 0.288s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14632024-10-20T04:26:09.951Z PASS [ 0.277s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14642024-10-20T04:26:09.951Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14652024-10-20T04:26:09.951Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14662024-10-20T04:26:09.951Z PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14672024-10-20T04:26:10.090Z PASS [ 0.293s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14682024-10-20T04:26:10.204Z PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14692024-10-20T04:26:10.227Z PASS [ 0.294s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14702024-10-20T04:26:10.227Z PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14712024-10-20T04:26:10.227Z PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14722024-10-20T04:26:10.251Z PASS [ 0.283s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14732024-10-20T04:26:10.251Z PASS [ 0.293s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14742024-10-20T04:26:10.394Z PASS [ 0.304s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14752024-10-20T04:26:10.500Z PASS [ 0.285s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14762024-10-20T04:26:10.523Z PASS [ 0.303s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14772024-10-20T04:26:10.523Z PASS [ 0.294s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14782024-10-20T04:26:10.523Z PASS [ 0.287s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14792024-10-20T04:26:10.547Z PASS [ 0.307s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14802024-10-20T04:26:10.571Z PASS [ 0.304s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14812024-10-20T04:26:10.704Z PASS [ 0.310s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14822024-10-20T04:26:10.806Z PASS [ 0.300s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14832024-10-20T04:26:10.830Z PASS [ 0.315s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14842024-10-20T04:26:10.830Z PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14852024-10-20T04:26:10.854Z PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14862024-10-20T04:26:10.854Z PASS [ 0.293s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
14872024-10-20T04:26:10.854Z PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
14882024-10-20T04:26:10.854Z PASS [ 0.023s] nextest-runner config::tool_config::tests::parse_tool_config_file
14892024-10-20T04:26:10.878Z PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
14902024-10-20T04:26:10.878Z PASS [ 0.022s] nextest-runner list::binary_list::tests::test_parse_binary_list
14912024-10-20T04:26:10.878Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
14922024-10-20T04:26:10.878Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
14932024-10-20T04:26:10.878Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
14942024-10-20T04:26:10.902Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
14952024-10-20T04:26:10.902Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
14962024-10-20T04:26:10.902Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
14972024-10-20T04:26:10.902Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
14982024-10-20T04:26:10.926Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
14992024-10-20T04:26:10.926Z PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15002024-10-20T04:26:10.926Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15012024-10-20T04:26:10.949Z PASS [ 0.021s] nextest-runner list::test_list::tests::test_parse_test_list
15022024-10-20T04:26:10.949Z PASS [ 0.020s] nextest-runner partition::tests::partitioner_builder_from_str
15032024-10-20T04:26:10.949Z PASS [ 0.019s] nextest-runner platform::tests::test_from_rustc_output_invalid
15042024-10-20T04:26:10.949Z PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15052024-10-20T04:26:10.973Z PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15062024-10-20T04:26:10.973Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15072024-10-20T04:26:10.973Z PASS [ 0.016s] nextest-runner redact::tests::test_redact_path
15082024-10-20T04:26:10.973Z PASS [ 0.022s] nextest-runner reporter::displayer::tests::no_capture_settings
15092024-10-20T04:26:10.997Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15102024-10-20T04:26:11.021Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15112024-10-20T04:26:11.021Z PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15122024-10-20T04:26:11.045Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15132024-10-20T04:26:11.045Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15142024-10-20T04:26:11.068Z PASS [ 0.339s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15152024-10-20T04:26:11.068Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15162024-10-20T04:26:11.069Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15172024-10-20T04:26:11.093Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_final_warnings
15182024-10-20T04:26:11.093Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15192024-10-20T04:26:11.093Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15202024-10-20T04:26:11.117Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15212024-10-20T04:26:11.117Z PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15222024-10-20T04:26:11.117Z PASS [ 0.020s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15232024-10-20T04:26:11.117Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
15242024-10-20T04:26:11.117Z PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
15252024-10-20T04:26:11.141Z PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
15262024-10-20T04:26:11.141Z PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15272024-10-20T04:26:11.141Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15282024-10-20T04:26:11.141Z PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_highlight_end
15292024-10-20T04:26:11.141Z PASS [ 0.309s] nextest-runner config::tool_config::tests::tool_config_basic
15302024-10-20T04:26:11.165Z PASS [ 0.015s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15312024-10-20T04:26:11.165Z PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15322024-10-20T04:26:11.165Z PASS [ 0.021s] nextest-runner reuse_build::tests::test_path_mapper_relative
15332024-10-20T04:26:11.188Z PASS [ 0.015s] nextest-runner runner::tests::test_is_success
15342024-10-20T04:26:11.188Z PASS [ 0.025s] nextest-runner runner::tests::no_capture_settings
15352024-10-20T04:26:11.188Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output
15362024-10-20T04:26:11.258Z PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15372024-10-20T04:26:11.258Z PASS [ 0.022s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15382024-10-20T04:26:11.282Z PASS [ 0.071s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15392024-10-20T04:26:11.282Z PASS [ 0.093s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
15402024-10-20T04:26:11.282Z PASS [ 0.025s] nextest-runner target_runner::tests::test_find_config
15412024-10-20T04:26:11.282Z PASS [ 0.020s] nextest-runner test_filter::tests::empty_pattern_examples
15422024-10-20T04:26:11.282Z PASS [ 0.047s] nextest-runner test_filter::tests::pattern_examples
15432024-10-20T04:26:11.306Z PASS [ 0.102s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15442024-10-20T04:26:11.306Z PASS [ 0.023s] nextest-runner test_filter::tests::skip_only_pattern_examples
15452024-10-20T04:26:11.330Z PASS [ 0.142s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15462024-10-20T04:26:11.354Z PASS [ 0.118s] nextest-runner test_filter::tests::proptest_empty
15472024-10-20T04:26:11.416Z PASS [ 0.259s] nextest-runner rustc_cli::tests::test_execute_with_failure
15482024-10-20T04:26:11.439Z PASS [ 0.194s] nextest-runner test_filter::tests::proptest_no_match
15492024-10-20T04:26:11.501Z PASS [ 0.087s] nextest-runner::integration basic::test_list_binaries
15502024-10-20T04:26:11.607Z PASS [ 0.286s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15512024-10-20T04:26:11.631Z PASS [ 0.284s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15522024-10-20T04:26:11.699Z PASS [ 0.480s] nextest-runner test_filter::tests::proptest_exact
15532024-10-20T04:26:11.751Z PASS [ 0.316s] nextest-runner::integration basic::test_list_tests
15542024-10-20T04:26:11.871Z PASS [ 0.570s] nextest-runner time::stopwatch::tests::stopwatch_pause
15552024-10-20T04:26:11.957Z PASS [ 0.709s] nextest-runner test_filter::tests::proptest_substring
15562024-10-20T04:26:11.981Z PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching
15572024-10-20T04:26:12.171Z PASS [ 0.418s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15582024-10-20T04:26:12.195Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15592024-10-20T04:26:12.219Z PASS [ 0.500s] nextest-runner::integration basic::test_run_ignored
15602024-10-20T04:26:12.219Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact
15612024-10-20T04:26:12.298Z PASS [ 0.313s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15622024-10-20T04:26:12.609Z PASS [ 0.410s] nextest-runner::integration target_runner::parses_cargo_env
15632024-10-20T04:26:12.632Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env
15642024-10-20T04:26:12.656Z PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_cli
15652024-10-20T04:26:12.680Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15662024-10-20T04:26:12.703Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15672024-10-20T04:26:12.727Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env
15682024-10-20T04:26:12.752Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15692024-10-20T04:26:12.776Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_target_cli_option
15702024-10-20T04:26:12.838Z PASS [ 0.626s] nextest-runner::integration target_runner::test_listing_with_target_runner
15712024-10-20T04:26:13.221Z PASS [ 1.724s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15722024-10-20T04:26:13.245Z PASS [ 1.626s] nextest-runner::integration basic::test_run
15732024-10-20T04:26:13.327Z PASS [ 21.942s] integration-tests::integration test_run
15742024-10-20T04:26:13.351Z PASS [ 1.731s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15752024-10-20T04:26:13.792Z PASS [ 1.508s] nextest-runner::integration target_runner::test_run_with_target_runner
15762024-10-20T04:26:14.373Z PASS [ 2.510s] nextest-runner::integration basic::test_termination
15772024-10-20T04:26:14.397Z------------
15782024-10-20T04:26:14.397Z Summary [ 32.659s] 274 tests run: 274 passed, 0 skipped
15792024-10-20T04:26:14.398Z
15802024-10-20T04:26:14.398Zreal 33.691097095
15812024-10-20T04:26:14.398Zuser 1:57.639706225
15822024-10-20T04:26:14.398Zsys 1:45.605664254
15832024-10-20T04:26:14.398Ztrap 0.292462096
15842024-10-20T04:26:14.398Ztflt 0.421967035
15852024-10-20T04:26:14.398Zdflt 2.345617546
15862024-10-20T04:26:14.398Zkflt 0.003217778
15872024-10-20T04:26:14.398Zlock 30:02.099781100
15882024-10-20T04:26:14.398Zslp 46:57.725194825
15892024-10-20T04:26:14.398Zlat 11:33.493050347
15902024-10-20T04:26:14.398Zstop 5:06.326470974
15912024-10-20T04:26:14.422Zprocess exited: duration 316530 ms, exit code 0
 
15922024-10-20T04:26:14.493Zfound 0 output files