[INFO] cloning repository https://github.com/martindevans/Word2Vec_Server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martindevans/Word2Vec_Server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartindevans%2FWord2Vec_Server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartindevans%2FWord2Vec_Server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b949b6efa07e8fc8d10ed0b5e1d88d48f6c7f916 [INFO] testing martindevans/Word2Vec_Server against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartindevans%2FWord2Vec_Server" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/martindevans/Word2Vec_Server on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/martindevans/Word2Vec_Server [INFO] finished tweaking git repo https://github.com/martindevans/Word2Vec_Server [INFO] tweaked toml for git repo https://github.com/martindevans/Word2Vec_Server written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/martindevans/Word2Vec_Server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae4b1996f7dfa9eace065771f31b2a47ba110e43b9a2d130edfb314ee03b4205 [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" "ae4b1996f7dfa9eace065771f31b2a47ba110e43b9a2d130edfb314ee03b4205", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae4b1996f7dfa9eace065771f31b2a47ba110e43b9a2d130edfb314ee03b4205", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae4b1996f7dfa9eace065771f31b2a47ba110e43b9a2d130edfb314ee03b4205", kill_on_drop: false }` [INFO] [stdout] ae4b1996f7dfa9eace065771f31b2a47ba110e43b9a2d130edfb314ee03b4205 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a72c410a7da191489c6ccc3ef5ce5fa237017e780da5237fc9740a84491869e8 [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" "a72c410a7da191489c6ccc3ef5ce5fa237017e780da5237fc9740a84491869e8", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling word2vec v0.3.2 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling hypernonsense v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.87 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling word2vecserver v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "a72c410a7da191489c6ccc3ef5ce5fa237017e780da5237fc9740a84491869e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a72c410a7da191489c6ccc3ef5ce5fa237017e780da5237fc9740a84491869e8", kill_on_drop: false }` [INFO] [stdout] a72c410a7da191489c6ccc3ef5ce5fa237017e780da5237fc9740a84491869e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eb59ec1611e5b9ada2ef1764672a41549532668aa5b96cc58b3e1737dd6b4c07 [INFO] running `Command { std: "docker" "start" "-a" "eb59ec1611e5b9ada2ef1764672a41549532668aa5b96cc58b3e1737dd6b4c07", kill_on_drop: false }` [INFO] [stderr] Compiling word2vecserver v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "eb59ec1611e5b9ada2ef1764672a41549532668aa5b96cc58b3e1737dd6b4c07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb59ec1611e5b9ada2ef1764672a41549532668aa5b96cc58b3e1737dd6b4c07", kill_on_drop: false }` [INFO] [stdout] eb59ec1611e5b9ada2ef1764672a41549532668aa5b96cc58b3e1737dd6b4c07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d451c3174d7984b9ea1e28c658763249cd8def96c5ba8aeaeed31d2f9415b2b9 [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" "d451c3174d7984b9ea1e28c658763249cd8def96c5ba8aeaeed31d2f9415b2b9", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/word2vecserver-0ff138c15c932772) [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" "d451c3174d7984b9ea1e28c658763249cd8def96c5ba8aeaeed31d2f9415b2b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d451c3174d7984b9ea1e28c658763249cd8def96c5ba8aeaeed31d2f9415b2b9", kill_on_drop: false }` [INFO] [stdout] d451c3174d7984b9ea1e28c658763249cd8def96c5ba8aeaeed31d2f9415b2b9