[INFO] cloning repository https://github.com/gahag/slizzy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gahag/slizzy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgahag%2Fslizzy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgahag%2Fslizzy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e6877d2fb968cf8366a4be3786132861e4b81165 [INFO] testing gahag/slizzy against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgahag%2Fslizzy" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gahag/slizzy on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gahag/slizzy [INFO] finished tweaking git repo https://github.com/gahag/slizzy [INFO] tweaked toml for git repo https://github.com/gahag/slizzy written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/gahag/slizzy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enumset v1.0.0 [INFO] [stderr] Downloaded isahc v0.9.5 [INFO] [stderr] Downloaded fasteval v0.2.4 [INFO] [stderr] Downloaded trigram v0.4.4 [INFO] [stderr] Downloaded memory_logger v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eaf0fa19050089dc224ac108b190c061d70df248d27362a2ab3f9697ec27d65f [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" "eaf0fa19050089dc224ac108b190c061d70df248d27362a2ab3f9697ec27d65f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eaf0fa19050089dc224ac108b190c061d70df248d27362a2ab3f9697ec27d65f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaf0fa19050089dc224ac108b190c061d70df248d27362a2ab3f9697ec27d65f", kill_on_drop: false }` [INFO] [stdout] eaf0fa19050089dc224ac108b190c061d70df248d27362a2ab3f9697ec27d65f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d21baa929c6566602ef49f319ef619914ac06477bf37ff64c5263b6be816f515 [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" "d21baa929c6566602ef49f319ef619914ac06477bf37ff64c5263b6be816f515", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling serde v1.0.112 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Compiling procedural-masquerade v0.1.6 [INFO] [stderr] Compiling curl v0.4.30 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling isahc v0.9.5 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling bytes v0.5.5 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling fasteval v0.2.4 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.32+curl-7.70.0 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling dtoa-short v0.3.2 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling trigram v0.4.4 [INFO] [stderr] Compiling memory_logger v0.1.1 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling selectors v0.21.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.112 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling cssparser v0.25.9 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling async-trait v0.1.35 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling pin-project v0.4.22 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling enumset_derive v0.5.0 [INFO] [stderr] Compiling tracing v0.1.15 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling enumset v1.0.0 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling sluice v0.5.2 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Compiling scraper v0.11.0 [INFO] [stderr] Compiling rslizzy v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 13s [INFO] running `Command { std: "docker" "inspect" "d21baa929c6566602ef49f319ef619914ac06477bf37ff64c5263b6be816f515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d21baa929c6566602ef49f319ef619914ac06477bf37ff64c5263b6be816f515", kill_on_drop: false }` [INFO] [stdout] d21baa929c6566602ef49f319ef619914ac06477bf37ff64c5263b6be816f515 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fa712f117e16679351cc8b17dfc4f936662058a0bb358fd0f72f196102d001d [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" "5fa712f117e16679351cc8b17dfc4f936662058a0bb358fd0f72f196102d001d", kill_on_drop: false }` [INFO] [stderr] Compiling shell-words v1.0.0 [INFO] [stderr] Compiling simple_logger v1.11.0 [INFO] [stderr] Compiling rslizzy v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.02s [INFO] running `Command { std: "docker" "inspect" "5fa712f117e16679351cc8b17dfc4f936662058a0bb358fd0f72f196102d001d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fa712f117e16679351cc8b17dfc4f936662058a0bb358fd0f72f196102d001d", kill_on_drop: false }` [INFO] [stdout] 5fa712f117e16679351cc8b17dfc4f936662058a0bb358fd0f72f196102d001d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bed0f648682ba1dcbc046de403a86bfe7f42d2d7399e311f734428a1607479bd [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" "bed0f648682ba1dcbc046de403a86bfe7f42d2d7399e311f734428a1607479bd", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rslizzy-3c389b77a08738c8 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test modules::google::items::tests::test_empty ... ok [INFO] [stdout] test modules::slider::source::audios::tests::test_valid ... ok [INFO] [stdout] test modules::google::items::tests::test_results ... ok [INFO] [stdout] test track::id::parser::tests::test_id ... ok [INFO] [stdout] test util::mime::tests::test_guess_extension ... ok [INFO] [stdout] test util::bytes::tests::test_parse ... ok [INFO] [stdout] test track::id::parser::tests::test_incorrect_id ... ok [INFO] [stdout] test net::url::tests::test_push_path ... ok [INFO] [stdout] test modules::slider::source::scraper::tests::test_scrap ... ok [INFO] [stdout] test args::tests::test_debug ... ok [INFO] [stdout] test modules::zippy::source::scraper::tests::test_scrap ... ok [INFO] [stdout] test modules::bandcamp::scraper::tests::test_scrap ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bed0f648682ba1dcbc046de403a86bfe7f42d2d7399e311f734428a1607479bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bed0f648682ba1dcbc046de403a86bfe7f42d2d7399e311f734428a1607479bd", kill_on_drop: false }` [INFO] [stdout] bed0f648682ba1dcbc046de403a86bfe7f42d2d7399e311f734428a1607479bd