[INFO] fetching crate wasmer-singlepass-backend 0.6.0... [INFO] checking wasmer-singlepass-backend-0.6.0 against master#201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba for pr-63809 [INFO] extracting crate wasmer-singlepass-backend 0.6.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate wasmer-singlepass-backend 0.6.0 on toolchain 201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba [INFO] running `"/workspace/cargo-home/bin/cargo" "+201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wasmer-singlepass-backend 0.6.0 [INFO] finished tweaking crates.io crate wasmer-singlepass-backend 0.6.0 [INFO] tweaked toml for crates.io crate wasmer-singlepass-backend 0.6.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba" "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] 2e3a3ff49d92be13877c78b4dce836307a10cf9005fe134e4e6b52d907dd4c59 [INFO] running `"docker" "start" "-a" "2e3a3ff49d92be13877c78b4dce836307a10cf9005fe134e4e6b52d907dd4c59"` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling constant_time_eq v0.1.4 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Checking wasmparser v0.35.3 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling bincode v1.2.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking page_size v0.4.1 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking dynasmrt v0.3.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Compiling blake2b_simd v0.4.1 [INFO] [stderr] Compiling wasmer-runtime-core v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking serde_bytes v0.10.5 [INFO] [stderr] Checking serde-bench v0.0.7 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Compiling dynasm v0.3.2 [INFO] [stderr] Checking wasmer-singlepass-backend v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/codegen_x64.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | Box Result<(), Box> + Send + Sync + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(BreakpointInfo) -> Result<(), Box> + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/codegen_x64.rs:297:46 [INFO] [stderr] | [INFO] [stderr] 297 | unsafe fn do_early_trap(&self, data: Box) -> ! { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/codegen_x64.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | Box Result<(), Box> + Send + Sync + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(BreakpointInfo) -> Result<(), Box> + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/codegen_x64.rs:297:46 [INFO] [stderr] | [INFO] [stderr] 297 | unsafe fn do_early_trap(&self, data: Box) -> ! { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `"docker" "inspect" "2e3a3ff49d92be13877c78b4dce836307a10cf9005fe134e4e6b52d907dd4c59"` [INFO] running `"docker" "rm" "-f" "2e3a3ff49d92be13877c78b4dce836307a10cf9005fe134e4e6b52d907dd4c59"` [INFO] [stdout] 2e3a3ff49d92be13877c78b4dce836307a10cf9005fe134e4e6b52d907dd4c59