[INFO] updating cached repository joseluiscd/svgcode [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/joseluiscd/svgcode [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/joseluiscd/svgcode" "work/ex/beta-1.37-6/sources/1.36.0/gh/joseluiscd/svgcode"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/joseluiscd/svgcode'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/joseluiscd/svgcode" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/joseluiscd/svgcode"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/joseluiscd/svgcode'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dde695629c2b5dcd08c86820d47f03ddeb1f923d [INFO] sha for GitHub repo joseluiscd/svgcode: dde695629c2b5dcd08c86820d47f03ddeb1f923d [INFO] validating manifest of joseluiscd/svgcode on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of joseluiscd/svgcode on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing joseluiscd/svgcode [INFO] finished frobbing joseluiscd/svgcode [INFO] frobbed toml for joseluiscd/svgcode written to work/ex/beta-1.37-6/sources/1.36.0/gh/joseluiscd/svgcode/Cargo.toml [INFO] started frobbing joseluiscd/svgcode [INFO] finished frobbing joseluiscd/svgcode [INFO] frobbed toml for joseluiscd/svgcode written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/joseluiscd/svgcode/Cargo.toml [INFO] crate joseluiscd/svgcode already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing joseluiscd/svgcode against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/joseluiscd/svgcode:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] fe07d4283b983c1886541a50a6daa0ae559955245419cfa7ea7ec053de0dde4b [INFO] running `"docker" "start" "-a" "fe07d4283b983c1886541a50a6daa0ae559955245419cfa7ea7ec053de0dde4b"` [INFO] [stderr] Compiling xmlparser v0.9.0 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling rctree v0.2.2 [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling libflate v0.1.22 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling svgtypes v0.4.2 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling roxmltree v0.6.0 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling svgdom v0.16.1 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling euclid v0.19.8 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling lyon_geom v0.12.4 [INFO] [stderr] Compiling lyon_path v0.13.1 [INFO] [stderr] Compiling usvg v0.6.1 [INFO] [stderr] Compiling svgcode v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Point` [INFO] [stderr] --> src/input/svg.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | use lyon_path::math::{Point, point}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Paint` [INFO] [stderr] --> src/input/svg.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use usvg::{Paint, PathSegment, NodeExt}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Path` [INFO] [stderr] --> src/output/gcode.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use lyon_path::{Path, FlattenedEvent, iterator::PathIterator}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Point`, `Vector`, `point` [INFO] [stderr] --> src/output/gcode.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | use lyon_path::math::{Point, point, Vector, vector}; [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/input/svg.rs:32:70 [INFO] [stderr] | [INFO] [stderr] 32 | let tree = usvg::Tree::from_file(&self.input, &opt).or_else(|e|{ [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.01s [INFO] running `"docker" "inspect" "fe07d4283b983c1886541a50a6daa0ae559955245419cfa7ea7ec053de0dde4b"` [INFO] running `"docker" "rm" "-f" "fe07d4283b983c1886541a50a6daa0ae559955245419cfa7ea7ec053de0dde4b"` [INFO] [stdout] fe07d4283b983c1886541a50a6daa0ae559955245419cfa7ea7ec053de0dde4b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/joseluiscd/svgcode:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 68ececce3a11947134a2dafc0a6403a02b0597bdd41ab528062e7b7116ae2f18 [INFO] running `"docker" "start" "-a" "68ececce3a11947134a2dafc0a6403a02b0597bdd41ab528062e7b7116ae2f18"` [INFO] [stderr] Compiling svgcode v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Point` [INFO] [stderr] --> src/input/svg.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | use lyon_path::math::{Point, point}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Paint` [INFO] [stderr] --> src/input/svg.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use usvg::{Paint, PathSegment, NodeExt}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Path` [INFO] [stderr] --> src/output/gcode.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use lyon_path::{Path, FlattenedEvent, iterator::PathIterator}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Point`, `Vector`, `point` [INFO] [stderr] --> src/output/gcode.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | use lyon_path::math::{Point, point, Vector, vector}; [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/input/svg.rs:32:70 [INFO] [stderr] | [INFO] [stderr] 32 | let tree = usvg::Tree::from_file(&self.input, &opt).or_else(|e|{ [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `"docker" "inspect" "68ececce3a11947134a2dafc0a6403a02b0597bdd41ab528062e7b7116ae2f18"` [INFO] running `"docker" "rm" "-f" "68ececce3a11947134a2dafc0a6403a02b0597bdd41ab528062e7b7116ae2f18"` [INFO] [stdout] 68ececce3a11947134a2dafc0a6403a02b0597bdd41ab528062e7b7116ae2f18 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/joseluiscd/svgcode:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 6a954ff5a41bade4234bc526909f94470b9dea8cba53b6490d7b9b98776e58a3 [INFO] running `"docker" "start" "-a" "6a954ff5a41bade4234bc526909f94470b9dea8cba53b6490d7b9b98776e58a3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/svgcode-bc8a0baeeabe2ab5 [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] [stderr] Running /opt/crater/target/debug/deps/svgcode-3e8af1ab4f710290 [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] [stderr] Doc-tests svgcode [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 `"docker" "inspect" "6a954ff5a41bade4234bc526909f94470b9dea8cba53b6490d7b9b98776e58a3"` [INFO] running `"docker" "rm" "-f" "6a954ff5a41bade4234bc526909f94470b9dea8cba53b6490d7b9b98776e58a3"` [INFO] [stdout] 6a954ff5a41bade4234bc526909f94470b9dea8cba53b6490d7b9b98776e58a3