[INFO] fetching crate lucet-runtime 0.1.1... [INFO] checking lucet-runtime-0.1.1 against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] extracting crate lucet-runtime 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate lucet-runtime 0.1.1 on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lucet-runtime 0.1.1 [INFO] finished tweaking crates.io crate lucet-runtime 0.1.1 [INFO] tweaked toml for crates.io crate lucet-runtime 0.1.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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-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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] ed25c63945a8607d9edcd3eb80f431ce4de9e73a6f93d69a5cadf0c1638706c4 [INFO] running `"docker" "start" "-a" "ed25c63945a8607d9edcd3eb80f431ce4de9e73a6f93d69a5cadf0c1638706c4"` [INFO] [stderr] Compiling cranelift-entity v0.31.0 [INFO] [stderr] Checking parity-wasm v0.38.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking xfailure v0.1.0 [INFO] [stderr] Checking wasmparser v0.31.1 [INFO] [stderr] Checking wasmparser v0.23.0 [INFO] [stderr] Checking human-size v0.4.0 [INFO] [stderr] Compiling lucet-runtime-internals v0.1.1 [INFO] [stderr] Compiling lucet-runtime-tests v0.1.1 [INFO] [stderr] Checking bimap v0.2.0 [INFO] [stderr] Compiling wabt-sys v0.5.4 [INFO] [stderr] Checking cranelift-bforest v0.31.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.31.0 [INFO] [stderr] Checking rpassword v3.0.2 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Checking string-interner v0.6.4 [INFO] [stderr] Checking goblin v0.0.22 [INFO] [stderr] Checking goblin v0.0.23 [INFO] [stderr] Checking scrypt v0.2.0 [INFO] [stderr] Checking minisign v0.5.11 [INFO] [stderr] Compiling target-lexicon v0.4.0 [INFO] [stderr] Compiling target-lexicon v0.3.0 [INFO] [stderr] Checking object v0.12.0 [INFO] [stderr] Checking faerie v0.10.2 [INFO] [stderr] Checking wasmonkey v0.1.8 [INFO] [stderr] Compiling cranelift-codegen v0.31.0 [INFO] [stderr] Checking wabt v0.7.4 [INFO] [stderr] Checking lucet-module-data v0.1.2 [INFO] [stderr] Checking cranelift-module v0.31.0 [INFO] [stderr] Checking cranelift-frontend v0.31.0 [INFO] [stderr] Checking cranelift-native v0.31.0 [INFO] [stderr] Checking cranelift-faerie v0.31.0 [INFO] [stderr] Checking cranelift-wasm v0.31.0 [INFO] [stderr] Checking lucetc v0.1.1 [INFO] [stderr] Checking lucet-wasi-sdk v0.1.1 [INFO] [stderr] Checking lucet-runtime v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::fixed_width_ints::uint64_t': Use u64 instead. [INFO] [stderr] --> tests/strcmp.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | strcmp_tests!(lucet_runtime::MmapRegion); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> tests/guest_fault.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | guest_fault_tests!(lucet_runtime::MmapRegion); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> tests/guest_fault.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | guest_fault_tests!(lucet_runtime::MmapRegion); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `"docker" "inspect" "ed25c63945a8607d9edcd3eb80f431ce4de9e73a6f93d69a5cadf0c1638706c4"` [INFO] running `"docker" "rm" "-f" "ed25c63945a8607d9edcd3eb80f431ce4de9e73a6f93d69a5cadf0c1638706c4"` [INFO] [stdout] ed25c63945a8607d9edcd3eb80f431ce4de9e73a6f93d69a5cadf0c1638706c4