[INFO] cloning repository https://github.com/spearow/continuous-integration [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spearow/continuous-integration" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspearow%2Fcontinuous-integration", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspearow%2Fcontinuous-integration'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 876315232b53a6287930f6f6640d998f89b53347 [INFO] checking spearow/continuous-integration against try#82acd1d76add2232e19c1f0feb250d2a19ec6efe for pr-81213 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspearow%2Fcontinuous-integration" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/spearow/continuous-integration on toolchain 82acd1d76add2232e19c1f0feb250d2a19ec6efe [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/spearow/continuous-integration [INFO] finished tweaking git repo https://github.com/spearow/continuous-integration [INFO] tweaked toml for git repo https://github.com/spearow/continuous-integration written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/spearow/continuous-integration already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded regex v1.3.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47f5de287aaff8c65a0596986708bfd8ee49b9783c4fe21d113bf858b6384527 [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" "47f5de287aaff8c65a0596986708bfd8ee49b9783c4fe21d113bf858b6384527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47f5de287aaff8c65a0596986708bfd8ee49b9783c4fe21d113bf858b6384527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47f5de287aaff8c65a0596986708bfd8ee49b9783c4fe21d113bf858b6384527", kill_on_drop: false }` [INFO] [stdout] 47f5de287aaff8c65a0596986708bfd8ee49b9783c4fe21d113bf858b6384527 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3947690fc66e6b7a1e804d7d58cb6a9081fb9e202ef25b8f2f0e869b9f8d8bcb [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" "3947690fc66e6b7a1e804d7d58cb6a9081fb9e202ef25b8f2f0e869b9f8d8bcb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Checking fs-err v2.5.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking regex v1.3.5 [INFO] [stdout] error[E0277]: the trait bound `dir::DirEntry: std::sealed::Sealed` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fs-err-2.5.0/src/dir.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | impl DirEntryExt for DirEntry { [INFO] [stdout] | ^^^^^^^^^^^ the trait `std::sealed::Sealed` is not implemented for `dir::DirEntry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fs-err` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3947690fc66e6b7a1e804d7d58cb6a9081fb9e202ef25b8f2f0e869b9f8d8bcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3947690fc66e6b7a1e804d7d58cb6a9081fb9e202ef25b8f2f0e869b9f8d8bcb", kill_on_drop: false }` [INFO] [stdout] 3947690fc66e6b7a1e804d7d58cb6a9081fb9e202ef25b8f2f0e869b9f8d8bcb