[INFO] cloning repository https://github.com/salmmanfred/xdof [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/salmmanfred/xdof" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsalmmanfred%2Fxdof", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsalmmanfred%2Fxdof'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2221c7939773de2dbdf8754002d3080845938c3c [INFO] testing salmmanfred/xdof against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsalmmanfred%2Fxdof" "/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/salmmanfred/xdof on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/salmmanfred/xdof [INFO] finished tweaking git repo https://github.com/salmmanfred/xdof [INFO] tweaked toml for git repo https://github.com/salmmanfred/xdof written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/salmmanfred/xdof already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 603863b76edba29ac2462595aad1d777ec44e39aeaf4099fba8d5a04125d24f4 [INFO] running `Command { std: "docker" "start" "-a" "603863b76edba29ac2462595aad1d777ec44e39aeaf4099fba8d5a04125d24f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "603863b76edba29ac2462595aad1d777ec44e39aeaf4099fba8d5a04125d24f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "603863b76edba29ac2462595aad1d777ec44e39aeaf4099fba8d5a04125d24f4", kill_on_drop: false }` [INFO] [stdout] 603863b76edba29ac2462595aad1d777ec44e39aeaf4099fba8d5a04125d24f4 [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" "RUSTFLAGS=--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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3da70407afe7b42c074f40bb9ef02dede3090258c52cb215bad9c92a9be1ecd3 [INFO] running `Command { std: "docker" "start" "-a" "3da70407afe7b42c074f40bb9ef02dede3090258c52cb215bad9c92a9be1ecd3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling syn v1.0.62 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling signal-hook v0.3.6 [INFO] [stderr] Compiling array-macro v1.0.5 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling wildmatch v1.1.0 [INFO] [stderr] Compiling openfile v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling rustDatabook v1.1.3 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling crossterm v0.15.0 [INFO] [stderr] Compiling terminal v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling attohttpc v0.16.3 [INFO] [stderr] Compiling enum-map-derive v0.4.6 [INFO] [stderr] Compiling dotenv_codegen_implementation v0.15.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling dotenv_codegen v0.15.0 [INFO] [stderr] Compiling enum-map v0.6.4 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling wasmer_enumset_derive v0.5.0 [INFO] [stderr] Compiling wasmer_enumset v1.0.1 [INFO] [stderr] Compiling cursive_core v0.2.2 [INFO] [stderr] Compiling cursive v0.16.3 [INFO] [stderr] Compiling xdof v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/O.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | let api = dotenv!("API"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: Error loading .env file: path not found [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/main.rs:291:15 [INFO] [stdout] | [INFO] [stdout] 291 | let api = dotenv!("API"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: Error loading .env file: path not found [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proc_macro_call` in this scope [INFO] [stdout] --> src/main.rs:291:15 [INFO] [stdout] | [INFO] [stdout] 291 | let api = dotenv!("API"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proc_macro_call` in this scope [INFO] [stdout] --> src/O.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | let api = dotenv!("API"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Button`, `DummyView`, `LinearLayout`, `SelectView` [INFO] [stdout] --> src/D.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use cursive::views::{Button, Dialog, DummyView, EditView, [INFO] [stdout] | ^^^^^^ ^^^^^^^^^ [INFO] [stdout] 4 | LinearLayout, SelectView}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `dotenv::dotenv` [INFO] [stdout] --> src/D.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use dotenv::dotenv; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json::Value` [INFO] [stdout] --> src/D.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use serde_json::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `attohttpc` [INFO] [stdout] --> src/D.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use attohttpc; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rustDatabook` [INFO] [stdout] --> src/D.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use rustDatabook; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cursive::Cursive` [INFO] [stdout] --> src/O.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use cursive::Cursive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Button`, `Dialog`, `DummyView`, `EditView`, `LinearLayout`, `SelectView` [INFO] [stdout] --> src/O.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use cursive::views::{Button, Dialog, DummyView, EditView, [INFO] [stdout] | ^^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] 4 | LinearLayout, SelectView}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cursive::traits::*` [INFO] [stdout] --> src/O.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use cursive::traits::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rustDatabook` [INFO] [stdout] --> src/O.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use rustDatabook; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::X` [INFO] [stdout] --> src/O.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::X; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::refresh` [INFO] [stdout] --> src/O.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use crate::refresh; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xdof` due to 5 previous errors; 11 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3da70407afe7b42c074f40bb9ef02dede3090258c52cb215bad9c92a9be1ecd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3da70407afe7b42c074f40bb9ef02dede3090258c52cb215bad9c92a9be1ecd3", kill_on_drop: false }` [INFO] [stdout] 3da70407afe7b42c074f40bb9ef02dede3090258c52cb215bad9c92a9be1ecd3