[INFO] cloning repository https://github.com/Ragnaroek/mithril [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ragnaroek/mithril" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRagnaroek%2Fmithril", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRagnaroek%2Fmithril'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e9d4781c09d9e579fa654339461fa4c81c96674 [INFO] checking Ragnaroek/mithril against try#1c5262aa6c045a581fb974488793f09ed51fc498 for pr-78376 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRagnaroek%2Fmithril" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ragnaroek/mithril on toolchain 1c5262aa6c045a581fb974488793f09ed51fc498 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Ragnaroek/mithril [INFO] finished tweaking git repo https://github.com/Ragnaroek/mithril [INFO] tweaked toml for git repo https://github.com/Ragnaroek/mithril written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Ragnaroek/mithril already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a14ce72a789693ada716996ff228f5da0ba46f814093b703a9480faf3bb323d9 [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" "a14ce72a789693ada716996ff228f5da0ba46f814093b703a9480faf3bb323d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a14ce72a789693ada716996ff228f5da0ba46f814093b703a9480faf3bb323d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a14ce72a789693ada716996ff228f5da0ba46f814093b703a9480faf3bb323d9", kill_on_drop: false }` [INFO] [stdout] a14ce72a789693ada716996ff228f5da0ba46f814093b703a9480faf3bb323d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87d0dc3e9715a6d3dfa03804ebf5af61bccc34273bdb0392897640d61a3907a7 [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" "87d0dc3e9715a6d3dfa03804ebf5af61bccc34273bdb0392897640d61a3907a7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling cc v1.0.26 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Checking ucd-util v0.1.2 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling lexical-core v0.7.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking termcolor v1.0.4 [INFO] [stderr] Checking rust-ini v0.13.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.3 [INFO] [stderr] Checking yaml-rust v0.4.2 [INFO] [stderr] Checking blake2b_simd v0.5.10 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling blake v2.0.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling skein-ffi v0.5.0 [INFO] [stderr] Compiling jh-ffi v0.5.0 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking serde_test v0.8.23 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking groestl v0.9.0 [INFO] [stderr] Checking nom v5.1.2 [INFO] [stderr] Checking regex v1.0.6 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Compiling strum_macros v0.19.4 [INFO] [stderr] Checking strum v0.19.5 [INFO] [stderr] Checking bandit v0.12.2 [INFO] [stderr] Checking mithril v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "87d0dc3e9715a6d3dfa03804ebf5af61bccc34273bdb0392897640d61a3907a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87d0dc3e9715a6d3dfa03804ebf5af61bccc34273bdb0392897640d61a3907a7", kill_on_drop: false }` [INFO] [stdout] 87d0dc3e9715a6d3dfa03804ebf5af61bccc34273bdb0392897640d61a3907a7