[INFO] fetching crate include_uri 0.1.1...
[INFO] checking include_uri-0.1.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate include_uri 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate include_uri 0.1.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 include_uri 0.1.1
[INFO] finished tweaking crates.io crate include_uri 0.1.1
[INFO] tweaked toml for crates.io crate include_uri 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 953a1abe089061dde0de63cd6070d3ef8b8bbe2ff130999571803d5617911b9e
[INFO] running `Command { std: "docker" "start" "-a" "953a1abe089061dde0de63cd6070d3ef8b8bbe2ff130999571803d5617911b9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "953a1abe089061dde0de63cd6070d3ef8b8bbe2ff130999571803d5617911b9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "953a1abe089061dde0de63cd6070d3ef8b8bbe2ff130999571803d5617911b9e", kill_on_drop: false }`
[INFO] [stdout] 953a1abe089061dde0de63cd6070d3ef8b8bbe2ff130999571803d5617911b9e
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d37770d4efef326eabf230ce5ee03c9c226106720027fa19ee3d5d62bf2c620
[INFO] running `Command { std: "docker" "start" "-a" "8d37770d4efef326eabf230ce5ee03c9c226106720027fa19ee3d5d62bf2c620", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]     Checking ring v0.17.7
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v2.0.48
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking include_uri v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: error sending request for url (https://www.rust-lang.org/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]  --> tests/it_works.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | const BYTES: &[u8] = include_uri::include_bytes_from_url!("https://www.rust-lang.org");
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_uri::include_bytes_from_url` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error sending request for url (https://www.rust-lang.org/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]  --> tests/it_works.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | const STRING: &str = include_uri::include_str_from_url!("https://www.rust-lang.org");
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_uri::include_str_from_url` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `include_uri` (test "it_works") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "8d37770d4efef326eabf230ce5ee03c9c226106720027fa19ee3d5d62bf2c620", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d37770d4efef326eabf230ce5ee03c9c226106720027fa19ee3d5d62bf2c620", kill_on_drop: false }`
[INFO] [stdout] 8d37770d4efef326eabf230ce5ee03c9c226106720027fa19ee3d5d62bf2c620
[INFO] checking include_uri-0.1.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate include_uri 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate include_uri 0.1.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 include_uri 0.1.1
[INFO] finished tweaking crates.io crate include_uri 0.1.1
[INFO] tweaked toml for crates.io crate include_uri 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4a1be1dbf4ebc4940bcc15232c7485be1ac6f13acc02c31fe77c3c6662c9b7df
[INFO] running `Command { std: "docker" "start" "-a" "4a1be1dbf4ebc4940bcc15232c7485be1ac6f13acc02c31fe77c3c6662c9b7df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a1be1dbf4ebc4940bcc15232c7485be1ac6f13acc02c31fe77c3c6662c9b7df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a1be1dbf4ebc4940bcc15232c7485be1ac6f13acc02c31fe77c3c6662c9b7df", kill_on_drop: false }`
[INFO] [stdout] 4a1be1dbf4ebc4940bcc15232c7485be1ac6f13acc02c31fe77c3c6662c9b7df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ca9c6c286f00841b39e8944a78754ef782df0f748d4715c0a2a72f7de91f597a
[INFO] running `Command { std: "docker" "start" "-a" "ca9c6c286f00841b39e8944a78754ef782df0f748d4715c0a2a72f7de91f597a", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking ring v0.17.7
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v2.0.48
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking include_uri v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: error sending request for url (https://www.rust-lang.org/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]  --> tests/it_works.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | const BYTES: &[u8] = include_uri::include_bytes_from_url!("https://www.rust-lang.org");
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_uri::include_bytes_from_url` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error sending request for url (https://www.rust-lang.org/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]  --> tests/it_works.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | const STRING: &str = include_uri::include_str_from_url!("https://www.rust-lang.org");
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_uri::include_str_from_url` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `include_uri` (test "it_works") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "ca9c6c286f00841b39e8944a78754ef782df0f748d4715c0a2a72f7de91f597a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca9c6c286f00841b39e8944a78754ef782df0f748d4715c0a2a72f7de91f597a", kill_on_drop: false }`
[INFO] [stdout] ca9c6c286f00841b39e8944a78754ef782df0f748d4715c0a2a72f7de91f597a
