[INFO] crate bitbuf 1.0.0 is already in cache [INFO] checking bitbuf-1.0.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate bitbuf 1.0.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate bitbuf 1.0.0 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 bitbuf 1.0.0 [INFO] finished tweaking crates.io crate bitbuf 1.0.0 [INFO] tweaked toml for crates.io crate bitbuf 1.0.0 written to /workspace/builds/worker-9/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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stdout] 7361a56253b0ca79476271c4258f3da680c358251608d35365bf032a37eed45e [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" "7361a56253b0ca79476271c4258f3da680c358251608d35365bf032a37eed45e"` [INFO] [stderr] Checking bitbuf v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:659:40 [INFO] [stderr] | [INFO] [stderr] 659 | fn benchperson_write1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:677:39 [INFO] [stderr] | [INFO] [stderr] 677 | fn benchperson_read1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:698:32 [INFO] [stderr] | [INFO] [stderr] 698 | fn bitbuf_create_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:705:36 [INFO] [stderr] | [INFO] [stderr] 705 | fn in_byte_write1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:716:35 [INFO] [stderr] | [INFO] [stderr] 716 | fn in_byte_read1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:730:35 [INFO] [stderr] | [INFO] [stderr] 730 | fn string_write1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:741:34 [INFO] [stderr] | [INFO] [stderr] 741 | fn string_read1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:755:32 [INFO] [stderr] | [INFO] [stderr] 755 | fn i32_write1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:766:32 [INFO] [stderr] | [INFO] [stderr] 766 | fn i64_write1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:777:31 [INFO] [stderr] | [INFO] [stderr] 777 | fn i64_read1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:791:32 [INFO] [stderr] | [INFO] [stderr] 791 | fn f32_write1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:802:32 [INFO] [stderr] | [INFO] [stderr] 802 | fn f64_write1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bencher` in this scope [INFO] [stderr] --> src/lib.rs:813:31 [INFO] [stderr] | [INFO] [stderr] 813 | fn f64_read1400_bench(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use test::Bencher; [INFO] [stderr] | [INFO] [stderr] 1 | use test::test::Bencher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:662:29 [INFO] [stderr] | [INFO] [stderr] 662 | first_name: String::from_str("John"), [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use std::str::FromStr; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:663:28 [INFO] [stderr] | [INFO] [stderr] 663 | last_name: String::from_str("Johnson"), [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use std::str::FromStr; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:680:29 [INFO] [stderr] | [INFO] [stderr] 680 | first_name: String::from_str("John"), [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use std::str::FromStr; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:681:28 [INFO] [stderr] | [INFO] [stderr] 681 | last_name: String::from_str("Johnson"), [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use std::str::FromStr; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bitbuf`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7361a56253b0ca79476271c4258f3da680c358251608d35365bf032a37eed45e"` [INFO] running `"docker" "rm" "-f" "7361a56253b0ca79476271c4258f3da680c358251608d35365bf032a37eed45e"` [INFO] [stdout] 7361a56253b0ca79476271c4258f3da680c358251608d35365bf032a37eed45e