[INFO] fetching crate grammers-client 0.7.0...
[INFO] checking grammers-client-0.7.0 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate grammers-client 0.7.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate grammers-client 0.7.0 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate grammers-client 0.7.0
[INFO] finished tweaking crates.io crate grammers-client 0.7.0
[INFO] tweaked toml for crates.io crate grammers-client 0.7.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate grammers-client 0.7.0 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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b8c32e2d152441ac410c98bbcc8c8345e19b1fb302b64dd8b43d2184c7aaf019
[INFO] running `Command { std: "docker" "start" "-a" "b8c32e2d152441ac410c98bbcc8c8345e19b1fb302b64dd8b43d2184c7aaf019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8c32e2d152441ac410c98bbcc8c8345e19b1fb302b64dd8b43d2184c7aaf019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8c32e2d152441ac410c98bbcc8c8345e19b1fb302b64dd8b43d2184c7aaf019", kill_on_drop: false }`
[INFO] [stdout] b8c32e2d152441ac410c98bbcc8c8345e19b1fb302b64dd8b43d2184c7aaf019
[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" "-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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f877b43cc7961d46244d5a5924869f8b30c043355b3b4cd507dbda42c91a357
[INFO] running `Command { std: "docker" "start" "-a" "3f877b43cc7961d46244d5a5924869f8b30c043355b3b4cd507dbda42c91a357", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking winnow v0.6.7
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking os_info v3.8.2
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking locate-locale v0.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking simple_logger v4.3.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling grammers-tl-parser v1.1.2
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling grammers-tl-gen v0.7.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling grammers-tl-types v0.7.0
[INFO] [stderr]    Compiling grammers-session v0.7.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking glass_pumpkin v1.6.0
[INFO] [stderr]     Checking grammers-crypto v0.7.0
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking toml_edit v0.22.12
[INFO] [stderr]     Checking toml v0.8.12
[INFO] [stderr]     Checking grammers-mtproto v0.7.0
[INFO] [stderr]     Checking grammers-mtsender v0.7.0
[INFO] [stderr]     Checking grammers-client v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read tests/../../includes/check_deps_documented.rs: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/deps.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | include!("../../includes/check_deps_documented.rs");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grammers-client` (test "deps") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: environment variable `TG_ID` not defined at compile time
[INFO] [stdout]    --> examples/inline-pagination.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |     let api_id = env!("TG_ID").parse().expect("TG_ID invalid");
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("TG_ID")` 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 `TG_HASH` not defined at compile time
[INFO] [stdout]    --> examples/inline-pagination.rs:115:20
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let api_hash = env!("TG_HASH").to_string();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("TG_HASH")` 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 `TG_ID` not defined at compile time
[INFO] [stdout]   --> examples/dialogs.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let api_id = env!("TG_ID").parse().expect("TG_ID invalid");
[INFO] [stdout]    |                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("TG_ID")` 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 `TG_HASH` not defined at compile time
[INFO] [stdout]   --> examples/dialogs.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let api_hash = env!("TG_HASH").to_string();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("TG_HASH")` 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 `TG_ID` not defined at compile time
[INFO] [stdout]   --> examples/downloader.rs:40:18
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let api_id = env!("TG_ID").parse().expect("TG_ID invalid");
[INFO] [stdout]    |                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("TG_ID")` 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 `TG_HASH` not defined at compile time
[INFO] [stdout]   --> examples/downloader.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let api_hash = env!("TG_HASH").to_string();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("TG_HASH")` 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 `TG_ID` not defined at compile time
[INFO] [stdout]   --> examples/echo.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let api_id = env!("TG_ID").parse().expect("TG_ID invalid");
[INFO] [stdout]    |                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("TG_ID")` 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 `TG_HASH` not defined at compile time
[INFO] [stdout]   --> examples/echo.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let api_hash = env!("TG_HASH").to_string();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("TG_HASH")` 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 `grammers-client` (example "dialogs") due to 2 previous errors
[INFO] [stderr] error: could not compile `grammers-client` (example "downloader") due to 2 previous errors
[INFO] [stderr] error: could not compile `grammers-client` (example "echo") due to 2 previous errors
[INFO] [stderr] error: could not compile `grammers-client` (example "inline-pagination") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "3f877b43cc7961d46244d5a5924869f8b30c043355b3b4cd507dbda42c91a357", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f877b43cc7961d46244d5a5924869f8b30c043355b3b4cd507dbda42c91a357", kill_on_drop: false }`
[INFO] [stdout] 3f877b43cc7961d46244d5a5924869f8b30c043355b3b4cd507dbda42c91a357
