[INFO] crate oatie 0.3.0 is already in cache [INFO] checking oatie-0.3.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate oatie 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate oatie 0.3.0 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate oatie 0.3.0 [INFO] finished tweaking crates.io crate oatie 0.3.0 [INFO] tweaked toml for crates.io crate oatie 0.3.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 51aa80ad3158f4ebe7df444f0d339d56c73562530ca8fb0ff96128f25d21e327 [INFO] running `"docker" "start" "-a" "51aa80ad3158f4ebe7df444f0d339d56c73562530ca8fb0ff96128f25d21e327"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking yansi v0.3.4 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking ron v0.2.2 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking oatie v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `rand` [INFO] [stderr] --> tests/compose.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `oatie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `rand` [INFO] [stderr] --> tests/monkey.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `oatie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `rand` [INFO] [stderr] --> tests/doc.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `oatie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0603]: function `normalize` is private [INFO] [stderr] --> tests/transform.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | use oatie::normalize; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: function `apply_operation` is private [INFO] [stderr] --> tests/transform.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use oatie::apply_operation; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed: cannot resolve `_: oatie::Schema` [INFO] [stderr] --> tests/transform.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | run_transform_test(&s).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/transform_test.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn run_transform_test(input: &str) -> Result<(), Error> { [INFO] [stderr] | ------ required by this bound in `oatie::transform_test::run_transform_test` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0283, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0283`. [INFO] [stderr] error: could not compile `oatie`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "51aa80ad3158f4ebe7df444f0d339d56c73562530ca8fb0ff96128f25d21e327"` [INFO] running `"docker" "rm" "-f" "51aa80ad3158f4ebe7df444f0d339d56c73562530ca8fb0ff96128f25d21e327"` [INFO] [stdout] 51aa80ad3158f4ebe7df444f0d339d56c73562530ca8fb0ff96128f25d21e327