[INFO] fetching crate alexcrichton-cranelift-simplejit 0.53.0... [INFO] checking alexcrichton-cranelift-simplejit-0.53.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate alexcrichton-cranelift-simplejit 0.53.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate alexcrichton-cranelift-simplejit 0.53.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate alexcrichton-cranelift-simplejit 0.53.0 [INFO] finished tweaking crates.io crate alexcrichton-cranelift-simplejit 0.53.0 [INFO] tweaked toml for crates.io crate alexcrichton-cranelift-simplejit 0.53.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate alexcrichton-cranelift-simplejit 0.53.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded alexcrichton-cranelift-native v0.53.0 [INFO] [stderr] Downloaded alexcrichton-cranelift v0.53.0 [INFO] [stderr] Downloaded alexcrichton-cranelift-module v0.53.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 52107ca239f39121983ab01f944fbf0a546caea871414af2921e36a5b00e9d39 [INFO] running `Command { std: "docker" "start" "-a" "52107ca239f39121983ab01f944fbf0a546caea871414af2921e36a5b00e9d39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52107ca239f39121983ab01f944fbf0a546caea871414af2921e36a5b00e9d39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52107ca239f39121983ab01f944fbf0a546caea871414af2921e36a5b00e9d39", kill_on_drop: false }` [INFO] [stdout] 52107ca239f39121983ab01f944fbf0a546caea871414af2921e36a5b00e9d39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e5ee0c536d6d8c87ef764375af456f38c9c48e66374d2858fe69234f743eae1f [INFO] running `Command { std: "docker" "start" "-a" "e5ee0c536d6d8c87ef764375af456f38c9c48e66374d2858fe69234f743eae1f", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] alexcrichton-cranelift-codegen v0.53.0: basic-blocks [INFO] [stderr] libc v0.2.66: use_std [INFO] [stderr] [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling alexcrichton-cranelift-entity v0.53.0 [INFO] [stderr] Compiling alexcrichton-cranelift-codegen-shared v0.53.0 [INFO] [stderr] Compiling target-lexicon v0.10.0 [INFO] [stderr] Checking smallvec v1.1.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling raw-cpuid v7.0.3 [INFO] [stderr] Compiling alexcrichton-cranelift-codegen-meta v0.53.0 [INFO] [stderr] Checking alexcrichton-cranelift-bforest v0.53.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking region v2.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Compiling alexcrichton-cranelift-codegen v0.53.0 [INFO] [stderr] Checking alexcrichton-cranelift-frontend v0.53.0 [INFO] [stderr] Checking alexcrichton-cranelift-native v0.53.0 [INFO] [stderr] Checking alexcrichton-cranelift-module v0.53.0 [INFO] [stderr] Checking alexcrichton-cranelift-simplejit v0.53.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Checking alexcrichton-cranelift v0.53.0 [INFO] [stderr] Migrating examples/simplejit-minimal.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/basic.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.28s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking region v2.1.2 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking alexcrichton-cranelift-simplejit v0.53.0 (/tmp/fixit) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `Command { std: "docker" "inspect" "e5ee0c536d6d8c87ef764375af456f38c9c48e66374d2858fe69234f743eae1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5ee0c536d6d8c87ef764375af456f38c9c48e66374d2858fe69234f743eae1f", kill_on_drop: false }` [INFO] [stdout] e5ee0c536d6d8c87ef764375af456f38c9c48e66374d2858fe69234f743eae1f