[INFO] cloning repository https://github.com/quebin31/muso [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quebin31/muso" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquebin31%2Fmuso", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquebin31%2Fmuso'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be87e0dbfce0f7481a8d7d7692dc96824dcf5d9c [INFO] checking quebin31/muso against try#075992eda207e1647b699c8c8ada67b32ce7b115 for pr-77271 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquebin31%2Fmuso" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quebin31/muso on toolchain 075992eda207e1647b699c8c8ada67b32ce7b115 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+075992eda207e1647b699c8c8ada67b32ce7b115" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/quebin31/muso [INFO] finished tweaking git repo https://github.com/quebin31/muso [INFO] tweaked toml for git repo https://github.com/quebin31/muso written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/quebin31/muso already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+075992eda207e1647b699c8c8ada67b32ce7b115" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded id3 v0.5.0 [INFO] [stderr] Downloaded tinyvec v0.3.2 [INFO] [stderr] Downloaded common_macros v0.1.1 [INFO] [stderr] Downloaded infer v0.1.4 [INFO] [stderr] Downloaded metaflac v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+075992eda207e1647b699c8c8ada67b32ce7b115" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e94f2d6238e6c0fd46196012a6839dde75d768ff617547d595030afaa3ac771e [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" "e94f2d6238e6c0fd46196012a6839dde75d768ff617547d595030afaa3ac771e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e94f2d6238e6c0fd46196012a6839dde75d768ff617547d595030afaa3ac771e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e94f2d6238e6c0fd46196012a6839dde75d768ff617547d595030afaa3ac771e", kill_on_drop: false }` [INFO] [stdout] e94f2d6238e6c0fd46196012a6839dde75d768ff617547d595030afaa3ac771e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+075992eda207e1647b699c8c8ada67b32ce7b115" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7ee7936d1d756b05973ef58e44add9060d82c854c1f4165affdc59d075db76a1 [INFO] running `Command { std: "docker" "start" "-a" "7ee7936d1d756b05973ef58e44add9060d82c854c1f4165affdc59d075db76a1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking regex-syntax v0.6.14 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Compiling anyhow v1.0.27 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking tinyvec v0.3.2 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking common_macros v0.1.1 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking miniz_oxide v0.3.6 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking filetime v0.2.8 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Checking infer v0.1.4 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Checking inotify v0.7.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking metaflac v0.2.1 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking aho-corasick v0.7.8 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking shellexpand v2.0.0 [INFO] [stderr] Checking lewton v0.10.1 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling lexical-core v0.6.2 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Checking id3 v0.5.0 [INFO] [stderr] Checking notify v4.0.15 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking backtrace v0.3.44 [INFO] [stderr] Checking os_type v2.2.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking thiserror v1.0.11 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking human-panic v1.0.1 [INFO] [stderr] Checking muso v1.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "7ee7936d1d756b05973ef58e44add9060d82c854c1f4165affdc59d075db76a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ee7936d1d756b05973ef58e44add9060d82c854c1f4165affdc59d075db76a1", kill_on_drop: false }` [INFO] [stdout] 7ee7936d1d756b05973ef58e44add9060d82c854c1f4165affdc59d075db76a1