[INFO] updating cached repository https://github.com/bon-chi/reseller [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] daaf693375d2f9171797d4295b915d4b814bd627 [INFO] testing bon-chi/reseller against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbon-chi%2Freseller" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bon-chi/reseller 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/bon-chi/reseller [INFO] finished tweaking git repo https://github.com/bon-chi/reseller [INFO] tweaked toml for git repo https://github.com/bon-chi/reseller written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/bon-chi/reseller 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 2013d97ce9e2ae8562b0ecf3e0a51a9e4e1e97608912b06233e484bb9919cdf0 [INFO] running `"docker" "start" "-a" "2013d97ce9e2ae8562b0ecf3e0a51a9e4e1e97608912b06233e484bb9919cdf0"` [INFO] [stderr] Compiling cc v1.0.8 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling serde v1.0.33 [INFO] [stderr] Compiling itoa v0.4.0 [INFO] [stderr] Compiling bytecount v0.2.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling mysqlclient-sys v0.2.3 [INFO] [stderr] Compiling regex-syntax v0.5.3 [INFO] [stderr] Compiling uuid v0.6.1 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling serde_derive_internals v0.21.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling gotham_derive v0.2.0 [INFO] [stderr] Compiling bcrypt v0.2.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling serde_derive v1.0.33 [INFO] [stderr] Compiling tokio-threadpool v0.1.0 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling tokio v0.1.3 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling diesel v1.1.1 [INFO] [stderr] Compiling dotenv_codegen_impl v0.1.0 [INFO] [stderr] Compiling tokio-core v0.1.15 [INFO] [stderr] Compiling dotenv_codegen v0.11.0 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.12 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling bincode v1.0.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling hyper v0.11.22 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling gotham v0.2.0 [INFO] [stderr] Compiling reseller v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `verify` [INFO] [stderr] --> src/lib.rs:11:34 [INFO] [stderr] | [INFO] [stderr] 11 | use bcrypt::{DEFAULT_COST, hash, verify}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DateTime`, `Utc` [INFO] [stderr] --> src/models.rs:3:14 [INFO] [stderr] | [INFO] [stderr] 3 | use chrono::{DateTime, Utc, NaiveDateTime}; [INFO] [stderr] | ^^^^^^^^ ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `diesel::mysql` [INFO] [stderr] --> src/models.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use diesel::mysql; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `reseller_comments` [INFO] [stderr] --> src/lib.rs:85:29 [INFO] [stderr] | [INFO] [stderr] 85 | use schema::{resellers, reseller_comments}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/main.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | let addr = dotenv!("ADDR"); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: environment variable `ADDR` not defined [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `reseller`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2013d97ce9e2ae8562b0ecf3e0a51a9e4e1e97608912b06233e484bb9919cdf0"` [INFO] running `"docker" "rm" "-f" "2013d97ce9e2ae8562b0ecf3e0a51a9e4e1e97608912b06233e484bb9919cdf0"` [INFO] [stdout] 2013d97ce9e2ae8562b0ecf3e0a51a9e4e1e97608912b06233e484bb9919cdf0