[INFO] crate tame-gcs 0.6.0 is already in cache [INFO] checking tame-gcs-0.6.0 against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] extracting crate tame-gcs 0.6.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate tame-gcs 0.6.0 on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tame-gcs 0.6.0 [INFO] finished tweaking crates.io crate tame-gcs 0.6.0 [INFO] tweaked toml for crates.io crate tame-gcs 0.6.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate tame-gcs 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 93fe4ce62e235e18d4957670c1cdd4d64e1cc47c3ae82203d455f871cd8a0082 [INFO] running `"docker" "start" "-a" "93fe4ce62e235e18d4957670c1cdd4d64e1cc47c3ae82203d455f871cd8a0082"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking console v0.9.1 [INFO] [stderr] Checking indicatif v0.13.0 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking tame-gcs v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tame_oauth` [INFO] [stderr] --> examples/gsutil/util.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tame_oauth::gcp as oauth; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tame_oauth` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> examples/gsutil/util.rs:8:14 [INFO] [stderr] | [INFO] [stderr] 8 | client: &reqwest::blocking::Client, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> examples/gsutil/util.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | ) -> Result [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> examples/gsutil/util.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | .body(reqwest::blocking::Body::new(body)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> examples/gsutil/util.rs:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | mut res: reqwest::blocking::Response, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> examples/gsutil/util.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | pub client: reqwest::blocking::Client, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> examples/gsutil/main.rs:54:18 [INFO] [stderr] | [INFO] [stderr] 54 | let client = reqwest::blocking::Client::builder().build()?; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tame_oauth` [INFO] [stderr] --> examples/gsutil/main.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | tame_oauth::gcp::ServiceAccountInfo::deserialize(std::fs::read_to_string(&cred_path)?)?; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tame_oauth` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tame_oauth` [INFO] [stderr] --> examples/gsutil/main.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | let svc_account_access = tame_oauth::gcp::ServiceAccountAccess::new(svc_account_info)?; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tame_oauth` [INFO] [stderr] [INFO] [stderr] warning: unused import: `convert::TryInto` [INFO] [stderr] --> examples/gsutil/util.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | use std::{convert::TryInto, sync::Arc}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> examples/gsutil/util.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tame-gcs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "93fe4ce62e235e18d4957670c1cdd4d64e1cc47c3ae82203d455f871cd8a0082"` [INFO] running `"docker" "rm" "-f" "93fe4ce62e235e18d4957670c1cdd4d64e1cc47c3ae82203d455f871cd8a0082"` [INFO] [stdout] 93fe4ce62e235e18d4957670c1cdd4d64e1cc47c3ae82203d455f871cd8a0082