[INFO] cloning repository https://github.com/schnommus/composite [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schnommus/composite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschnommus%2Fcomposite"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschnommus%2Fcomposite'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e3488aa80fdd6201f75c54677e9d9296d381be9 [INFO] checking schnommus/composite against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschnommus%2Fcomposite" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schnommus/composite on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/schnommus/composite [INFO] finished tweaking git repo https://github.com/schnommus/composite [INFO] tweaked toml for git repo https://github.com/schnommus/composite written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/schnommus/composite already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 508fca6649914a26260b015111edce8470c8d25c67a24e4db4377dcb2b6ef961 [INFO] running `"docker" "start" "-a" "508fca6649914a26260b015111edce8470c8d25c67a24e4db4377dcb2b6ef961"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Checking flame v0.2.2 [INFO] [stderr] Checking sdl2 v0.31.0 [INFO] [stderr] Compiling flamer v0.2.3 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.3/src/lib.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote, rustc_private, custom_attribute)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.3/src/lib.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::fold::{self, Folder}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.3/src/lib.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::codemap::{DUMMY_SP, Span}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ext::build::AstBuilder` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.3/src/lib.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AstBuilder` in `ext::build` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.3/src/lib.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_block` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.3/src/lib.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 73 | quote_block!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `flamer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "508fca6649914a26260b015111edce8470c8d25c67a24e4db4377dcb2b6ef961"` [INFO] running `"docker" "rm" "-f" "508fca6649914a26260b015111edce8470c8d25c67a24e4db4377dcb2b6ef961"` [INFO] [stdout] 508fca6649914a26260b015111edce8470c8d25c67a24e4db4377dcb2b6ef961