[INFO] fetching crate gs11n_derive 0.3.1...
[INFO] checking gs11n_derive-0.3.1 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate gs11n_derive 0.3.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate gs11n_derive 0.3.1 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate gs11n_derive 0.3.1
[INFO] finished tweaking crates.io crate gs11n_derive 0.3.1
[INFO] tweaked toml for crates.io crate gs11n_derive 0.3.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] [stderr]       Adding convert_case v0.4.0 (available: v0.6.0)
[INFO] [stderr]       Adding ctor v0.1.26 (available: v0.2.9)
[INFO] [stderr]       Adding libloading v0.7.4 (available: v0.8.6)
[INFO] [stderr]       Adding rustc-hash v1.1.0 (available: v2.0.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.90)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo_metadata v0.9.1
[INFO] [stderr]   Downloaded test-cdylib v1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c222e16b14fb1262404ef58a65c0065bfd98f95c97094560b2cbce04ecbc87b0
[INFO] running `Command { std: "docker" "start" "-a" "c222e16b14fb1262404ef58a65c0065bfd98f95c97094560b2cbce04ecbc87b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c222e16b14fb1262404ef58a65c0065bfd98f95c97094560b2cbce04ecbc87b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c222e16b14fb1262404ef58a65c0065bfd98f95c97094560b2cbce04ecbc87b0", kill_on_drop: false }`
[INFO] [stdout] c222e16b14fb1262404ef58a65c0065bfd98f95c97094560b2cbce04ecbc87b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e414ca0e527e59fb86e3ea859c9aa1fbdf84f23758d51d85673f3dafa3b0d231
[INFO] running `Command { std: "docker" "start" "-a" "e414ca0e527e59fb86e3ea859c9aa1fbdf84f23758d51d85673f3dafa3b0d231", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking convert_case v0.4.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling gs11n_derive v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking cargo_metadata v0.9.1
[INFO] [stderr]     Checking test-cdylib v1.1.0
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/macro_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gs11n::decoder::Decoder;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/macro_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use gs11n::encoder::Encoder;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/dynamic_lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gs11n::encoder::Encoder;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/macro_test.rs:14:28
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(PartialEq, Debug, GS11N, Default)]
[INFO] [stdout]    |                            ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `GS11N` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/macro_test.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(PartialEq, Debug, GS11N)]
[INFO] [stdout]    |                            ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `GS11N` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/macro_test.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(GS11N, Default)]
[INFO] [stdout]    |          ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `GS11N` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gs11n`
[INFO] [stdout]  --> tests/macro_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use gs11n::{DeSerialization, Serialization};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/plugin_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gs11n::decoder::Decoder;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/plugin_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use gs11n::plugin::{TraitRegister, REGISTERED_TRAITS};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gs11n`
[INFO] [stdout]   --> tests/dynamic_lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/dynamic_lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/dynamic_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gs11n::decoder::Decoder;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/dynamic_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use gs11n::encoder::Encoder;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gs11n`
[INFO] [stdout]   --> tests/plugin_test.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/plugin_test.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gs11n`
[INFO] [stdout]   --> tests/dynamic_test.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/dynamic_test.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gs11n`
[INFO] [stdout]   --> tests/dynamic_test.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/dynamic_test.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/dynamic_lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]  --> tests/macro_test.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(PartialEq, Debug, GS11N, Default)]
[INFO] [stdout]   |                            ^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `GS11N` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/plugin_test.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gs11n`
[INFO] [stdout]   --> tests/dynamic_test.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[gs11n_derive::dynamic]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gs11n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `gs11n_derive::dynamic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gs11n_derive` (test "dynamic_lib") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gs11n_derive` (test "plugin_test") due to 5 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gs11n_derive` (test "dynamic_test") due to 7 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gs11n_derive` (test "macro_test") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "e414ca0e527e59fb86e3ea859c9aa1fbdf84f23758d51d85673f3dafa3b0d231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e414ca0e527e59fb86e3ea859c9aa1fbdf84f23758d51d85673f3dafa3b0d231", kill_on_drop: false }`
[INFO] [stdout] e414ca0e527e59fb86e3ea859c9aa1fbdf84f23758d51d85673f3dafa3b0d231
