[INFO] crate tablefy 0.1.3 is already in cache [INFO] testing tablefy-0.1.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate tablefy 0.1.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tablefy 0.1.3 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tablefy 0.1.3 [INFO] finished tweaking crates.io crate tablefy 0.1.3 [INFO] tweaked toml for crates.io crate tablefy 0.1.3 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 60c8cade367da7b0323f14b4e46df09bc70481de9eeb4fcb17d910138a2e1b19 [INFO] running `"docker" "start" "-a" "60c8cade367da7b0323f14b4e46df09bc70481de9eeb4fcb17d910138a2e1b19"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling tablefy v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.55s [INFO] running `"docker" "inspect" "60c8cade367da7b0323f14b4e46df09bc70481de9eeb4fcb17d910138a2e1b19"` [INFO] running `"docker" "rm" "-f" "60c8cade367da7b0323f14b4e46df09bc70481de9eeb4fcb17d910138a2e1b19"` [INFO] [stdout] 60c8cade367da7b0323f14b4e46df09bc70481de9eeb4fcb17d910138a2e1b19 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=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-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d3f6199d7e0034fd1334bebeeb1f9cd2647004de7260cde3f4db9c93da6a9115 [INFO] running `"docker" "start" "-a" "d3f6199d7e0034fd1334bebeeb1f9cd2647004de7260cde3f4db9c93da6a9115"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tablefy v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tablefy_derive` [INFO] [stderr] --> examples/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tablefy_derive::Tablefy; [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `tablefy_derive` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Tablefy` [INFO] [stderr] --> examples/main.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Tablefy)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `header` in this scope [INFO] [stderr] --> examples/main.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | #[header(name = "Hmm... Nice Header")] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `header` in this scope [INFO] [stderr] --> examples/main.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | #[header(name = "We Have Here!")] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `header` in this scope [INFO] [stderr] --> examples/main.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | #[header(name = "Don't You Agree?")] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Basic: tablefy::Tablefy` is not satisfied [INFO] [stderr] --> examples/main.rs:40:37 [INFO] [stderr] | [INFO] [stderr] 40 | let table = tablefy::into_table(&basic); [INFO] [stderr] | ^^^^^^ the trait `tablefy::Tablefy` is not implemented for `Basic` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/lib.rs:117:23 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn into_table (data: &Vec) -> Table { [INFO] [stderr] | ------- required by this bound in `tablefy::into_table` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Basic: tablefy::Tablefy` is not satisfied [INFO] [stderr] --> examples/main.rs:43:41 [INFO] [stderr] | [INFO] [stderr] 43 | println!("{}", tablefy::into_string(&basic)); [INFO] [stderr] | ^^^^^^ the trait `tablefy::Tablefy` is not implemented for `Basic` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/lib.rs:133:24 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn into_string (data: &Vec) -> String { [INFO] [stderr] | ------- required by this bound in `tablefy::into_string` [INFO] [stderr] [INFO] [stderr] warning: unused import: `tablefy::Tablefy` [INFO] [stderr] --> examples/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tablefy::Tablefy; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `tablefy`. [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: build failed [INFO] running `"docker" "inspect" "d3f6199d7e0034fd1334bebeeb1f9cd2647004de7260cde3f4db9c93da6a9115"` [INFO] running `"docker" "rm" "-f" "d3f6199d7e0034fd1334bebeeb1f9cd2647004de7260cde3f4db9c93da6a9115"` [INFO] [stdout] d3f6199d7e0034fd1334bebeeb1f9cd2647004de7260cde3f4db9c93da6a9115