[INFO] updating cached repository https://github.com/lakinwecker/delila-server [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] c10699e620b9ba1a8a9fff3d1d8c84a949f38c37 [INFO] testing lakinwecker/delila-server against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flakinwecker%2Fdelila-server" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lakinwecker/delila-server 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/lakinwecker/delila-server [INFO] finished tweaking git repo https://github.com/lakinwecker/delila-server [INFO] tweaked toml for git repo https://github.com/lakinwecker/delila-server written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/lakinwecker/delila-server 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] f7cebd597ecaf1285ba910c2b5e3bd673cc7511032a86cfbbdad66c1b78169b3 [INFO] running `"docker" "start" "-a" "f7cebd597ecaf1285ba910c2b5e3bd673cc7511032a86cfbbdad66c1b78169b3"` [INFO] [stderr] Compiling slog v2.1.1 [INFO] [stderr] Compiling take_mut v0.2.0 [INFO] [stderr] Compiling isatty v0.1.6 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling ws v0.7.3 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling slog-async v2.2.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Compiling slog-term v2.3.0 [INFO] [stderr] Compiling diesel v1.1.1 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling infer_schema_internals v1.1.0 [INFO] [stderr] Compiling migrations_internals v1.1.0 [INFO] [stderr] Compiling migrations_macros v1.1.0 [INFO] [stderr] Compiling infer_schema_macros v1.1.0 [INFO] [stderr] Compiling diesel_migrations v1.1.0 [INFO] [stderr] Compiling diesel_infer_schema v1.1.0 [INFO] [stderr] Compiling delila v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | #![feature(custom_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `#[proc_macro_derive]` [INFO] [stderr] --> src/lib.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | #![feature(custom_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/schema.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: called `Result::unwrap()` on an `Err` value: "Failed to load environment variable DATABASE_URL: environment variable not found" [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 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `delila`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f7cebd597ecaf1285ba910c2b5e3bd673cc7511032a86cfbbdad66c1b78169b3"` [INFO] running `"docker" "rm" "-f" "f7cebd597ecaf1285ba910c2b5e3bd673cc7511032a86cfbbdad66c1b78169b3"` [INFO] [stdout] f7cebd597ecaf1285ba910c2b5e3bd673cc7511032a86cfbbdad66c1b78169b3