[INFO] crate pcd-rs 0.3.0 is already in cache [INFO] testing pcd-rs-0.3.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate pcd-rs 0.3.0 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate pcd-rs 0.3.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pcd-rs 0.3.0 [INFO] finished tweaking crates.io crate pcd-rs 0.3.0 [INFO] tweaked toml for crates.io crate pcd-rs 0.3.0 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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-09-28" "build" "--frozen"` [INFO] [stdout] 14aa4e1d5f692894920ee3f85eedc6d9cf271e4bd5ff863e46548d98a19b8ffa [INFO] running `"docker" "start" "-a" "14aa4e1d5f692894920ee3f85eedc6d9cf271e4bd5ff863e46548d98a19b8ffa"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling pcd-rs-derive v0.1.1 [INFO] [stderr] Compiling pcd-rs v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.08s [INFO] running `"docker" "inspect" "14aa4e1d5f692894920ee3f85eedc6d9cf271e4bd5ff863e46548d98a19b8ffa"` [INFO] running `"docker" "rm" "-f" "14aa4e1d5f692894920ee3f85eedc6d9cf271e4bd5ff863e46548d98a19b8ffa"` [INFO] [stdout] 14aa4e1d5f692894920ee3f85eedc6d9cf271e4bd5ff863e46548d98a19b8ffa [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 7e54e50fcff0967a252880c5a44d88531bf42b12f2ceeb178d573bc12c71da80 [INFO] running `"docker" "start" "-a" "7e54e50fcff0967a252880c5a44d88531bf42b12f2ceeb178d573bc12c71da80"` [INFO] [stderr] Compiling pcd-rs v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find derive macro `PCDRecord` in this scope [INFO] [stderr] --> tests/load.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(PCDRecord)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PCDRecord` in this scope [INFO] [stderr] --> tests/load.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PCDRecord)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `PCDRecord` [INFO] [stderr] --> tests/load.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | use pcd_rs::{PCDRecord, SeqReaderBuilder}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointAscii: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | let points = reader.collect::>>()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointAscii` [INFO] [stderr] | [INFO] [stderr] = note: required by `pcd_rs::seq_reader::SeqReader` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointAscii: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | let points = reader.collect::>>()?; [INFO] [stderr] | ^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointAscii` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::iter::Iterator` for `pcd_rs::seq_reader::SeqReader, PointAscii>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointAscii: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | let reader = SeqReaderBuilder::open_path("test_files/ascii.pcd")?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointAscii` [INFO] [stderr] | [INFO] [stderr] = note: required by `pcd_rs::seq_reader::SeqReader` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointAscii: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | let reader = SeqReaderBuilder::open_path("test_files/ascii.pcd")?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointAscii` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/seq_reader.rs:119:41 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn open_path, T: PCDRecord>( [INFO] [stderr] | --------- required by this bound in `pcd_rs::seq_reader::SeqReaderBuilder::open_path` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointBinary: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:33:18 [INFO] [stderr] | [INFO] [stderr] 33 | let points = reader.collect::>>()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointBinary` [INFO] [stderr] | [INFO] [stderr] = note: required by `pcd_rs::seq_reader::SeqReader` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointBinary: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | let points = reader.collect::>>()?; [INFO] [stderr] | ^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointBinary` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::iter::Iterator` for `pcd_rs::seq_reader::SeqReader, PointBinary>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointBinary: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | let reader = SeqReaderBuilder::open_path(path)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointBinary` [INFO] [stderr] | [INFO] [stderr] = note: required by `pcd_rs::seq_reader::SeqReader` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `PointBinary: pcd_rs::record::PCDRecord` is not satisfied [INFO] [stderr] --> tests/load.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | let reader = SeqReaderBuilder::open_path(path)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pcd_rs::record::PCDRecord` is not implemented for `PointBinary` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/seq_reader.rs:119:41 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn open_path, T: PCDRecord>( [INFO] [stderr] | --------- required by this bound in `pcd_rs::seq_reader::SeqReaderBuilder::open_path` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `pcd-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7e54e50fcff0967a252880c5a44d88531bf42b12f2ceeb178d573bc12c71da80"` [INFO] running `"docker" "rm" "-f" "7e54e50fcff0967a252880c5a44d88531bf42b12f2ceeb178d573bc12c71da80"` [INFO] [stdout] 7e54e50fcff0967a252880c5a44d88531bf42b12f2ceeb178d573bc12c71da80