[INFO] updating cached repository https://github.com/Fiedzia/rust-usdt [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b79b2eade8051a27b60d09345405813cb31684b3 [INFO] checking Fiedzia/rust-usdt against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFiedzia%2Frust-usdt" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Fiedzia/rust-usdt on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Fiedzia/rust-usdt [INFO] finished tweaking git repo https://github.com/Fiedzia/rust-usdt [INFO] tweaked toml for git repo https://github.com/Fiedzia/rust-usdt written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Fiedzia/rust-usdt already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=allow" "-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" "+nightly-2019-10-27" "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] 5abb879a12714b95f6bda6a1edf39f80cb750b4912bf9a1f5a0858c5a45e3786 [INFO] running `"docker" "start" "-a" "5abb879a12714b95f6bda6a1edf39f80cb750b4912bf9a1f5a0858c5a45e3786"` [INFO] [stderr] Checking rust-usdt v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | #![feature(quote, plugin_registrar, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | #![feature(quote, plugin_registrar, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/plugin.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ext::base::{ExtCtxt, MacEager, MacResult}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/plugin.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/plugin.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ext::hygiene::SyntaxContext; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/plugin.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ext::base::{ExtCtxt, MacEager, MacResult}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/plugin.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/plugin.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ext::hygiene::SyntaxContext; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SyntaxContext` [INFO] [stderr] --> src/plugin.rs:114:23 [INFO] [stderr] | [INFO] [stderr] 114 | ctxt: SyntaxContext::empty(), [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `SyntaxContext` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> src/plugin.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | MacEager::expr(cx.expr_block(block)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SyntaxContext` [INFO] [stderr] --> src/plugin.rs:114:23 [INFO] [stderr] | [INFO] [stderr] 114 | ctxt: SyntaxContext::empty(), [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `SyntaxContext` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/plugin.rs:15:37 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn static_probe_expand(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> src/plugin.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | MacEager::expr(cx.expr_block(block)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/plugin.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/plugin.rs:15:37 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn static_probe_expand(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/plugin.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `rust-usdt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rust-usdt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5abb879a12714b95f6bda6a1edf39f80cb750b4912bf9a1f5a0858c5a45e3786"` [INFO] running `"docker" "rm" "-f" "5abb879a12714b95f6bda6a1edf39f80cb750b4912bf9a1f5a0858c5a45e3786"` [INFO] [stdout] 5abb879a12714b95f6bda6a1edf39f80cb750b4912bf9a1f5a0858c5a45e3786