[INFO] fetching crate cuid1 0.1.0...
[INFO] checking cuid1-0.1.0 against master#11d2046fe9962720558cb15f72541f7fd170dec9 for pr-139493-2
[INFO] extracting crate cuid1 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate cuid1 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cuid1 0.1.0
[INFO] tweaked toml for crates.io crate cuid1 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cuid1 0.1.0 on toolchain 11d2046fe9962720558cb15f72541f7fd170dec9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11d2046fe9962720558cb15f72541f7fd170dec9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cuid1 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11d2046fe9962720558cb15f72541f7fd170dec9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded minicov v0.3.5
[INFO] [stderr]   Downloaded cuid-util v0.1.1
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.43
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.43
[INFO] [stderr]   Downloaded hostname v0.4.0
[INFO] [stderr]   Downloaded plotters-backend v0.3.6
[INFO] [stderr]   Downloaded plotters-svg v0.3.6
[INFO] [stderr]   Downloaded oorandom v11.1.4
[INFO] [stderr]   Downloaded serde_derive v1.0.207
[INFO] [stderr]   Downloaded clap v4.5.15
[INFO] [stderr]   Downloaded serde v1.0.207
[INFO] [stderr]   Downloaded cc v1.1.11
[INFO] [stderr]   Downloaded clap_builder v4.5.15
[INFO] [stderr]   Downloaded serde_json v1.0.124
[INFO] [stderr]   Downloaded syn v2.0.74
[INFO] [stderr]   Downloaded plotters v0.3.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+11d2046fe9962720558cb15f72541f7fd170dec9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9cba752a8052ca5014810adcb61121a62c6b0f099d42bad236e73ddb976bace7
[INFO] running `Command { std: "docker" "start" "-a" "9cba752a8052ca5014810adcb61121a62c6b0f099d42bad236e73ddb976bace7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cba752a8052ca5014810adcb61121a62c6b0f099d42bad236e73ddb976bace7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cba752a8052ca5014810adcb61121a62c6b0f099d42bad236e73ddb976bace7", kill_on_drop: false }`
[INFO] [stdout] 9cba752a8052ca5014810adcb61121a62c6b0f099d42bad236e73ddb976bace7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+11d2046fe9962720558cb15f72541f7fd170dec9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9a95f331211c950ba33fddecb08ae58b5f9378df1330db0327a5933b42052bf
[INFO] running `Command { std: "docker" "start" "-a" "d9a95f331211c950ba33fddecb08ae58b5f9378df1330db0327a5933b42052bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.93
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.93
[INFO] [stderr]    Compiling serde v1.0.207
[INFO] [stderr]    Compiling serde_json v1.0.124
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking plotters-backend v0.3.6
[INFO] [stderr]     Checking clap_builder v4.5.15
[INFO] [stderr]     Checking cuid-util v0.1.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking plotters-svg v0.3.6
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking plotters v0.3.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking clap v4.5.15
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.93
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.207
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.43
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.93
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.93
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking js-sys v0.3.70
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking cuid1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.43
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.43
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] warning: unexpected `cfg` condition name: `wasm_bindgen_unstable_test_coverage`
[INFO] [stdout]    --> src/lib.rs:167:17
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 #[wasm_bindgen_test::wasm_bindgen_test]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 179 |     wasm_test!(correct_discrete_values);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `wasm_bindgen_test::wasm_bindgen_test` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `wasm_bindgen_test::wasm_bindgen_test` may come from an old version of the `wasm_bindgen_test_macro` crate, try updating your dependency with `cargo update -p wasm_bindgen_test_macro`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the attribute macro `wasm_bindgen_test::wasm_bindgen_test` which comes from the expansion of the macro `wasm_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `wasm_bindgen_unstable_test_coverage`
[INFO] [stdout]    --> src/lib.rs:167:17
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 #[wasm_bindgen_test::wasm_bindgen_test]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     wasm_test!(cuid_len);
[INFO] [stdout]     |     -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `wasm_bindgen_test::wasm_bindgen_test` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `wasm_bindgen_test::wasm_bindgen_test` may come from an old version of the `wasm_bindgen_test_macro` crate, try updating your dependency with `cargo update -p wasm_bindgen_test_macro`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the attribute macro `wasm_bindgen_test::wasm_bindgen_test` which comes from the expansion of the macro `wasm_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `wasm_bindgen_unstable_test_coverage`
[INFO] [stdout]    --> src/lib.rs:167:17
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 #[wasm_bindgen_test::wasm_bindgen_test]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     wasm_test!(cuid_is_cuid);
[INFO] [stdout]     |     ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `wasm_bindgen_test::wasm_bindgen_test` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `wasm_bindgen_test::wasm_bindgen_test` may come from an old version of the `wasm_bindgen_test_macro` crate, try updating your dependency with `cargo update -p wasm_bindgen_test_macro`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the attribute macro `wasm_bindgen_test::wasm_bindgen_test` which comes from the expansion of the macro `wasm_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `wasm_bindgen_unstable_test_coverage`
[INFO] [stdout]    --> src/lib.rs:167:17
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 #[wasm_bindgen_test::wasm_bindgen_test]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     wasm_test!(cuid_is_not_cuid_zero_len);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `wasm_bindgen_test::wasm_bindgen_test` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `wasm_bindgen_test::wasm_bindgen_test` may come from an old version of the `wasm_bindgen_test_macro` crate, try updating your dependency with `cargo update -p wasm_bindgen_test_macro`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the attribute macro `wasm_bindgen_test::wasm_bindgen_test` which comes from the expansion of the macro `wasm_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `wasm_bindgen_unstable_test_coverage`
[INFO] [stdout]    --> src/lib.rs:167:17
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 #[wasm_bindgen_test::wasm_bindgen_test]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     wasm_test!(slug_len);
[INFO] [stdout]     |     -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `wasm_bindgen_test::wasm_bindgen_test` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `wasm_bindgen_test::wasm_bindgen_test` may come from an old version of the `wasm_bindgen_test_macro` crate, try updating your dependency with `cargo update -p wasm_bindgen_test_macro`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the attribute macro `wasm_bindgen_test::wasm_bindgen_test` which comes from the expansion of the macro `wasm_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `wasm_bindgen_unstable_test_coverage`
[INFO] [stdout]    --> src/lib.rs:167:17
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 #[wasm_bindgen_test::wasm_bindgen_test]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     wasm_test!(slug_is_slug);
[INFO] [stdout]     |     ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `wasm_bindgen_test::wasm_bindgen_test` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `wasm_bindgen_test::wasm_bindgen_test` may come from an old version of the `wasm_bindgen_test_macro` crate, try updating your dependency with `cargo update -p wasm_bindgen_test_macro`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the attribute macro `wasm_bindgen_test::wasm_bindgen_test` which comes from the expansion of the macro `wasm_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.20s
[INFO] running `Command { std: "docker" "inspect" "d9a95f331211c950ba33fddecb08ae58b5f9378df1330db0327a5933b42052bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9a95f331211c950ba33fddecb08ae58b5f9378df1330db0327a5933b42052bf", kill_on_drop: false }`
[INFO] [stdout] d9a95f331211c950ba33fddecb08ae58b5f9378df1330db0327a5933b42052bf
