[INFO] crate cbor-codec 0.7.1 is already in cache [INFO] checking cbor-codec-0.7.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate cbor-codec 0.7.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate cbor-codec 0.7.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cbor-codec 0.7.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cbor-codec 0.7.1 [INFO] tweaked toml for crates.io crate cbor-codec 0.7.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-4/source/tests/unit.rs [INFO] [stderr] * /workspace/builds/worker-4/source/tests/util.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [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=allow" "-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" "+beta-2019-10-27" "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] 96b47fbe14771923d099e82cd086d4cda898cbbd57cba5c94e9bacba0d60bae4 [INFO] running `"docker" "start" "-a" "96b47fbe14771923d099e82cd086d4cda898cbbd57cba5c94e9bacba0d60bae4"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/tests/unit.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/util.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Checking json-codec v0.5.0 [INFO] [stderr] Checking cbor-codec v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking quickcheck v0.9.0 [INFO] [stderr] error: /opt/rustwide/target/debug/deps/libquickcheck_macros-53a2852fa7bb273f.so: undefined symbol: __rustc_plugin_registrar_2cc5305b10b6c3ff86a664ac43c4be4d__ [INFO] [stderr] --> tests/lib.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | #![plugin(quickcheck_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cbor-codec`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `cbor::random` [INFO] [stderr] --> benches/lib.rs:13:11 [INFO] [stderr] | [INFO] [stderr] 13 | use cbor::random::gen_value; [INFO] [stderr] | ^^^^^^ could not find `random` in `cbor` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rand::chacha` [INFO] [stderr] --> benches/lib.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | use rand::chacha::ChaChaRng; [INFO] [stderr] | ^^^^^^ could not find `chacha` in `rand` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `cbor-codec`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "96b47fbe14771923d099e82cd086d4cda898cbbd57cba5c94e9bacba0d60bae4"` [INFO] running `"docker" "rm" "-f" "96b47fbe14771923d099e82cd086d4cda898cbbd57cba5c94e9bacba0d60bae4"` [INFO] [stdout] 96b47fbe14771923d099e82cd086d4cda898cbbd57cba5c94e9bacba0d60bae4