[INFO] cloning repository https://github.com/KhaledSharif/TsetlinMachine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KhaledSharif/TsetlinMachine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKhaledSharif%2FTsetlinMachine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKhaledSharif%2FTsetlinMachine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 27e4d57c599b5add4d63b212d92a72ed0ef78ee8 [INFO] checking KhaledSharif/TsetlinMachine against master#da897dfb6daa268a965d2d73620316ba56020a19 for pr-76219 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKhaledSharif%2FTsetlinMachine" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KhaledSharif/TsetlinMachine on toolchain da897dfb6daa268a965d2d73620316ba56020a19 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KhaledSharif/TsetlinMachine [INFO] finished tweaking git repo https://github.com/KhaledSharif/TsetlinMachine [INFO] tweaked toml for git repo https://github.com/KhaledSharif/TsetlinMachine written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/KhaledSharif/TsetlinMachine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 936dc31d0d2349773321d699d9fdb2f80bc0ae23ada2214d3fc1da978ce8d3ac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "936dc31d0d2349773321d699d9fdb2f80bc0ae23ada2214d3fc1da978ce8d3ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "936dc31d0d2349773321d699d9fdb2f80bc0ae23ada2214d3fc1da978ce8d3ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "936dc31d0d2349773321d699d9fdb2f80bc0ae23ada2214d3fc1da978ce8d3ac", kill_on_drop: false }` [INFO] [stdout] 936dc31d0d2349773321d699d9fdb2f80bc0ae23ada2214d3fc1da978ce8d3ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c9eb7e7c56cdd45cfeeb1663f12a19aa9dbc4bd6b1ff0dd70152b99da41afde [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5c9eb7e7c56cdd45cfeeb1663f12a19aa9dbc4bd6b1ff0dd70152b99da41afde", kill_on_drop: false }` [INFO] [stderr] Compiling matrixmultiply v0.1.14 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Compiling ndarray v0.11.2 [INFO] [stderr] Checking serde v1.0.37 [INFO] [stderr] Checking rand_core v0.1.0-pre.0 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking itertools v0.7.8 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Checking rand v0.5.0-pre.0 [INFO] [stderr] Checking csv v1.0.0-beta.5 [INFO] [stderr] Checking tsetlin_machine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.74s [INFO] running `Command { std: "docker" "inspect" "5c9eb7e7c56cdd45cfeeb1663f12a19aa9dbc4bd6b1ff0dd70152b99da41afde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c9eb7e7c56cdd45cfeeb1663f12a19aa9dbc4bd6b1ff0dd70152b99da41afde", kill_on_drop: false }` [INFO] [stdout] 5c9eb7e7c56cdd45cfeeb1663f12a19aa9dbc4bd6b1ff0dd70152b99da41afde