[INFO] fetching crate goblin 0.7.1...
[INFO] checking goblin-0.7.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate goblin 0.7.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate goblin 0.7.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate goblin 0.7.1
[INFO] finished tweaking crates.io crate goblin 0.7.1
[INFO] tweaked toml for crates.io crate goblin 0.7.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate goblin 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a8bced0c4f685328da0b9bc09c0a3550d2b5563b47fe174ba4097115dae06e8
[INFO] running `Command { std: "docker" "start" "-a" "8a8bced0c4f685328da0b9bc09c0a3550d2b5563b47fe174ba4097115dae06e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a8bced0c4f685328da0b9bc09c0a3550d2b5563b47fe174ba4097115dae06e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a8bced0c4f685328da0b9bc09c0a3550d2b5563b47fe174ba4097115dae06e8", kill_on_drop: false }`
[INFO] [stdout] 8a8bced0c4f685328da0b9bc09c0a3550d2b5563b47fe174ba4097115dae06e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42969078e5976e529c8bfc4a9018b4f56179a55934676c38ded12e8f5eaff1a5
[INFO] running `Command { std: "docker" "start" "-a" "42969078e5976e529c8bfc4a9018b4f56179a55934676c38ded12e8f5eaff1a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling scroll_derive v0.11.0
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking goblin v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read src/elf/../../etc/crt1.rs: No such file or directory (os error 2)
[INFO] [stdout]    --> src/elf/header.rs:573:21
[INFO] [stdout]     |
[INFO] [stdout] 573 |                     include!("../../etc/crt1.rs")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     elf_header_test!(ELFCLASS);
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include` which comes from the expansion of the macro `elf_header_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `goblin` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     elf_rela_std_impl!(u32, i32);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the name `Reloc` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/elf/reloc.rs:223:13
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub use crate::elf::reloc::*;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     elf_rela_std_impl!(u32, i32);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `elf_rela_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     elf_rela_std_impl!(u64, i64);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the name `Reloc` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/elf/reloc.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub use crate::elf::reloc::*;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     elf_rela_std_impl!(u64, i64);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `elf_rela_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "42969078e5976e529c8bfc4a9018b4f56179a55934676c38ded12e8f5eaff1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42969078e5976e529c8bfc4a9018b4f56179a55934676c38ded12e8f5eaff1a5", kill_on_drop: false }`
[INFO] [stdout] 42969078e5976e529c8bfc4a9018b4f56179a55934676c38ded12e8f5eaff1a5
[INFO] checking goblin-0.7.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate goblin 0.7.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate goblin 0.7.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate goblin 0.7.1
[INFO] finished tweaking crates.io crate goblin 0.7.1
[INFO] tweaked toml for crates.io crate goblin 0.7.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate crates.io crate goblin 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e53b295455b97bc7202546a610522e2e1ba5c0a8eeafd488adbcbb0ec5d4aee4
[INFO] running `Command { std: "docker" "start" "-a" "e53b295455b97bc7202546a610522e2e1ba5c0a8eeafd488adbcbb0ec5d4aee4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e53b295455b97bc7202546a610522e2e1ba5c0a8eeafd488adbcbb0ec5d4aee4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e53b295455b97bc7202546a610522e2e1ba5c0a8eeafd488adbcbb0ec5d4aee4", kill_on_drop: false }`
[INFO] [stdout] e53b295455b97bc7202546a610522e2e1ba5c0a8eeafd488adbcbb0ec5d4aee4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e9860d5cdb4261424c13740fb8dedcea9e0fd0b024e6f3aad5211637716ec9f
[INFO] running `Command { std: "docker" "start" "-a" "2e9860d5cdb4261424c13740fb8dedcea9e0fd0b024e6f3aad5211637716ec9f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling scroll_derive v0.11.0
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking goblin v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read src/elf/../../etc/crt1.rs: No such file or directory (os error 2)
[INFO] [stdout]    --> src/elf/header.rs:573:21
[INFO] [stdout]     |
[INFO] [stdout] 573 |                     include!("../../etc/crt1.rs")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     elf_header_test!(ELFCLASS);
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include` which comes from the expansion of the macro `elf_header_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `goblin` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     elf_rela_std_impl!(u32, i32);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the name `Reloc` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/elf/reloc.rs:223:13
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub use crate::elf::reloc::*;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     elf_rela_std_impl!(u32, i32);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `elf_rela_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     elf_rela_std_impl!(u64, i64);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the name `Reloc` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/elf/reloc.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub use crate::elf::reloc::*;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/elf/reloc.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |             use crate::elf::reloc::Reloc;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     elf_rela_std_impl!(u64, i64);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `elf_rela_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2e9860d5cdb4261424c13740fb8dedcea9e0fd0b024e6f3aad5211637716ec9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e9860d5cdb4261424c13740fb8dedcea9e0fd0b024e6f3aad5211637716ec9f", kill_on_drop: false }`
[INFO] [stdout] 2e9860d5cdb4261424c13740fb8dedcea9e0fd0b024e6f3aad5211637716ec9f
