[INFO] cloning repository https://github.com/SarahGreyWolf/GreyBot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SarahGreyWolf/GreyBot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSarahGreyWolf%2FGreyBot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSarahGreyWolf%2FGreyBot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bd231a7ba52836f0a4cceb6504f7d5ec76989aec [INFO] documenting SarahGreyWolf/GreyBot against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSarahGreyWolf%2FGreyBot" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SarahGreyWolf/GreyBot on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SarahGreyWolf/GreyBot [INFO] finished tweaking git repo https://github.com/SarahGreyWolf/GreyBot [INFO] tweaked toml for git repo https://github.com/SarahGreyWolf/GreyBot written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/SarahGreyWolf/GreyBot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf383ea9053afb6fcf52d2cfe447d2a6892b01ec9440391b461c077cefcc020e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cf383ea9053afb6fcf52d2cfe447d2a6892b01ec9440391b461c077cefcc020e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf383ea9053afb6fcf52d2cfe447d2a6892b01ec9440391b461c077cefcc020e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf383ea9053afb6fcf52d2cfe447d2a6892b01ec9440391b461c077cefcc020e", kill_on_drop: false }` [INFO] [stdout] cf383ea9053afb6fcf52d2cfe447d2a6892b01ec9440391b461c077cefcc020e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5afd195e9a9575c2be42da447b4442a168793f3bc3f1c7f89ed26767194d8ec8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5afd195e9a9575c2be42da447b4442a168793f3bc3f1c7f89ed26767194d8ec8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Checking futures-io v0.3.16 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Checking encoding_rs v0.8.28 [INFO] [stderr] Checking socket2 v0.4.1 [INFO] [stderr] Checking indexmap v1.7.0 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking ring v0.16.20 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking sha-1 v0.9.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Checking http-body v0.4.2 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Checking rustls-native-certs v0.5.0 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking h2 v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking hyper v0.14.11 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking tungstenite v0.14.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking ron v0.6.4 [INFO] [stderr] Checking reqwest v0.11.4 [INFO] [stderr] Documenting greybot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: environment variable `DISC_BOT_TOKEN` not defined [INFO] [stdout] --> src/client.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | let key = env!("DISC_BOT_TOKEN"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `greybot` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name greybot src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=26562d5fc5cfab95 -L dependency=/opt/rustwide/target/debug/deps --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-6e1ce62cb1f21ab4.rmeta --extern ron=/opt/rustwide/target/debug/deps/libron-c130ec1feb52efbf.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-c0cdbb6fdef96d92.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-740182b78ec7d901.rmeta --extern tungstenite=/opt/rustwide/target/debug/deps/libtungstenite-d1bf962fe2c64ac7.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "5afd195e9a9575c2be42da447b4442a168793f3bc3f1c7f89ed26767194d8ec8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5afd195e9a9575c2be42da447b4442a168793f3bc3f1c7f89ed26767194d8ec8", kill_on_drop: false }` [INFO] [stdout] 5afd195e9a9575c2be42da447b4442a168793f3bc3f1c7f89ed26767194d8ec8