[INFO] crate wasm-pack 0.8.1 is already in cache [INFO] checking wasm-pack-0.8.1 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate wasm-pack 0.8.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate wasm-pack 0.8.1 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wasm-pack 0.8.1 [INFO] finished tweaking crates.io crate wasm-pack 0.8.1 [INFO] tweaked toml for crates.io crate wasm-pack 0.8.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 660bae1eedd782cc8b3e6e574da7812228d82dc8d8a9325d8fd055ab3b02e95c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "660bae1eedd782cc8b3e6e574da7812228d82dc8d8a9325d8fd055ab3b02e95c"` [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking os_type v2.2.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking serde_ignored v0.0.4 [INFO] [stderr] Checking which v2.0.1 [INFO] [stderr] Checking dialoguer v0.3.0 [INFO] [stderr] Checking binary-install v0.0.2 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking cargo_metadata v0.6.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking assert_cmd v0.10.2 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking human-panic v1.0.1 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking wasm-pack v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/all/utils/fixture.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | use std::sync::{MutexGuard, Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/all/utils/fixture.rs:26:39 [INFO] [stderr] | [INFO] [stderr] 26 | static SET_TARGET_DIR: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/all/utils/fixture.rs:217:45 [INFO] [stderr] | [INFO] [stderr] 217 | static INSTALL_WASM_BINDGEN: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/all/utils/fixture.rs:244:42 [INFO] [stderr] | [INFO] [stderr] 244 | static FETCH_GECKODRIVER: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/all/utils/fixture.rs:259:43 [INFO] [stderr] | [INFO] [stderr] 259 | static FETCH_CHROMEDRIVER: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.49s [INFO] running `"docker" "inspect" "660bae1eedd782cc8b3e6e574da7812228d82dc8d8a9325d8fd055ab3b02e95c"` [INFO] running `"docker" "rm" "-f" "660bae1eedd782cc8b3e6e574da7812228d82dc8d8a9325d8fd055ab3b02e95c"` [INFO] [stdout] 660bae1eedd782cc8b3e6e574da7812228d82dc8d8a9325d8fd055ab3b02e95c