[INFO] updating cached repository https://github.com/DarthEmpty/bible-bot-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/DarthEmpty/bible-bot-rust [INFO] [stderr] c71ca42..2d1bcc0 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2d1bcc076504db73ad043536639764937d59d822 [INFO] testing DarthEmpty/bible-bot-rust against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarthEmpty%2Fbible-bot-rust" "work/builds/worker-10/source"` [INFO] [stderr] Cloning into 'work/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DarthEmpty/bible-bot-rust on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/DarthEmpty/bible-bot-rust [INFO] finished tweaking git repo https://github.com/DarthEmpty/bible-bot-rust [INFO] tweaked toml for git repo https://github.com/DarthEmpty/bible-bot-rust written to work/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/DarthEmpty/bible-bot-rust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 27d9448858f07378afb6f3765515672031c6b4cee5809d128e2caee593e925bf [INFO] running `"docker" "start" "-a" "27d9448858f07378afb6f3765515672031c6b4cee5809d128e2caee593e925bf"` [INFO] [stderr] Compiling open v1.3.2 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling log-panics v2.0.0 [INFO] [stderr] Compiling rust-ini v0.9.12 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling simplelog v0.7.3 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling serde-xml-rs v0.2.1 [INFO] [stderr] Compiling toml v0.5.3 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling orca v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.21 [INFO] [stderr] Compiling rust-s3 v0.15.0 [INFO] [stderr] Compiling bible-bot-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: environment variable `SUBREDDIT` not defined [INFO] [stderr] --> src/main.rs:89:15 [INFO] [stderr] | [INFO] [stderr] 89 | let sub = env!("SUBREDDIT"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: environment variable `COMMENT_LIMIT` not defined [INFO] [stderr] --> src/main.rs:90:22 [INFO] [stderr] | [INFO] [stderr] 90 | let limit: i32 = env!("COMMENT_LIMIT").parse().unwrap_or(100); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: environment variable `BOOKMARK_FILE` not defined [INFO] [stderr] --> src/main.rs:91:19 [INFO] [stderr] | [INFO] [stderr] 91 | let bm_file = env!("BOOKMARK_FILE"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: environment variable `LOG_FILE` not defined [INFO] [stderr] --> src/main.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | let log_filename = env!("LOG_FILE"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `bible-bot-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "27d9448858f07378afb6f3765515672031c6b4cee5809d128e2caee593e925bf"` [INFO] running `"docker" "rm" "-f" "27d9448858f07378afb6f3765515672031c6b4cee5809d128e2caee593e925bf"` [INFO] [stdout] 27d9448858f07378afb6f3765515672031c6b4cee5809d128e2caee593e925bf