[INFO] cloning repository https://github.com/theherk/ddtest [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theherk/ddtest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheherk%2Fddtest"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheherk%2Fddtest'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7f0a73251189700c23c50fd4c0ffd21718b05dd8 [INFO] checking theherk/ddtest against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheherk%2Fddtest" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/theherk/ddtest 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/theherk/ddtest [INFO] finished tweaking git repo https://github.com/theherk/ddtest [INFO] tweaked toml for git repo https://github.com/theherk/ddtest written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/theherk/ddtest already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dipstick v0.6.5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] a91bb1bb137daf80cdaede3acdf5d32d44b6e799b806992014322045ba8e4d19 [INFO] running `"docker" "start" "-a" "a91bb1bb137daf80cdaede3acdf5d32d44b6e799b806992014322045ba8e4d19"` [INFO] [stderr] Compiling libc v0.2.37 [INFO] [stderr] Compiling num-traits v0.2.0 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Checking time v0.1.39 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tempdir v0.3.6 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling dipstick v0.6.5 [INFO] [stderr] Checking ddtest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/metric/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref METRICS: AppMetrics = app_metrics(to_statsd("localhost:8125").unwrap().with_namespace(&["bend", "api"])); [INFO] [stderr] 5 | | pub static ref GET: AppCounter = METRICS.counter("GET /"); [INFO] [stderr] 6 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/metric/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref METRICS: AppMetrics = app_metrics(to_statsd("localhost:8125").unwrap().with_namespace(&["bend", "api"])); [INFO] [stderr] 5 | | pub static ref GET: AppCounter = METRICS.counter("GET /"); [INFO] [stderr] 6 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/metric/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref METRICS: AppMetrics = app_metrics(to_statsd("localhost:8125").unwrap().with_namespace(&["bend", "api"])); [INFO] [stderr] 5 | | pub static ref GET: AppCounter = METRICS.counter("GET /"); [INFO] [stderr] 6 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/metric/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref METRICS: AppMetrics = app_metrics(to_statsd("localhost:8125").unwrap().with_namespace(&["bend", "api"])); [INFO] [stderr] 5 | | pub static ref GET: AppCounter = METRICS.counter("GET /"); [INFO] [stderr] 6 | | } [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 37.80s [INFO] running `"docker" "inspect" "a91bb1bb137daf80cdaede3acdf5d32d44b6e799b806992014322045ba8e4d19"` [INFO] running `"docker" "rm" "-f" "a91bb1bb137daf80cdaede3acdf5d32d44b6e799b806992014322045ba8e4d19"` [INFO] [stdout] a91bb1bb137daf80cdaede3acdf5d32d44b6e799b806992014322045ba8e4d19