[INFO] cloning repository https://github.com/masonblier/wine-som [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/masonblier/wine-som" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmasonblier%2Fwine-som", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmasonblier%2Fwine-som'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ade0c26abde287f23cc98a3dd1a6def07c8571a7 [INFO] testing masonblier/wine-som against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmasonblier%2Fwine-som" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/masonblier/wine-som on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/masonblier/wine-som [INFO] finished tweaking git repo https://github.com/masonblier/wine-som [INFO] tweaked toml for git repo https://github.com/masonblier/wine-som written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/masonblier/wine-som already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/masonblier/RusticSOM` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ndarray-csv v0.4.1 [INFO] [stderr] Downloaded serde_json v1.0.50 [INFO] [stderr] Downloaded serde_derive v1.0.105 [INFO] [stderr] Downloaded bstr v0.2.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31cce869dec6f4c521b91610ccb3bb44b1d2e839d69f5eb8e0e2aa03da6d792e [INFO] running `Command { std: "docker" "start" "-a" "31cce869dec6f4c521b91610ccb3bb44b1d2e839d69f5eb8e0e2aa03da6d792e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31cce869dec6f4c521b91610ccb3bb44b1d2e839d69f5eb8e0e2aa03da6d792e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31cce869dec6f4c521b91610ccb3bb44b1d2e839d69f5eb8e0e2aa03da6d792e", kill_on_drop: false }` [INFO] [stdout] 31cce869dec6f4c521b91610ccb3bb44b1d2e839d69f5eb8e0e2aa03da6d792e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 975b5e0ca2bd7c4c9b2d5ab9dcda7f580164b4df08d2af1173c66f747af0bd62 [INFO] running `Command { std: "docker" "start" "-a" "975b5e0ca2bd7c4c9b2d5ab9dcda7f580164b4df08d2af1173c66f747af0bd62", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling bstr v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.50 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling rusticsom v1.1.1 (https://github.com/masonblier/RusticSOM#c7e4fa9e) [INFO] [stderr] Compiling ndarray-csv v0.4.1 [INFO] [stderr] Compiling wine-som v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.72s [INFO] running `Command { std: "docker" "inspect" "975b5e0ca2bd7c4c9b2d5ab9dcda7f580164b4df08d2af1173c66f747af0bd62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "975b5e0ca2bd7c4c9b2d5ab9dcda7f580164b4df08d2af1173c66f747af0bd62", kill_on_drop: false }` [INFO] [stdout] 975b5e0ca2bd7c4c9b2d5ab9dcda7f580164b4df08d2af1173c66f747af0bd62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 382259bcab12f8a79cbe282513fad3d09e421033d4310fbd787601bc1fd49ec5 [INFO] running `Command { std: "docker" "start" "-a" "382259bcab12f8a79cbe282513fad3d09e421033d4310fbd787601bc1fd49ec5", kill_on_drop: false }` [INFO] [stderr] Compiling wine-som v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "382259bcab12f8a79cbe282513fad3d09e421033d4310fbd787601bc1fd49ec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "382259bcab12f8a79cbe282513fad3d09e421033d4310fbd787601bc1fd49ec5", kill_on_drop: false }` [INFO] [stdout] 382259bcab12f8a79cbe282513fad3d09e421033d4310fbd787601bc1fd49ec5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 26516a921df8092ad9e2ba72adb1d844dfe7d90a1927f4059b2c795a28ef8e2f [INFO] running `Command { std: "docker" "start" "-a" "26516a921df8092ad9e2ba72adb1d844dfe7d90a1927f4059b2c795a28ef8e2f", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wine_som-061eb444df9bc9ac) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "26516a921df8092ad9e2ba72adb1d844dfe7d90a1927f4059b2c795a28ef8e2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26516a921df8092ad9e2ba72adb1d844dfe7d90a1927f4059b2c795a28ef8e2f", kill_on_drop: false }` [INFO] [stdout] 26516a921df8092ad9e2ba72adb1d844dfe7d90a1927f4059b2c795a28ef8e2f