[INFO] updating cached repository https://github.com/theherk/ddtest [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] 7f0a73251189700c23c50fd4c0ffd21718b05dd8 [INFO] checking theherk/ddtest against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheherk%2Fddtest" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/theherk/ddtest on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-1/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 0ca684e7219386b8e3a88820b746642f2ce2bc81ed0bdccc8ec3be63b8437caa [INFO] running `"docker" "start" "-a" "0ca684e7219386b8e3a88820b746642f2ce2bc81ed0bdccc8ec3be63b8437caa"` [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling remove_dir_all v0.3.0 [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 23.50s [INFO] running `"docker" "inspect" "0ca684e7219386b8e3a88820b746642f2ce2bc81ed0bdccc8ec3be63b8437caa"` [INFO] running `"docker" "rm" "-f" "0ca684e7219386b8e3a88820b746642f2ce2bc81ed0bdccc8ec3be63b8437caa"` [INFO] [stdout] 0ca684e7219386b8e3a88820b746642f2ce2bc81ed0bdccc8ec3be63b8437caa