[INFO] crate algosdk 1.0.0 is already in cache [INFO] checking algosdk-1.0.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate algosdk 1.0.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate algosdk 1.0.0 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate algosdk 1.0.0 [INFO] finished tweaking crates.io crate algosdk 1.0.0 [INFO] tweaked toml for crates.io crate algosdk 1.0.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate algosdk 1.0.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 4ce68669d8e3241dd6e7a5ab10cf47f494e15f956cf3ba883afc4b196c74cc25 [INFO] running `"docker" "start" "-a" "4ce68669d8e3241dd6e7a5ab10cf47f494e15f956cf3ba883afc4b196c74cc25"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking untrusted v0.7.0 [INFO] [stderr] Checking data-encoding v2.1.2 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking openssl v0.10.24 [INFO] [stderr] Checking rmp v0.8.8 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking block-padding v0.1.4 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking rmp-serde v0.14.0 [INFO] [stderr] Checking serde_bytes v0.11.2 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.20 [INFO] [stderr] Checking algosdk v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `cucumber` [INFO] [stderr] --> tests/cucumber.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use cucumber::{Steps, StepsBuilder}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `cucumber` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cucumber` [INFO] [stderr] --> tests/cucumber.rs:781:9 [INFO] [stderr] | [INFO] [stderr] 781 | use cucumber::{CucumberBuilder, DefaultOutput, OutputVisitor, Scenario, Steps}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `cucumber` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `cucumber` [INFO] [stderr] --> tests/cucumber.rs:70:6 [INFO] [stderr] | [INFO] [stderr] 70 | impl cucumber::World for World {} [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `cucumber` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `dirs` [INFO] [stderr] --> tests/cucumber.rs:76:24 [INFO] [stderr] | [INFO] [stderr] 76 | let home = dirs::home_dir().expect("Couldn't get home dir"); [INFO] [stderr] | ^^^^ use of undeclared type or module `dirs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `dirs` [INFO] [stderr] --> tests/cucumber.rs:95:24 [INFO] [stderr] | [INFO] [stderr] 95 | let home = dirs::home_dir().expect("Couldn't get home dir"); [INFO] [stderr] | ^^^^ use of undeclared type or module `dirs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `chrono` [INFO] [stderr] --> tests/cucumber.rs:149:84 [INFO] [stderr] | [INFO] [stderr] 149 | let _ = algod_client.transactions(&world.accounts[0], None, None, Some(chrono::Local::today().naive_local().to_string()), Some(chrono::Local::today().naive_local().to_string()), Some(10)).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `chrono` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `chrono` [INFO] [stderr] --> tests/cucumber.rs:149:140 [INFO] [stderr] | [INFO] [stderr] 149 | let _ = algod_client.transactions(&world.accounts[0], None, None, Some(chrono::Local::today().naive_local().to_string()), Some(chrono::Local::today().naive_local().to_string()), Some(10)).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `chrono` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `cucumber` [INFO] [stderr] --> tests/cucumber.rs:796:19 [INFO] [stderr] | [INFO] [stderr] 796 | let options = cucumber::cli::make_app().unwrap(); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `cucumber` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 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 `algosdk`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4ce68669d8e3241dd6e7a5ab10cf47f494e15f956cf3ba883afc4b196c74cc25"` [INFO] running `"docker" "rm" "-f" "4ce68669d8e3241dd6e7a5ab10cf47f494e15f956cf3ba883afc4b196c74cc25"` [INFO] [stdout] 4ce68669d8e3241dd6e7a5ab10cf47f494e15f956cf3ba883afc4b196c74cc25