[INFO] cloning repository https://github.com/benitoThree/CountMinSketch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benitoThree/CountMinSketch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FbenitoThree%2FCountMinSketch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FbenitoThree%2FCountMinSketch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a39f3125a195afa644ece6c7dfabf7f4c929874f
[INFO] checking benitoThree/CountMinSketch against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FbenitoThree%2FCountMinSketch" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/benitoThree/CountMinSketch
[INFO] finished tweaking git repo https://github.com/benitoThree/CountMinSketch
[INFO] tweaked toml for git repo https://github.com/benitoThree/CountMinSketch written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/benitoThree/CountMinSketch on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/benitoThree/CountMinSketch already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fragile v1.1.0
[INFO] [stderr]   Downloaded semver v1.0.5
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d6ad62f6f19873338814e061f795ea1d96b5721a4d5586458fb49ca96bfa63f2
[INFO] running `Command { std: "docker" "start" "-a" "d6ad62f6f19873338814e061f795ea1d96b5721a4d5586458fb49ca96bfa63f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6ad62f6f19873338814e061f795ea1d96b5721a4d5586458fb49ca96bfa63f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6ad62f6f19873338814e061f795ea1d96b5721a4d5586458fb49ca96bfa63f2", kill_on_drop: false }`
[INFO] [stdout] d6ad62f6f19873338814e061f795ea1d96b5721a4d5586458fb49ca96bfa63f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c6d499e2431d6374e6198d80a92fff7464c741243021caabc6bef48a78f97b3
[INFO] running `Command { std: "docker" "start" "-a" "5c6d499e2431d6374e6198d80a92fff7464c741243021caabc6bef48a78f97b3", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.118
[INFO] [stderr]    Compiling crossbeam-utils v0.8.7
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.7
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling crossbeam-queue v0.3.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking array-init v2.0.0
[INFO] [stderr]     Checking fragile v1.1.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]     Checking getrandom v0.2.4
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking crossbeam v0.8.1
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking time_series_count_min_sketch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(get_mut_unchecked)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `time_series_count_min_sketch` (bin "time_series_count_min_sketch" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(get_mut_unchecked)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `time_series_count_min_sketch` (bin "time_series_count_min_sketch") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5c6d499e2431d6374e6198d80a92fff7464c741243021caabc6bef48a78f97b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c6d499e2431d6374e6198d80a92fff7464c741243021caabc6bef48a78f97b3", kill_on_drop: false }`
[INFO] [stdout] 5c6d499e2431d6374e6198d80a92fff7464c741243021caabc6bef48a78f97b3
