[INFO] updating cached repository https://github.com/enricostano/volantino-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 5e4252f054f8a660b44c6e61bd1b416eab91a311 [INFO] checking enricostano/volantino-rs against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenricostano%2Fvolantino-rs" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/enricostano/volantino-rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/enricostano/volantino-rs [INFO] finished tweaking git repo https://github.com/enricostano/volantino-rs [INFO] tweaked toml for git repo https://github.com/enricostano/volantino-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/enricostano/volantino-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d5e760953b956ef5ba8feeab05ce9a99c40f278fc6438c049e61bba49ea2ad83 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d5e760953b956ef5ba8feeab05ce9a99c40f278fc6438c049e61bba49ea2ad83"` [INFO] [stderr] Checking num_cpus v1.9.0 [INFO] [stderr] Checking time v0.1.41 [INFO] [stderr] Checking bytes v0.4.11 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking openssl-sys v0.9.40 [INFO] [stderr] Checking backtrace-sys v0.1.28 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Checking rand v0.6.1 [INFO] [stderr] Checking backtrace v0.3.11 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking tokio-io v0.1.10 [INFO] [stderr] Checking http v0.1.14 [INFO] [stderr] Checking openssl v0.10.16 [INFO] [stderr] Checking error-chain v0.12.0 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling markup5ever v0.3.2 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-reactor v0.1.7 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.4 [INFO] [stderr] Checking h2 v0.1.14 [INFO] [stderr] Checking hyperx v0.13.1 [INFO] [stderr] Checking native-tls v0.2.2 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking hyper v0.12.19 [INFO] [stderr] Checking html5ever v0.18.0 [INFO] [stderr] Checking select v0.4.2 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking hubcaps v0.5.0 [INFO] [stderr] Checking reqwest v0.9.5 [INFO] [stderr] Checking volantino v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `api_token` in this scope [INFO] [stderr] --> src/main.rs:65:28 [INFO] [stderr] | [INFO] [stderr] 65 | Credentials::Token(api_token.to_string()), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `git::GetReferenceResponse::Exact`, `git::GetReferenceResponse::StartWith` [INFO] [stderr] --> src/main.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | use hubcaps::{Credentials, Github, git::GetReferenceResponse::Exact, git::GetReferenceResponse::StartWith}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `volantino`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `api_token` in this scope [INFO] [stderr] --> src/main.rs:65:28 [INFO] [stderr] | [INFO] [stderr] 65 | Credentials::Token(api_token.to_string()), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `git::GetReferenceResponse::Exact`, `git::GetReferenceResponse::StartWith` [INFO] [stderr] --> src/main.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | use hubcaps::{Credentials, Github, git::GetReferenceResponse::Exact, git::GetReferenceResponse::StartWith}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `volantino`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d5e760953b956ef5ba8feeab05ce9a99c40f278fc6438c049e61bba49ea2ad83"` [INFO] running `"docker" "rm" "-f" "d5e760953b956ef5ba8feeab05ce9a99c40f278fc6438c049e61bba49ea2ad83"` [INFO] [stdout] d5e760953b956ef5ba8feeab05ce9a99c40f278fc6438c049e61bba49ea2ad83