[INFO] fetching crate swc_visit 0.1.0... [INFO] checking swc_visit-0.1.0 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate swc_visit 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate swc_visit 0.1.0 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate swc_visit 0.1.0 [INFO] finished tweaking crates.io crate swc_visit 0.1.0 [INFO] tweaked toml for crates.io crate swc_visit 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded swc_visit_macros v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82d7eb2d56fbaffdc5393d1eff37c0f715c7a64d72749fbc73e06597b0e616b8 [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" "82d7eb2d56fbaffdc5393d1eff37c0f715c7a64d72749fbc73e06597b0e616b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82d7eb2d56fbaffdc5393d1eff37c0f715c7a64d72749fbc73e06597b0e616b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82d7eb2d56fbaffdc5393d1eff37c0f715c7a64d72749fbc73e06597b0e616b8", kill_on_drop: false }` [INFO] [stdout] 82d7eb2d56fbaffdc5393d1eff37c0f715c7a64d72749fbc73e06597b0e616b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4e02710768e84c1dfbd0bf24e4096be784b1aaf08db8509bb07799f79250969 [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" "c4e02710768e84c1dfbd0bf24e4096be784b1aaf08db8509bb07799f79250969", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Compiling swc_macros_common v0.3.1 [INFO] [stderr] Compiling swc_visit_macros v0.1.1 [INFO] [stderr] Checking swc_visit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `util` in `swc_visit` [INFO] [stdout] --> tests/fold.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / define!({ [INFO] [stdout] 20 | | pub struct Item { [INFO] [stdout] 21 | | // pub field: usize, [INFO] [stdout] 22 | | // pub inner: Option>, [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | }); [INFO] [stdout] | |___^ could not find `util` in `swc_visit` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `util` in `swc_visit` [INFO] [stdout] --> tests/fold.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / define!({ [INFO] [stdout] 20 | | pub struct Item { [INFO] [stdout] 21 | | // pub field: usize, [INFO] [stdout] 22 | | // pub inner: Option>, [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | }); [INFO] [stdout] | |___^ not found in `swc_visit::util::map` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::iter::Map; [INFO] [stdout] | [INFO] [stdout] 1 | use std::iter::Map; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `util` in `swc_visit` [INFO] [stdout] --> tests/opt_vec.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / define!({ [INFO] [stdout] 18 | | pub struct Item { [INFO] [stdout] 19 | | pub opt_vec1: Option>, [INFO] [stdout] 20 | | pub opt_vec2: Option>, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | }); [INFO] [stdout] | |___^ could not find `util` in `swc_visit` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `swc_visit`. [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] [stdout] error[E0433]: failed to resolve: could not find `util` in `swc_visit` [INFO] [stdout] --> tests/opt_vec.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / define!({ [INFO] [stdout] 18 | | pub struct Item { [INFO] [stdout] 19 | | pub opt_vec1: Option>, [INFO] [stdout] 20 | | pub opt_vec2: Option>, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | }); [INFO] [stdout] | |___^ not found in `swc_visit::util::map` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::iter::Map; [INFO] [stdout] | [INFO] [stdout] 1 | use std::iter::Map; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `util` in `swc_visit` [INFO] [stdout] --> tests/vec_opt.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / define!({ [INFO] [stdout] 18 | | pub struct Item { [INFO] [stdout] 19 | | pub vec_opt1: Vec>, [INFO] [stdout] 20 | | pub vec_opt2: Vec>, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | }); [INFO] [stdout] | |___^ could not find `util` in `swc_visit` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `util` in `swc_visit` [INFO] [stdout] --> tests/vec_opt.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / define!({ [INFO] [stdout] 18 | | pub struct Item { [INFO] [stdout] 19 | | pub vec_opt1: Vec>, [INFO] [stdout] 20 | | pub vec_opt2: Vec>, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | }); [INFO] [stdout] | |___^ not found in `swc_visit::util::map` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::iter::Map; [INFO] [stdout] | [INFO] [stdout] 1 | use std::iter::Map; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c4e02710768e84c1dfbd0bf24e4096be784b1aaf08db8509bb07799f79250969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4e02710768e84c1dfbd0bf24e4096be784b1aaf08db8509bb07799f79250969", kill_on_drop: false }` [INFO] [stdout] c4e02710768e84c1dfbd0bf24e4096be784b1aaf08db8509bb07799f79250969