[INFO] updating cached repository https://github.com/theduke/rust-serialization-benchmarks [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4d24c6531d75942ef58ef4005e6dbb8f661b2225 [INFO] checking theduke/rust-serialization-benchmarks against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheduke%2Frust-serialization-benchmarks" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/theduke/rust-serialization-benchmarks on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/theduke/rust-serialization-benchmarks [INFO] finished tweaking git repo https://github.com/theduke/rust-serialization-benchmarks [INFO] tweaked toml for git repo https://github.com/theduke/rust-serialization-benchmarks written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/theduke/rust-serialization-benchmarks already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 92e99c3314a46f9bb829d4ea2876abfdc281210c1f632d1958fba09e61606542 [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" "92e99c3314a46f9bb829d4ea2876abfdc281210c1f632d1958fba09e61606542"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking bencher v0.1.2 (https://github.com/theduke/bencher.git#59ee1f8f) [INFO] [stderr] Checking serde_test v0.8.21 [INFO] [stderr] Checking rmp v0.8.1 [INFO] [stderr] Checking serde_cbor v0.4.0 [INFO] [stderr] Checking bincode v0.6.1 [INFO] [stderr] Checking serde_json v0.8.4 [INFO] [stderr] Checking cbor v0.4.0 [INFO] [stderr] Checking toml v0.2.1 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking serde-pickle v0.2.0 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking rmp-serde v0.11.0 [INFO] [stderr] Compiling serde_codegen v0.8.21 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking serde-hjson v0.8.1 [INFO] [stderr] Compiling serde_derive v0.8.21 [INFO] [stderr] Checking serde_yaml v0.5.0 [INFO] [stderr] Checking bson v0.3.2 [INFO] [stderr] Checking rust_serialization_benchmark v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `step_by` [INFO] [stderr] --> src/main.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(step_by)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0635`. [INFO] [stderr] error: could not compile `rust_serialization_benchmark`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `step_by` [INFO] [stderr] --> src/main.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(step_by)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0635`. [INFO] [stderr] error: could not compile `rust_serialization_benchmark`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "92e99c3314a46f9bb829d4ea2876abfdc281210c1f632d1958fba09e61606542"` [INFO] running `"docker" "rm" "-f" "92e99c3314a46f9bb829d4ea2876abfdc281210c1f632d1958fba09e61606542"` [INFO] [stdout] 92e99c3314a46f9bb829d4ea2876abfdc281210c1f632d1958fba09e61606542