[INFO] updating cached repository https://github.com/sile/dg [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ba3f6e789448c0c02fd7b8d4dbcdb3faf74603a [INFO] checking sile/dg against master#e1beee4992ad4b235fc700bf7af1ee86f894ea53 for pr-74130 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsile%2Fdg" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sile/dg on toolchain e1beee4992ad4b235fc700bf7af1ee86f894ea53 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sile/dg [INFO] finished tweaking git repo https://github.com/sile/dg [INFO] tweaked toml for git repo https://github.com/sile/dg written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/sile/dg already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e63c30d13f241a292f2a6970a263333a036a3ac6e1f19dd7f510d23b8976f27 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3e63c30d13f241a292f2a6970a263333a036a3ac6e1f19dd7f510d23b8976f27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e63c30d13f241a292f2a6970a263333a036a3ac6e1f19dd7f510d23b8976f27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e63c30d13f241a292f2a6970a263333a036a3ac6e1f19dd7f510d23b8976f27", kill_on_drop: false }` [INFO] [stdout] 3e63c30d13f241a292f2a6970a263333a036a3ac6e1f19dd7f510d23b8976f27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c22d48d5c7d4013b20e31b39f0bff67a5998c5b83859bc0ae246e76b174e1a33 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c22d48d5c7d4013b20e31b39f0bff67a5998c5b83859bc0ae246e76b174e1a33", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Checking slog v2.2.3 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Checking trackable v0.2.17 [INFO] [stderr] Checking futures v0.1.21 [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Checking nbchan v0.1.2 [INFO] [stderr] Checking isatty v0.1.8 [INFO] [stderr] Checking inotify-sys v0.1.2 [INFO] [stderr] Checking atty v0.2.10 [INFO] [stderr] Checking log v0.4.2 [INFO] [stderr] Checking net2 v0.2.32 [INFO] [stderr] Checking term v0.5.1 [INFO] [stderr] Checking rand v0.5.1 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Checking textwrap v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.2 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking clap v2.31.2 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking slog-scope v4.0.1 [INFO] [stderr] Checking mio v0.6.14 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Compiling procinfo v0.4.2 [INFO] [stderr] Checking slog-stdlog v3.0.2 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Checking scalable_cuckoo_filter v0.1.2 [INFO] [stderr] Checking chrono v0.4.3 [INFO] [stderr] Checking fibers v0.1.10 [INFO] [stderr] Checking inotify v0.5.1 [INFO] [stderr] Checking fibers_inotify v0.1.1 [INFO] [stderr] Checking slog-term v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.66 [INFO] [stderr] Checking prometrics v0.1.11 [INFO] [stderr] Checking tasque v0.1.4 [INFO] [stderr] Checking fibers_tasque v0.1.1 [INFO] [stderr] Checking sloggers v0.2.7 [INFO] [stderr] Checking dg v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.26s [INFO] running `Command { std: "docker" "inspect" "c22d48d5c7d4013b20e31b39f0bff67a5998c5b83859bc0ae246e76b174e1a33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22d48d5c7d4013b20e31b39f0bff67a5998c5b83859bc0ae246e76b174e1a33", kill_on_drop: false }` [INFO] [stdout] c22d48d5c7d4013b20e31b39f0bff67a5998c5b83859bc0ae246e76b174e1a33