[INFO] updating cached repository https://github.com/alexcrichton/cargo-edit-locally [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0e33621281a810654ebe46a9f6febf27ff8e5dc9 [INFO] checking alexcrichton/cargo-edit-locally against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexcrichton%2Fcargo-edit-locally" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexcrichton/cargo-edit-locally on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/alexcrichton/cargo-edit-locally [INFO] finished tweaking git repo https://github.com/alexcrichton/cargo-edit-locally [INFO] tweaked toml for git repo https://github.com/alexcrichton/cargo-edit-locally written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/alexcrichton/cargo-edit-locally already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] 94bdebad190dad24522d4739188aeff8897185639f6594dc87e656d468a69b94 [INFO] running `"docker" "start" "-a" "94bdebad190dad24522d4739188aeff8897185639f6594dc87e656d468a69b94"` [INFO] [stderr] Compiling curl v0.4.24 [INFO] [stderr] Compiling libnghttp2-sys v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.50 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.21 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Checking socket2 v0.3.8 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking jobserver v0.1.13 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking num-complex v0.2.1 [INFO] [stderr] Checking sized-chunks v0.1.2 [INFO] [stderr] Checking backtrace v0.3.15 [INFO] [stderr] Checking tar v0.4.22 [INFO] [stderr] Checking globset v0.4.2 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking ndarray v0.12.1 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Checking ignore v0.4.6 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Checking crypto-hash v0.3.3 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Checking strsim v0.9.1 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking url_serde v0.2.0 [INFO] [stderr] Checking serde_ignored v0.0.4 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Checking docopt v1.1.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking opener v0.3.2 [INFO] [stderr] Checking rustfix v0.4.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking crates-io v0.24.0 [INFO] [stderr] Compiling im-rc v12.3.4 [INFO] [stderr] Checking git2 v0.8.0 [INFO] [stderr] Checking git2-curl v0.9.0 [INFO] [stderr] Checking cargo v0.36.0 [INFO] [stderr] Checking cargo-edit-locally v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/log.rs:6:48 [INFO] [stderr] | [INFO] [stderr] 6 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/log.rs:22:27 [INFO] [stderr] | [INFO] [stderr] 22 | static CNT: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 15s [INFO] running `"docker" "inspect" "94bdebad190dad24522d4739188aeff8897185639f6594dc87e656d468a69b94"` [INFO] running `"docker" "rm" "-f" "94bdebad190dad24522d4739188aeff8897185639f6594dc87e656d468a69b94"` [INFO] [stdout] 94bdebad190dad24522d4739188aeff8897185639f6594dc87e656d468a69b94