[INFO] fetching crate discord-webhook2 0.4.1...
[INFO] checking discord-webhook2-0.4.1 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate discord-webhook2 0.4.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate discord-webhook2 0.4.1 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate discord-webhook2 0.4.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate discord-webhook2 0.4.1
[INFO] tweaked toml for crates.io crate discord-webhook2 0.4.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate discord-webhook2 0.4.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" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quinn-udp v0.5.4
[INFO] [stderr]   Downloaded iso8601-timestamp v0.1.11
[INFO] [stderr]   Downloaded iso8061-timestamp v0.1.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7718028116d12e17e4468beb60d0a138c25d12208f4bdc12a41c19607b9bf5f6
[INFO] running `Command { std: "docker" "start" "-a" "7718028116d12e17e4468beb60d0a138c25d12208f4bdc12a41c19607b9bf5f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7718028116d12e17e4468beb60d0a138c25d12208f4bdc12a41c19607b9bf5f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7718028116d12e17e4468beb60d0a138c25d12208f4bdc12a41c19607b9bf5f6", kill_on_drop: false }`
[INFO] [stdout] 7718028116d12e17e4468beb60d0a138c25d12208f4bdc12a41c19607b9bf5f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d304f9e62eb9b4c7592111f75e3309a247b810f131652fee5c59de8f1fe098e4
[INFO] running `Command { std: "docker" "start" "-a" "d304f9e62eb9b4c7592111f75e3309a247b810f131652fee5c59de8f1fe098e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]    Compiling cc v1.1.7
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking mio v1.0.1
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]     Checking tokio v1.39.2
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking serde v1.0.204
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]     Checking iso8601-timestamp v0.1.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.122
[INFO] [stderr]     Checking iso8061-timestamp v0.1.7
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking hyper-util v0.1.6
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.5
[INFO] [stderr]     Checking discord-webhook2 v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]  --> examples/poll.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]   = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]  --> examples/hello_world.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]   = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `discord-webhook2` (example "poll") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]   --> examples/get_message.rs:10:39
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]  --> examples/complex_embed.rs:8:39
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]   = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]  --> examples/simple_embed.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]   = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `discord-webhook2` (example "hello_world") due to 1 previous error
[INFO] [stderr] error: could not compile `discord-webhook2` (example "complex_embed") due to 1 previous error
[INFO] [stderr] error: could not compile `discord-webhook2` (example "simple_embed") due to 1 previous error
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]  --> examples/send_file.rs:8:39
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]   = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]   --> examples/edit_message.rs:10:39
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `discord-webhook2` (example "get_message") due to 1 previous error
[INFO] [stdout] error: environment variable `DISCORD_WEBHOOK_URL` not defined at compile time
[INFO] [stdout]   --> examples/delete_message.rs:10:39
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let webhook = DiscordWebhook::new(env!("DISCORD_WEBHOOK_URL")).unwrap();
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("DISCORD_WEBHOOK_URL")` to read the variable at run time
[INFO] [stdout]    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `discord-webhook2` (example "edit_message") due to 1 previous error
[INFO] [stderr] error: could not compile `discord-webhook2` (example "delete_message") due to 1 previous error
[INFO] [stderr] error: could not compile `discord-webhook2` (example "send_file") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d304f9e62eb9b4c7592111f75e3309a247b810f131652fee5c59de8f1fe098e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d304f9e62eb9b4c7592111f75e3309a247b810f131652fee5c59de8f1fe098e4", kill_on_drop: false }`
[INFO] [stdout] d304f9e62eb9b4c7592111f75e3309a247b810f131652fee5c59de8f1fe098e4
