[INFO] crate swc_common 0.5.9 is already in cache
[INFO] checking swc_common-0.5.9 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate swc_common 0.5.9 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate swc_common 0.5.9 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate swc_common 0.5.9
[INFO] finished tweaking crates.io crate swc_common 0.5.9
[INFO] tweaked toml for crates.io crate swc_common 0.5.9 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate crates.io crate swc_common 0.5.9 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 69b3bfe4ac47e0a76c45f48cd1db9d762f25adc56ce759858db265932982a775
[INFO] running `"docker" "start" "-a" "69b3bfe4ac47e0a76c45f48cd1db9d762f25adc56ce759858db265932982a775"`
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking rayon-core v1.7.0
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]    Compiling pmutil v0.5.3
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling swc_macros_common v0.3.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling from_variant v0.1.2
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling const-random-macro v0.1.8
[INFO] [stderr]     Checking const-random v0.1.8
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]     Checking ahash v0.2.18
[INFO] [stderr]     Checking ahash v0.3.2
[INFO] [stderr]    Compiling ast_node v0.6.0
[INFO] [stderr]     Checking hashbrown v0.6.3
[INFO] [stderr]     Checking dashmap v3.5.1
[INFO] [stderr]     Checking serde v1.0.104
[INFO] [stderr]     Checking serde_json v1.0.48
[INFO] [stderr]     Checking string_cache v0.8.0
[INFO] [stderr]     Checking sourcemap v5.0.0
[INFO] [stderr]     Checking swc_common v0.5.9 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary braces around assigned value
[INFO] [stderr]     --> src/source_map.rs:1047:25
[INFO] [stderr]      |
[INFO] [stderr] 1047 |             let chpos = { self.calc_extra_bytes(&f, &mut ch_start, pos) };
[INFO] [stderr]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around assigned value
[INFO] [stderr]     --> src/source_map.rs:1048:29
[INFO] [stderr]      |
[INFO] [stderr] 1048 |             let linechpos = { self.calc_extra_bytes(&f, &mut line_ch_start, linebpos) };
[INFO] [stderr]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around assigned value
[INFO] [stderr]     --> src/source_map.rs:1047:25
[INFO] [stderr]      |
[INFO] [stderr] 1047 |             let chpos = { self.calc_extra_bytes(&f, &mut ch_start, pos) };
[INFO] [stderr]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around assigned value
[INFO] [stderr]     --> src/source_map.rs:1048:29
[INFO] [stderr]      |
[INFO] [stderr] 1048 |             let linechpos = { self.calc_extra_bytes(&f, &mut line_ch_start, linebpos) };
[INFO] [stderr]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `swc_common::FoldWith`, `swc_common::VisitWith`
[INFO] [stderr]  --> tests/fold_ignore.rs:3:24
[INFO] [stderr]   |
[INFO] [stderr] 3 | use swc_common::{Fold, FoldWith, VisitWith};
[INFO] [stderr]   |                        ^^^^^^^^  ^^^^^^^^^ no `VisitWith` in the root
[INFO] [stderr]   |                        |
[INFO] [stderr]   |                        no `FoldWith` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:21:14
[INFO] [stderr]    |
[INFO] [stderr] 21 |     #[derive(Fold, Debug, Default, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:21:14
[INFO] [stderr]    |
[INFO] [stderr] 21 |     #[derive(Fold, Debug, Default, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     #[derive(Fold, Debug, Default, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     #[derive(Fold, Debug, Default, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |     #[derive(Fold, Debug, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |     #[derive(Fold, Debug, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:51:14
[INFO] [stderr]    |
[INFO] [stderr] 51 |     #[derive(Fold, Debug, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_ignore.rs:51:14
[INFO] [stderr]    |
[INFO] [stderr] 51 |     #[derive(Fold, Debug, PartialEq)]
[INFO] [stderr]    |              ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `swc_common`.
[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[E0433]: failed to resolve: could not find `Fold` in `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Fold` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Visit` in `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Visit` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Fold` in `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Fold` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Visit` in `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Visit` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Fold` in `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Fold` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Visit` in `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Visit` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_bound.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 12 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `swc_common`.
[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: cannot find attribute `fold` in this scope
[INFO] [stderr]   --> tests/attr_interop.rs:10:7
[INFO] [stderr]    |
[INFO] [stderr] 10 |     #[fold(ignore)]
[INFO] [stderr]    |       ^^^^ help: a built-in attribute with a similar name exists: `cold`
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `fold` in this scope
[INFO] [stderr]   --> tests/attr_interop.rs:15:37
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct Tuple(#[span] HasSpan, #[fold(ignore)] usize, usize);
[INFO] [stderr]    |                                     ^^^^ help: a built-in attribute with a similar name exists: `cold`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `swc_common::chain`, `swc_common::FoldWith`
[INFO] [stderr]   --> benches/and_then.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | use swc_common::{chain, FoldWith};
[INFO] [stderr]    |                  ^^^^^  ^^^^^^^^ no `FoldWith` in the root
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  no `chain` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `chain`
[INFO] [stderr]   --> benches/and_then.rs:23:21
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut chain = chain!(Noop, Noop);
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `chain`
[INFO] [stderr]   --> benches/and_then.rs:32:21
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let mut chain = chain!(Noop, Noop, Noop);
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `chain`
[INFO] [stderr]   --> benches/and_then.rs:41:21
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let mut chain = chain!(Noop, Noop, Noop, Noop);
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `chain`
[INFO] [stderr]   --> benches/and_then.rs:50:21
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let mut chain = chain!(Noop, Noop, Noop, Noop, Noop);
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Fold` in `swc_common`
[INFO] [stderr]   --> tests/attr_interop.rs:17:35
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[derive(Debug, Clone, PartialEq, Fold, Spanned, Serialize, Deserialize)]
[INFO] [stderr]    |                                   ^^^^ could not find `Fold` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Visit` in `swc_common`
[INFO] [stderr]   --> tests/attr_interop.rs:17:35
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[derive(Debug, Clone, PartialEq, Fold, Spanned, Serialize, Deserialize)]
[INFO] [stderr]    |                                   ^^^^ could not find `Visit` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/attr_interop.rs:17:35
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[derive(Debug, Clone, PartialEq, Fold, Spanned, Serialize, Deserialize)]
[INFO] [stderr]    |                                   ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/attr_interop.rs:17:35
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[derive(Debug, Clone, PartialEq, Fold, Spanned, Serialize, Deserialize)]
[INFO] [stderr]    |                                   ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `swc_common`.
[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[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]  --> tests/empty.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Fold)]
[INFO] [stderr]   |          ^^^^ not found in `swc_common`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]  --> tests/empty.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Fold)]
[INFO] [stderr]   |          ^^^^ not found in `swc_common`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]  --> tests/empty.rs:6:23
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(FromVariant, Fold)]
[INFO] [stderr]   |                       ^^^^ not found in `swc_common`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]  --> tests/empty.rs:6:23
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(FromVariant, Fold)]
[INFO] [stderr]   |                       ^^^^ not found in `swc_common`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `swc_common`.
[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[E0599]: no method named `fold_with` found for struct `std::vec::Vec<std::boxed::Box<std::string::String>>` in the current scope
[INFO] [stderr]   --> benches/and_then.rs:26:21
[INFO] [stderr]    |
[INFO] [stderr] 26 |         black_box(v.fold_with(&mut chain))
[INFO] [stderr]    |                     ^^^^^^^^^ method not found in `std::vec::Vec<std::boxed::Box<std::string::String>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `fold_with` found for struct `std::vec::Vec<std::boxed::Box<std::string::String>>` in the current scope
[INFO] [stderr]   --> benches/and_then.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 35 |         black_box(v.fold_with(&mut chain))
[INFO] [stderr]    |                     ^^^^^^^^^ method not found in `std::vec::Vec<std::boxed::Box<std::string::String>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `fold_with` found for struct `std::vec::Vec<std::boxed::Box<std::string::String>>` in the current scope
[INFO] [stderr]   --> benches/and_then.rs:44:21
[INFO] [stderr]    |
[INFO] [stderr] 44 |         black_box(v.fold_with(&mut chain))
[INFO] [stderr]    |                     ^^^^^^^^^ method not found in `std::vec::Vec<std::boxed::Box<std::string::String>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `fold_with` found for struct `std::vec::Vec<std::boxed::Box<std::string::String>>` in the current scope
[INFO] [stderr]   --> benches/and_then.rs:53:21
[INFO] [stderr]    |
[INFO] [stderr] 53 |         black_box(v.fold_with(&mut chain))
[INFO] [stderr]    |                     ^^^^^^^^^ method not found in `std::vec::Vec<std::boxed::Box<std::string::String>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `fold_with` found for struct `std::vec::Vec<std::boxed::Box<std::string::String>>` in the current scope
[INFO] [stderr]   --> benches/and_then.rs:68:15
[INFO] [stderr]    |
[INFO] [stderr] 68 |             v.fold_with(&mut Noop)
[INFO] [stderr]    |               ^^^^^^^^^ method not found in `std::vec::Vec<std::boxed::Box<std::string::String>>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `swc_common`.
[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[E0432]: unresolved import `swc_common::FoldWith`
[INFO] [stderr]  --> tests/fold_simple.rs:3:24
[INFO] [stderr]   |
[INFO] [stderr] 3 | use swc_common::{Fold, FoldWith};
[INFO] [stderr]   |                        ^^^^^^^^ no `FoldWith` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Fold` in `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Fold` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Visit` in `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Visit` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Fold` in `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Fold` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Visit` in `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ could not find `Visit` in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0404]: expected trait, found derive macro `Fold`
[INFO] [stderr]  --> tests/fold_simple.rs:5:26
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub trait AssertFold<T>: Fold<T> {}
[INFO] [stderr]   |                          ^^^^^^^ not a trait
[INFO] [stderr] 
[INFO] [stderr] error[E0404]: expected trait, found derive macro `Fold`
[INFO] [stderr]   --> tests/fold_simple.rs:10:6
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Fold<Lit> for LitFold {
[INFO] [stderr]    |      ^^^^^^^^^ not a trait
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `FoldWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:47:10
[INFO] [stderr]    |
[INFO] [stderr] 47 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `VisitWith` in crate `swc_common`
[INFO] [stderr]   --> tests/fold_simple.rs:47:10
[INFO] [stderr]    |
[INFO] [stderr] 47 | #[derive(Fold)]
[INFO] [stderr]    |          ^^^^ not found in `swc_common`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 13 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0404, E0405, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0404`.
[INFO] [stderr] error: could not compile `swc_common`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "69b3bfe4ac47e0a76c45f48cd1db9d762f25adc56ce759858db265932982a775"`
[INFO] running `"docker" "rm" "-f" "69b3bfe4ac47e0a76c45f48cd1db9d762f25adc56ce759858db265932982a775"`
[INFO] [stdout] 69b3bfe4ac47e0a76c45f48cd1db9d762f25adc56ce759858db265932982a775
