[INFO] cloning repository https://github.com/futurepaul/svg-to-piet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/futurepaul/svg-to-piet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuturepaul%2Fsvg-to-piet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuturepaul%2Fsvg-to-piet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0a6b9dd2481083fd30b66d0c03503c02f2b59f7 [INFO] checking futurepaul/svg-to-piet against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuturepaul%2Fsvg-to-piet" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/futurepaul/svg-to-piet on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/futurepaul/svg-to-piet [INFO] finished tweaking git repo https://github.com/futurepaul/svg-to-piet [INFO] tweaked toml for git repo https://github.com/futurepaul/svg-to-piet written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/futurepaul/svg-to-piet already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82a7b6f21901ce9b5e04b82bc492ecf5e160e19f27ed34b47730ef294d9b065e [INFO] running `Command { std: "docker" "start" "-a" "82a7b6f21901ce9b5e04b82bc492ecf5e160e19f27ed34b47730ef294d9b065e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82a7b6f21901ce9b5e04b82bc492ecf5e160e19f27ed34b47730ef294d9b065e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82a7b6f21901ce9b5e04b82bc492ecf5e160e19f27ed34b47730ef294d9b065e", kill_on_drop: false }` [INFO] [stdout] 82a7b6f21901ce9b5e04b82bc492ecf5e160e19f27ed34b47730ef294d9b065e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3192e0b5f01dc6edc30a662c2241461f5fc22e3dfcf8b4a2697b03f5793b267f [INFO] running `Command { std: "docker" "start" "-a" "3192e0b5f01dc6edc30a662c2241461f5fc22e3dfcf8b4a2697b03f5793b267f", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling xmlparser v0.9.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling simplecss v0.1.0 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling rctree v0.2.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling roxmltree v0.6.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling libflate v0.1.22 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking svgtypes v0.4.2 [INFO] [stderr] Checking svgdom v0.16.1 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling euclid v0.19.8 [INFO] [stderr] Checking lyon_geom v0.12.6 [INFO] [stderr] Compiling usvg v0.6.1 [INFO] [stderr] Checking pietify v0.1.0 (/opt/rustwide/workdir/pietify) [INFO] [stderr] Compiling svg-piet-macro v0.1.0 (/opt/rustwide/workdir/macro) [INFO] [stderr] Checking svg-to-piet v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BezPath` [INFO] [stdout] --> examples/macro.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SvgToPiet)] [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `BezPath` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `SvgToPiet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FillRule` [INFO] [stdout] --> examples/macro.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SvgToPiet)] [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FillRule` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `SvgToPiet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PaintCtx` in this scope [INFO] [stdout] --> examples/macro.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SvgToPiet)] [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `SvgToPiet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `paint_ctx` in this scope [INFO] [stdout] --> examples/macro.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | TrashCan::draw(paint_ctx, x, y); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `x` in this scope [INFO] [stdout] --> examples/macro.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | TrashCan::draw(paint_ctx, x, y); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `y` in this scope [INFO] [stdout] --> examples/macro.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | TrashCan::draw(paint_ctx, x, y); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `svg-to-piet` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "3192e0b5f01dc6edc30a662c2241461f5fc22e3dfcf8b4a2697b03f5793b267f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3192e0b5f01dc6edc30a662c2241461f5fc22e3dfcf8b4a2697b03f5793b267f", kill_on_drop: false }` [INFO] [stdout] 3192e0b5f01dc6edc30a662c2241461f5fc22e3dfcf8b4a2697b03f5793b267f