[INFO] cloning repository https://github.com/ronthecookie/discplot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ronthecookie/discplot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fronthecookie%2Fdiscplot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fronthecookie%2Fdiscplot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1234715db259e5868a45762d36ad105786febe38 [INFO] testing ronthecookie/discplot against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fronthecookie%2Fdiscplot" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ronthecookie/discplot on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ronthecookie/discplot [INFO] finished tweaking git repo https://github.com/ronthecookie/discplot [INFO] tweaked toml for git repo https://github.com/ronthecookie/discplot written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/ronthecookie/discplot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bc247358d98dd8eb5908309d797e7a3fe7484e50e3f70880b61aa382aedecdb [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" "7bc247358d98dd8eb5908309d797e7a3fe7484e50e3f70880b61aa382aedecdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bc247358d98dd8eb5908309d797e7a3fe7484e50e3f70880b61aa382aedecdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bc247358d98dd8eb5908309d797e7a3fe7484e50e3f70880b61aa382aedecdb", kill_on_drop: false }` [INFO] [stdout] 7bc247358d98dd8eb5908309d797e7a3fe7484e50e3f70880b61aa382aedecdb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66cc0cddd31e034a4eb419a455d4d8a7eca3310d01a694edb5fff4b4c30607b7 [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" "66cc0cddd31e034a4eb419a455d4d8a7eca3310d01a694edb5fff4b4c30607b7", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling pathfinder_simd v0.5.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling freetype v0.4.1 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling font-kit v0.7.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling plotters-bitmap v0.3.0 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling discplot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "66cc0cddd31e034a4eb419a455d4d8a7eca3310d01a694edb5fff4b4c30607b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66cc0cddd31e034a4eb419a455d4d8a7eca3310d01a694edb5fff4b4c30607b7", kill_on_drop: false }` [INFO] [stdout] 66cc0cddd31e034a4eb419a455d4d8a7eca3310d01a694edb5fff4b4c30607b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.49.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] 5d9697788ae704436904161c34e3e050174afa818fd0b25992680740a73a4149 [INFO] running `Command { std: "docker" "start" "-a" "5d9697788ae704436904161c34e3e050174afa818fd0b25992680740a73a4149", kill_on_drop: false }` [INFO] [stderr] Compiling discplot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "5d9697788ae704436904161c34e3e050174afa818fd0b25992680740a73a4149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d9697788ae704436904161c34e3e050174afa818fd0b25992680740a73a4149", kill_on_drop: false }` [INFO] [stdout] 5d9697788ae704436904161c34e3e050174afa818fd0b25992680740a73a4149 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9c1f18b1971b40f6d260cffa621f32ba3c1284b6641352e2d8ebfb1ae1a575c0 [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" "9c1f18b1971b40f6d260cffa621f32ba3c1284b6641352e2d8ebfb1ae1a575c0", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/discplot-a78321f1c550466b [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9c1f18b1971b40f6d260cffa621f32ba3c1284b6641352e2d8ebfb1ae1a575c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c1f18b1971b40f6d260cffa621f32ba3c1284b6641352e2d8ebfb1ae1a575c0", kill_on_drop: false }` [INFO] [stdout] 9c1f18b1971b40f6d260cffa621f32ba3c1284b6641352e2d8ebfb1ae1a575c0