[INFO] fetching crate wasm-pack 0.8.1... [INFO] checking wasm-pack-0.8.1 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate wasm-pack 0.8.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate wasm-pack 0.8.1 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8be48785d66bc1fe83e8f2f3204880aace2d7602a9f53f4dae1719c90a4e9e3f [INFO] running `"docker" "start" "-a" "8be48785d66bc1fe83e8f2f3204880aace2d7602a9f53f4dae1719c90a4e9e3f"` [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Checking is_executable v0.1.2 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking console v0.9.0 [INFO] [stderr] Checking os_type v2.2.0 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking tar v0.4.26 [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 dialoguer v0.3.0 [INFO] [stderr] Checking which v2.0.1 [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] Checking bzip2 v0.3.3 [INFO] [stderr] Checking zip v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [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 console v0.6.2 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Checking binary-install v0.0.2 [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 40.98s [INFO] running `"docker" "inspect" "8be48785d66bc1fe83e8f2f3204880aace2d7602a9f53f4dae1719c90a4e9e3f"` [INFO] running `"docker" "rm" "-f" "8be48785d66bc1fe83e8f2f3204880aace2d7602a9f53f4dae1719c90a4e9e3f"` [INFO] [stdout] 8be48785d66bc1fe83e8f2f3204880aace2d7602a9f53f4dae1719c90a4e9e3f