[INFO] fetching crate mutagen-plugin 0.1.2... [INFO] checking mutagen-plugin-0.1.2 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate mutagen-plugin 0.1.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate mutagen-plugin 0.1.2 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mutagen-plugin 0.1.2 [INFO] finished tweaking crates.io crate mutagen-plugin 0.1.2 [INFO] tweaked toml for crates.io crate mutagen-plugin 0.1.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mutagen v0.1.2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 07280ee18bb2850929dc57f435a255d0b748857dd64ace7b08482a3e5f6589d8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "07280ee18bb2850929dc57f435a255d0b748857dd64ace7b08482a3e5f6589d8"` [INFO] [stderr] Compiling mutagen v0.1.2 [INFO] [stderr] Compiling mutagen-plugin v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking compiletest_rs v0.3.25 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> build.rs:15:30 [INFO] [stderr] | [INFO] [stderr] 15 | fn write_binop_arm(out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> build.rs:59:33 [INFO] [stderr] | [INFO] [stderr] 59 | fn write_opassign_arm(out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> 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[E0433]: failed to resolve: could not find `TestType` in `test` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.25/src/lib.rs:263:30 [INFO] [stderr] | [INFO] [stderr] 263 | test_type: test::TestType::IntegrationTest, [INFO] [stderr] | ^^^^^^^^ could not find `TestType` in `test` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> 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[E0560]: struct `test::TestOpts` has no field named `time_options` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.25/src/lib.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | time_options: None, [INFO] [stderr] | ^^^^^^^^^^^^ `test::TestOpts` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `list`, `filter`, `filter_exact`, `exclude_should_panic`, `run_ignored` ... and 10 others [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `test::TestDesc` has no field named `test_type` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.25/src/lib.rs:263:13 [INFO] [stderr] | [INFO] [stderr] 263 | test_type: test::TestType::IntegrationTest, [INFO] [stderr] | ^^^^^^^^^ `test::TestDesc` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `name`, `ignore`, `should_panic`, `allow_fail` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/lib.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/bounded_loop.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::fold::{self, Folder, ExpectOne}; [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::fold` [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | quote_expr!(p.cx(), ::mutagen::eq(&$left, &$right, $n, &$sym[$flag], $mask)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:152:13 [INFO] [stderr] | [INFO] [stderr] 152 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:200:17 [INFO] [stderr] | [INFO] [stderr] 200 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:228:17 [INFO] [stderr] | [INFO] [stderr] 228 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:242:17 [INFO] [stderr] | [INFO] [stderr] 242 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:260:17 [INFO] [stderr] | [INFO] [stderr] 260 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:292:17 [INFO] [stderr] | [INFO] [stderr] 292 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:325:17 [INFO] [stderr] | [INFO] [stderr] 325 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:337:17 [INFO] [stderr] | [INFO] [stderr] 337 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:361:17 [INFO] [stderr] | [INFO] [stderr] 361 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:373:17 [INFO] [stderr] | [INFO] [stderr] 373 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:385:17 [INFO] [stderr] | [INFO] [stderr] 385 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:397:17 [INFO] [stderr] | [INFO] [stderr] 397 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:409:17 [INFO] [stderr] | [INFO] [stderr] 409 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | quote_stmt!(self.cx, static __LOOP_COUNTERS : [::std::sync::atomic::AtomicUsize; 0] = [::std::sync::atomic::ATOMIC_USIZE_INIT; 0];).unwrap(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:79:63 [INFO] [stderr] | [INFO] [stderr] 79 | let counters = mem::replace(&mut newstmts[0], quote_stmt!(self.cx, ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_block` in this scope [INFO] [stderr] --> src/bounded_loop.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | let block = quote_block!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/bounded_loop.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | quote_expr!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:431:42 [INFO] [stderr] | [INFO] [stderr] 431 | let mut mut_expression = quote_expr!(self.cx(), $lit); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:443:38 [INFO] [stderr] | [INFO] [stderr] 443 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:455:38 [INFO] [stderr] | [INFO] [stderr] 455 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:651:32 [INFO] [stderr] | [INFO] [stderr] 651 | let mut_cond = quote_expr!(self.cx(), ::mutagen::t($cond, $n, &$sym[$flag], $mask)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:671:32 [INFO] [stderr] | [INFO] [stderr] 671 | let mut_cond = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:700:28 [INFO] [stderr] | [INFO] [stderr] 700 | let expr = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_path` in this scope [INFO] [stderr] --> src/lib.rs:764:56 [INFO] [stderr] | [INFO] [stderr] 764 | ... node: ExprKind::Path(None, quote_path!(self.cx(), $alt_self)), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:892:28 [INFO] [stderr] | [INFO] [stderr] 892 | pre_stmts.push(quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:904:17 [INFO] [stderr] | [INFO] [stderr] 904 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:937:25 [INFO] [stderr] | [INFO] [stderr] 937 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:962:32 [INFO] [stderr] | [INFO] [stderr] 962 | pre_stmts.push(quote_stmt!(m.cx, let mut $ident_clone;).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:964:21 [INFO] [stderr] | [INFO] [stderr] 964 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:984:59 [INFO] [stderr] | [INFO] [stderr] 984 | let coverage = mem::replace(&mut newstmts[0], quote_stmt!(p.cx(), ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:26 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:43 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | left: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MultiItemModifier` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | right: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MultiItemModifier` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/issues/29597 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | #[plugin_registrar] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustc_plugin': import this through `rustc_driver::plugin` instead to make TLS work correctly. See https://github.com/rust-lang/rust/issues/62717 [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate rustc_plugin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 48 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `mutagen-plugin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0560. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/lib.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/bounded_loop.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::fold::{self, Folder, ExpectOne}; [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::fold` [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | quote_expr!(p.cx(), ::mutagen::eq(&$left, &$right, $n, &$sym[$flag], $mask)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:152:13 [INFO] [stderr] | [INFO] [stderr] 152 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:200:17 [INFO] [stderr] | [INFO] [stderr] 200 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:228:17 [INFO] [stderr] | [INFO] [stderr] 228 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:242:17 [INFO] [stderr] | [INFO] [stderr] 242 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:260:17 [INFO] [stderr] | [INFO] [stderr] 260 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:292:17 [INFO] [stderr] | [INFO] [stderr] 292 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:325:17 [INFO] [stderr] | [INFO] [stderr] 325 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:337:17 [INFO] [stderr] | [INFO] [stderr] 337 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:361:17 [INFO] [stderr] | [INFO] [stderr] 361 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:373:17 [INFO] [stderr] | [INFO] [stderr] 373 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:385:17 [INFO] [stderr] | [INFO] [stderr] 385 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:397:17 [INFO] [stderr] | [INFO] [stderr] 397 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-e259911bd1613010/out/plugin_ops.rs:409:17 [INFO] [stderr] | [INFO] [stderr] 409 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | quote_stmt!(self.cx, static __LOOP_COUNTERS : [::std::sync::atomic::AtomicUsize; 0] = [::std::sync::atomic::ATOMIC_USIZE_INIT; 0];).unwrap(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:79:63 [INFO] [stderr] | [INFO] [stderr] 79 | let counters = mem::replace(&mut newstmts[0], quote_stmt!(self.cx, ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_block` in this scope [INFO] [stderr] --> src/bounded_loop.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | let block = quote_block!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/bounded_loop.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | quote_expr!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:431:42 [INFO] [stderr] | [INFO] [stderr] 431 | let mut mut_expression = quote_expr!(self.cx(), $lit); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:443:38 [INFO] [stderr] | [INFO] [stderr] 443 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:455:38 [INFO] [stderr] | [INFO] [stderr] 455 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:651:32 [INFO] [stderr] | [INFO] [stderr] 651 | let mut_cond = quote_expr!(self.cx(), ::mutagen::t($cond, $n, &$sym[$flag], $mask)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:671:32 [INFO] [stderr] | [INFO] [stderr] 671 | let mut_cond = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:700:28 [INFO] [stderr] | [INFO] [stderr] 700 | let expr = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_path` in this scope [INFO] [stderr] --> src/lib.rs:764:56 [INFO] [stderr] | [INFO] [stderr] 764 | ... node: ExprKind::Path(None, quote_path!(self.cx(), $alt_self)), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:892:28 [INFO] [stderr] | [INFO] [stderr] 892 | pre_stmts.push(quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:904:17 [INFO] [stderr] | [INFO] [stderr] 904 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:937:25 [INFO] [stderr] | [INFO] [stderr] 937 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:962:32 [INFO] [stderr] | [INFO] [stderr] 962 | pre_stmts.push(quote_stmt!(m.cx, let mut $ident_clone;).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:964:21 [INFO] [stderr] | [INFO] [stderr] 964 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:984:59 [INFO] [stderr] | [INFO] [stderr] 984 | let coverage = mem::replace(&mut newstmts[0], quote_stmt!(p.cx(), ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: could not compile `compiletest_rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:26 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:43 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | left: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MultiItemModifier` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | right: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MultiItemModifier` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/issues/29597 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | #[plugin_registrar] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustc_plugin': import this through `rustc_driver::plugin` instead to make TLS work correctly. See https://github.com/rust-lang/rust/issues/62717 [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate rustc_plugin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 48 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `mutagen-plugin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "07280ee18bb2850929dc57f435a255d0b748857dd64ace7b08482a3e5f6589d8"` [INFO] running `"docker" "rm" "-f" "07280ee18bb2850929dc57f435a255d0b748857dd64ace7b08482a3e5f6589d8"` [INFO] [stdout] 07280ee18bb2850929dc57f435a255d0b748857dd64ace7b08482a3e5f6589d8