[INFO] cloning repository https://github.com/canyon-project/plugins
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/canyon-project/plugins" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanyon-project%2Fplugins", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanyon-project%2Fplugins'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8daa4790f4fb04e7852967e7eb6c0f74676d277a
[INFO] checking canyon-project/plugins/8daa4790f4fb04e7852967e7eb6c0f74676d277a against master#c797096598b80ba4a40397ad7e91584fcd3df5f1 for pr-146377
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanyon-project%2Fplugins" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/canyon-project/plugins
[INFO] finished tweaking git repo https://github.com/canyon-project/plugins
[INFO] tweaked toml for git repo https://github.com/canyon-project/plugins written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/canyon-project/plugins on toolchain c797096598b80ba4a40397ad7e91584fcd3df5f1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 244 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding swc_core v1.0.6 (available: v50.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vergen v9.0.6
[INFO] [stderr]   Downloaded swc_core v1.0.6
[INFO] [stderr]   Downloaded swc_eq_ignore_macros v1.0.1
[INFO] [stderr]   Downloaded vergen-lib v0.1.6
[INFO] [stderr]   Downloaded swc_visit v1.0.0
[INFO] [stderr]   Downloaded swc_trace_macro v2.0.2
[INFO] [stderr]   Downloaded swc_plugin_proxy v1.0.0
[INFO] [stderr]   Downloaded swc_ecma_ast v1.0.0
[INFO] [stderr]   Downloaded swc_ecma_codegen_macros v1.0.1
[INFO] [stderr]   Downloaded testing_macros v1.0.1
[INFO] [stderr]   Downloaded string_enum v1.0.2
[INFO] [stderr]   Downloaded swc_ecma_testing v1.0.0
[INFO] [stderr]   Downloaded swc_plugin v1.0.1
[INFO] [stderr]   Downloaded unicode-id v0.3.6
[INFO] [stderr]   Downloaded swc_ecma_codegen v1.0.0
[INFO] [stderr]   Downloaded swc_common v1.0.0
[INFO] [stderr]   Downloaded swc_ecma_transforms_base v1.0.1
[INFO] [stderr]   Downloaded uuid v1.19.0
[INFO] [stderr]   Downloaded miette v7.6.0
[INFO] [stderr]   Downloaded swc_ecma_parser v1.0.1
[INFO] [stderr]   Downloaded ryu-js v1.0.2
[INFO] [stderr]   Downloaded swc_ecma_utils v1.0.1
[INFO] [stderr]   Downloaded swc_allocator v1.0.0
[INFO] [stderr]   Downloaded hstr v0.2.17
[INFO] [stderr]   Downloaded swc_ecma_visit v1.0.0
[INFO] [stderr]   Downloaded miette-derive v7.6.0
[INFO] [stderr]   Downloaded swc_error_reporters v2.0.0
[INFO] [stderr]   Downloaded testing v1.0.0
[INFO] [stderr]   Downloaded swc_ecma_transforms_testing v1.0.0
[INFO] [stderr]   Downloaded is-macro v0.3.7
[INFO] [stderr]   Downloaded ast_node v2.0.0
[INFO] [stderr]   Downloaded swc_macros_common v1.0.1
[INFO] [stderr]   Downloaded triomphe v0.1.15
[INFO] [stderr]   Downloaded swc_atoms v2.0.0
[INFO] [stderr]   Downloaded swc_plugin_macro v1.1.0
[INFO] [stderr]   Downloaded better_scoped_tls v1.0.1
[INFO] [stderr]   Downloaded from_variant v2.0.2
[INFO] [stderr]   Downloaded sourcemap v9.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d1e31c28f90dd6a71f886e6665aa28d9ccdb4280d6d06b93386569be9cb1819
[INFO] running `Command { std: "docker" "start" "-a" "1d1e31c28f90dd6a71f886e6665aa28d9ccdb4280d6d06b93386569be9cb1819", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d1e31c28f90dd6a71f886e6665aa28d9ccdb4280d6d06b93386569be9cb1819", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d1e31c28f90dd6a71f886e6665aa28d9ccdb4280d6d06b93386569be9cb1819", kill_on_drop: false }`
[INFO] [stdout] 1d1e31c28f90dd6a71f886e6665aa28d9ccdb4280d6d06b93386569be9cb1819
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c85f6f34a98e3170c92a758f722f40e29608d0638f0c435c0f15b0b4294aa40
[INFO] running `Command { std: "docker" "start" "-a" "3c85f6f34a98e3170c92a758f722f40e29608d0638f0c435c0f15b0b4294aa40", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]    Compiling rkyv v0.7.45
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]     Checking if_chain v1.0.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking unicode-id-start v1.4.0
[INFO] [stderr]     Checking better_scoped_tls v1.0.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking swc_visit v1.0.0
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling vergen-lib v0.1.6
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling vergen v9.0.6
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking ryu-js v1.0.2
[INFO] [stderr]     Checking unicode-id v0.3.6
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking swc_plugin v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]    Compiling rkyv_derive v0.7.45
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling swc_macros_common v1.0.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling swc_eq_ignore_macros v1.0.1
[INFO] [stderr]    Compiling ast_node v2.0.0
[INFO] [stderr]    Compiling from_variant v2.0.2
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]    Compiling string_enum v1.0.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling swc_ecma_codegen_macros v1.0.1
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling swc_trace_macro v2.0.2
[INFO] [stderr]    Compiling swc_plugin_macro v1.1.0
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling testing_macros v1.0.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]     Checking cargo_metadata v0.18.1
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]     Checking hstr v0.2.17
[INFO] [stderr]     Checking swc_allocator v1.0.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking swc_atoms v2.0.0
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling swc_core v1.0.6
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking sourcemap v9.3.0
[INFO] [stderr]     Checking swc_common v1.0.0
[INFO] [stdout] error[E0432]: unresolved import `serde::__private`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_common-1.0.0/src/private/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use serde::__private as serde;
[INFO] [stdout]   |         ^^^^^^^---------^^^^^^^^^
[INFO] [stdout]   |         |      |
[INFO] [stdout]   |         |      help: a similar name exists in the module: `private`
[INFO] [stdout]   |         no `__private` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `swc_common` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3c85f6f34a98e3170c92a758f722f40e29608d0638f0c435c0f15b0b4294aa40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c85f6f34a98e3170c92a758f722f40e29608d0638f0c435c0f15b0b4294aa40", kill_on_drop: false }`
[INFO] [stdout] 3c85f6f34a98e3170c92a758f722f40e29608d0638f0c435c0f15b0b4294aa40
