[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 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flakinwecker%2Fdelila-server" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lakinwecker/delila-server on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-4/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 9ea341b9797d66f63d61e3d1007f03c2d47efbf5850ae759aa1704b259727d86 [INFO] running `"docker" "start" "-a" "9ea341b9797d66f63d61e3d1007f03c2d47efbf5850ae759aa1704b259727d86"` [INFO] [stderr] Compiling take_mut v0.2.0 [INFO] [stderr] Compiling slog v2.1.1 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling isatty v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling slog-async v2.2.0 [INFO] [stderr] Compiling mio v0.6.13 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Compiling slog-term v2.3.0 [INFO] [stderr] Compiling ws v0.7.3 [INFO] [stderr] Compiling diesel v1.1.1 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling migrations_internals v1.1.0 [INFO] [stderr] Compiling infer_schema_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" "9ea341b9797d66f63d61e3d1007f03c2d47efbf5850ae759aa1704b259727d86"` [INFO] running `"docker" "rm" "-f" "9ea341b9797d66f63d61e3d1007f03c2d47efbf5850ae759aa1704b259727d86"` [INFO] [stdout] 9ea341b9797d66f63d61e3d1007f03c2d47efbf5850ae759aa1704b259727d86