[INFO] crate instagen 0.1.1 is already in cache
[INFO] checking instagen-0.1.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate instagen 0.1.1 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate instagen 0.1.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate instagen 0.1.1
[INFO] finished tweaking crates.io crate instagen 0.1.1
[INFO] tweaked toml for crates.io crate instagen 0.1.1 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 3bf46e5f501a9799db891e40e49d1f7b2a1ad1e82c2eb9ccd17edec5d49048a1
[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" "3bf46e5f501a9799db891e40e49d1f7b2a1ad1e82c2eb9ccd17edec5d49048a1"`
[INFO] [stderr]     Checking assert_cmd v1.0.1
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking hyper-tls v0.4.1
[INFO] [stderr]     Checking reqwest v0.10.4
[INFO] [stderr]     Checking instagen v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stderr]   --> src/lib.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Deserialize)]
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/lib.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde::*`
[INFO] [stderr]  --> src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use serde::*;
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stderr]   --> src/lib.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Deserialize)]
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/lib.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde::*`
[INFO] [stderr]  --> src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use serde::*;
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `expect` found for opaque type `impl std::future::Future` in the current scope
[INFO] [stderr]   --> src/lib.rs:31:18
[INFO] [stderr]    |
[INFO] [stderr] 31 |                 .expect("Could not fetch JSON from datamuse")
[INFO] [stderr]    |                  ^^^^^^ method not found in `impl std::future::Future`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `expect` found for opaque type `impl std::future::Future` in the current scope
[INFO] [stderr]   --> src/lib.rs:31:18
[INFO] [stderr]    |
[INFO] [stderr] 31 |                 .expect("Could not fetch JSON from datamuse")
[INFO] [stderr]    |                  ^^^^^^ method not found in `impl std::future::Future`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `instagen`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `instagen`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "3bf46e5f501a9799db891e40e49d1f7b2a1ad1e82c2eb9ccd17edec5d49048a1"`
[INFO] running `"docker" "rm" "-f" "3bf46e5f501a9799db891e40e49d1f7b2a1ad1e82c2eb9ccd17edec5d49048a1"`
[INFO] [stdout] 3bf46e5f501a9799db891e40e49d1f7b2a1ad1e82c2eb9ccd17edec5d49048a1
