[INFO] cloning repository https://github.com/exrok/svg2pts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/exrok/svg2pts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexrok%2Fsvg2pts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexrok%2Fsvg2pts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4bdf4613bb9abe3178135a4e6e45ce0e40403122 [INFO] checking exrok/svg2pts against master#7f5a42b073dc2bee2aa625052eb066ee07072048 for pr-78991 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexrok%2Fsvg2pts" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/exrok/svg2pts on toolchain 7f5a42b073dc2bee2aa625052eb066ee07072048 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/exrok/svg2pts [INFO] finished tweaking git repo https://github.com/exrok/svg2pts [INFO] tweaked toml for git repo https://github.com/exrok/svg2pts written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/exrok/svg2pts already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6765db85d35563278aa13a60b308bf6b7e1b26dac4c21bd4e65462bae5d67ad3 [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" "6765db85d35563278aa13a60b308bf6b7e1b26dac4c21bd4e65462bae5d67ad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6765db85d35563278aa13a60b308bf6b7e1b26dac4c21bd4e65462bae5d67ad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6765db85d35563278aa13a60b308bf6b7e1b26dac4c21bd4e65462bae5d67ad3", kill_on_drop: false }` [INFO] [stdout] 6765db85d35563278aa13a60b308bf6b7e1b26dac4c21bd4e65462bae5d67ad3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a87d99268cb6c82ad71e51eb6fbe92dfc1f0410334a5d972f65d2d625aef0068 [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" "a87d99268cb6c82ad71e51eb6fbe92dfc1f0410334a5d972f65d2d625aef0068", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Checking xmlparser v0.13.0 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Checking kurbo v0.5.8 [INFO] [stderr] Checking svgtypes v0.5.0 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking data-url v0.1.0 [INFO] [stderr] Checking miniz_oxide v0.3.6 [INFO] [stderr] Checking simplecss v0.2.0 [INFO] [stderr] Checking roxmltree v0.9.1 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking usvg v0.9.0 [INFO] [stderr] Checking euclid v0.20.7 [INFO] [stderr] Checking lyon_geom v0.15.0 [INFO] [stderr] Checking svg2pts v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.23s [INFO] running `Command { std: "docker" "inspect" "a87d99268cb6c82ad71e51eb6fbe92dfc1f0410334a5d972f65d2d625aef0068", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a87d99268cb6c82ad71e51eb6fbe92dfc1f0410334a5d972f65d2d625aef0068", kill_on_drop: false }` [INFO] [stdout] a87d99268cb6c82ad71e51eb6fbe92dfc1f0410334a5d972f65d2d625aef0068