[INFO] fetching crate svg_to_lines 0.1.0... [INFO] testing svg_to_lines-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate svg_to_lines 0.1.0 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate svg_to_lines 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate svg_to_lines 0.1.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate svg_to_lines 0.1.0 [INFO] tweaked toml for crates.io crate svg_to_lines 0.1.0 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate svg_to_lines 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e615ffac10c7be83498647bd71e46f730bffd525602fa4c47b9bedfc71779b68 [INFO] running `Command { std: "docker" "start" "-a" "e615ffac10c7be83498647bd71e46f730bffd525602fa4c47b9bedfc71779b68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e615ffac10c7be83498647bd71e46f730bffd525602fa4c47b9bedfc71779b68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e615ffac10c7be83498647bd71e46f730bffd525602fa4c47b9bedfc71779b68", kill_on_drop: false }` [INFO] [stdout] e615ffac10c7be83498647bd71e46f730bffd525602fa4c47b9bedfc71779b68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5af60500e4171a9b9993dde904193e3de9bdfb7ec92aa00d420e578e1057f370 [INFO] running `Command { std: "docker" "start" "-a" "5af60500e4171a9b9993dde904193e3de9bdfb7ec92aa00d420e578e1057f370", kill_on_drop: false }` [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling float-cmp v0.5.3 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling svg_to_lines v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Erase` [INFO] [stdout] --> src/svg/svg_curve.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | Erase, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MoveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/svg/svg_curve.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `svgtypes::PathSegment` [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use svgtypes::PathSegment; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/svg/math.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(start: Point, p1: Point, end: Point) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/svg/math.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn new(start: Point, p1: Point, p2: Point, end: Point) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/svg/math.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ellipse_support_calc` [INFO] [stdout] --> src/svg/math.rs:106:8 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn ellipse_support_calc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sqr` [INFO] [stdout] --> src/svg/math.rs:195:8 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn sqr(x: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `angle_between` [INFO] [stdout] --> src/svg/math.rs:199:8 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn angle_between(start: Point, end: Point) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EPSILON` [INFO] [stdout] --> src/svg/math.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | const EPSILON: f64 = 0.05; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_point_on_lane` [INFO] [stdout] --> src/svg/math.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn is_point_on_lane(lane_start: Point, lane_end: Point, p: &Point) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `ZERO` [INFO] [stdout] --> src/svg/point.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub const ZERO: Point = Point { x: 0., y: 0. }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `LineTo` [INFO] [stdout] --> src/svg/svg_curve.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum LineTo { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/svg/svg_curve.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | fn new(point: Point, move_type: MoveType) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `points_from_path_segments` [INFO] [stdout] --> src/svg/svg_curve.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn points_from_path_segments( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Fly` [INFO] [stdout] --> src/svg/svg_curve.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | Fly, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `MoveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/svg/svg_curve.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Draw` [INFO] [stdout] --> src/svg/svg_curve.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | Draw, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MoveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/svg/svg_curve.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Erase` [INFO] [stdout] --> src/svg/svg_curve.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | Erase, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MoveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/svg/svg_curve.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `path_command` [INFO] [stdout] --> src/svg/svg_curve.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | path_command: PathCommand, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SupportPoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/svg/svg_curve.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `point` [INFO] [stdout] --> src/svg/svg_curve.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | point: Point, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SupportPoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/svg/svg_curve.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `end` [INFO] [stdout] --> src/svg/svg_curve.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | end: Point, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `move_type` [INFO] [stdout] --> src/svg/svg_curve.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | move_type: MoveType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `support_point` [INFO] [stdout] --> src/svg/svg_curve.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | support_point: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/svg/svg_curve.rs:82:8 [INFO] [stdout] | [INFO] [stdout] 82 | fn new(end: Point, move_type: MoveType) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_support` [INFO] [stdout] --> src/svg/svg_curve.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | fn with_support(end: Point, move_type: MoveType, support_point: Option) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `support_point` [INFO] [stdout] --> src/svg/svg_curve.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | support_point: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `support_point` [INFO] [stdout] --> src/svg/svg_curve.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | support_point: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `end` [INFO] [stdout] --> src/svg/svg_curve.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | end: Point, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Empty` [INFO] [stdout] --> src/svg/svg_curve.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | Empty(EmptyPointIterator), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Line` [INFO] [stdout] --> src/svg/svg_curve.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | Line(LinePointIterator), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SquareCurve` [INFO] [stdout] --> src/svg/svg_curve.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | SquareCurve(SquareCurvePointIterator), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CubicCurve` [INFO] [stdout] --> src/svg/svg_curve.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | CubicCurve(CubicCurvePointIterator), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EllipseCurve` [INFO] [stdout] --> src/svg/svg_curve.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | EllipseCurve(EllipsePointIterator), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `support_point` [INFO] [stdout] --> src/svg/svg_curve.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | fn support_point(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end_position` [INFO] [stdout] --> src/svg/svg_curve.rs:143:8 [INFO] [stdout] | [INFO] [stdout] 143 | fn end_position(&self) -> Point { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `move_type` [INFO] [stdout] --> src/svg/svg_curve.rs:153:8 [INFO] [stdout] | [INFO] [stdout] 153 | fn move_type(&self) -> MoveType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `calc_point_iterator` [INFO] [stdout] --> src/svg/svg_curve.rs:191:4 [INFO] [stdout] | [INFO] [stdout] 191 | fn calc_point_iterator( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `move_to` [INFO] [stdout] --> src/svg/svg_curve.rs:259:4 [INFO] [stdout] | [INFO] [stdout] 259 | fn move_to(current: Point, abs: bool, x: f64, y: f64) -> PointIterator { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `line_to` [INFO] [stdout] --> src/svg/svg_curve.rs:264:4 [INFO] [stdout] | [INFO] [stdout] 264 | fn line_to(current: Point, abs: bool, x: f64, y: f64) -> PointIterator { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cubic_curve_to` [INFO] [stdout] --> src/svg/svg_curve.rs:269:4 [INFO] [stdout] | [INFO] [stdout] 269 | fn cubic_curve_to( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `smooth_cubic_curve_to` [INFO] [stdout] --> src/svg/svg_curve.rs:309:4 [INFO] [stdout] | [INFO] [stdout] 309 | fn smooth_cubic_curve_to( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `quadratic_curve_to` [INFO] [stdout] --> src/svg/svg_curve.rs:323:4 [INFO] [stdout] | [INFO] [stdout] 323 | fn quadratic_curve_to( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `smooth_quadratic_curve_to` [INFO] [stdout] --> src/svg/svg_curve.rs:358:4 [INFO] [stdout] | [INFO] [stdout] 358 | fn smooth_quadratic_curve_to( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ellipse_curve_to` [INFO] [stdout] --> src/svg/svg_curve.rs:370:4 [INFO] [stdout] | [INFO] [stdout] 370 | fn ellipse_curve_to( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `absolute_point_coord` [INFO] [stdout] --> src/svg/svg_curve.rs:423:4 [INFO] [stdout] | [INFO] [stdout] 423 | fn absolute_point_coord(start: Point, abs: bool, x: f64, y: f64) -> Point { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `CurveType` [INFO] [stdout] --> src/svg/svg_curve.rs:430:6 [INFO] [stdout] | [INFO] [stdout] 430 | enum CurveType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `path_command_condition` [INFO] [stdout] --> src/svg/svg_curve.rs:435:4 [INFO] [stdout] | [INFO] [stdout] 435 | fn path_command_condition(prev_support_point: &SupportPoint, curve_type: CurveType) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mirrored_point` [INFO] [stdout] --> src/svg/svg_curve.rs:449:4 [INFO] [stdout] | [INFO] [stdout] 449 | fn mirrored_point( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 46 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.74s [INFO] running `Command { std: "docker" "inspect" "5af60500e4171a9b9993dde904193e3de9bdfb7ec92aa00d420e578e1057f370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5af60500e4171a9b9993dde904193e3de9bdfb7ec92aa00d420e578e1057f370", kill_on_drop: false }` [INFO] [stdout] 5af60500e4171a9b9993dde904193e3de9bdfb7ec92aa00d420e578e1057f370 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31fe495a389009149d8adbf73f16dadd1a516ea08194145d414a55e4acba9685 [INFO] running `Command { std: "docker" "start" "-a" "31fe495a389009149d8adbf73f16dadd1a516ea08194145d414a55e4acba9685", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling smallvec v1.1.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stdout] warning: variant is never constructed: `Erase` [INFO] [stdout] --> src/svg/svg_curve.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | Erase, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MoveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/svg/svg_curve.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | #[derive(PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling ash v0.29.0 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling toml v0.5.5 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling skia-bindings v0.21.2 [INFO] [stderr] error: failed to run custom build command for `skia-bindings v0.21.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/skia-bindings-f6582ab4dd3b7c40/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] HOST: x86_64-unknown-linux-gnu [INFO] [stderr] TRYING TO DOWNLOAD AND INSTALL SKIA BINARIES: 0.21.2/a85f21b986a3504981e4-x86_64-unknown-linux-gnu-svg-textlayout-vulkan [INFO] [stderr] FROM: https://github.com/rust-skia/skia-binaries/releases/download/0.21.2/skia-binaries-a85f21b986a3504981e4-x86_64-unknown-linux-gnu-svg-textlayout-vulkan.tar.gz [INFO] [stderr] DOWNLOAD AND INSTALL FAILED: [6] Couldn't resolve host name [INFO] [stderr] STARTING A FULL BUILD [INFO] [stderr] DOWNLOADING: https://codeload.github.com/google/skia/tar.gz/2542bdfcd6 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Failed to download https://codeload.github.com/google/skia/tar.gz/2542bdfcd6', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skia-bindings-0.21.2/build_support/skia.rs:1071:37 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55806015b1ad - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x55806015b1ad - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55806015b1ad - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x55806015b1ad - ::fmt::h26f189e611080a74 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x5580601815ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stderr] 5: 0x5580601573f1 - std::io::Write::write_fmt::ha30651f608022a46 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stderr] 6: 0x55806015cd55 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x55806015cd55 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x55806015cd55 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x55806015ca09 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x55806015d2a2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x55806015d187 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x55806015b664 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x55806015ceb9 - rust_begin_unwind [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x55805fa719f3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stderr] 15: 0x55805faa84f8 - build_script_build::build_support::skia::prerequisites::download_dependencies::{{closure}}::hcf0f6e29e215e4a3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skia-bindings-0.21.2/build_support/skia.rs:1071:37 [INFO] [stderr] 16: 0x55805fa8afd0 - core::result::Result::unwrap_or_else::h89cfed018a3c3712 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1464:23 [INFO] [stderr] 17: 0x55805faa7e43 - build_script_build::build_support::skia::prerequisites::download_dependencies::hfab4c1639aa9573a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skia-bindings-0.21.2/build_support/skia.rs:1070:27 [INFO] [stderr] 18: 0x55805faa7648 - build_script_build::build_support::skia::prerequisites::resolve_dependencies::h1e7c202d501b14ed [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skia-bindings-0.21.2/build_support/skia.rs:1021:13 [INFO] [stderr] 19: 0x55805fa7de3c - build_script_build::build_support::skia::build::hf2a378eef5bc4552 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skia-bindings-0.21.2/build_support/skia.rs:505:5 [INFO] [stderr] 20: 0x55805faa0f98 - build_script_build::main::hae8f56e97c008d3d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skia-bindings-0.21.2/build.rs:60:9 [INFO] [stderr] 21: 0x55805faa545b - core::ops::function::FnOnce::call_once::h7d562f757a4d57c3 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x55805fa9d07e - std::sys_common::backtrace::__rust_begin_short_backtrace::hada4524256b12d3c [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 23: 0x55805fa8e2e1 - std::rt::lang_start::{{closure}}::hc169365da40b7a06 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:145:18 [INFO] [stderr] 24: 0x558060151e3e - core::ops::function::impls:: for &F>::call_once::hae31cd38f966dcbc [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 25: 0x558060151e3e - std::panicking::try::do_call::h4a4c12a32b804624 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stderr] 26: 0x558060151e3e - std::panicking::try::h87f80f5db1929b60 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stderr] 27: 0x558060151e3e - std::panic::catch_unwind::hbc53afd5a2bdc195 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stderr] 28: 0x558060151e3e - std::rt::lang_start_internal::{{closure}}::h2e62ddd08385fac8 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:48 [INFO] [stderr] 29: 0x558060151e3e - std::panicking::try::do_call::h04b85b79b362213e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stderr] 30: 0x558060151e3e - std::panicking::try::h428fba6a4941d8ed [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stderr] 31: 0x558060151e3e - std::panic::catch_unwind::hd73c90258412492e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stderr] 32: 0x558060151e3e - std::rt::lang_start_internal::h26255896a96668b5 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:20 [INFO] [stderr] 33: 0x55805fa8e2b0 - std::rt::lang_start::h34ae995cb7285d10 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:144:17 [INFO] [stderr] 34: 0x55805faa1ecc - main [INFO] [stderr] 35: 0x7fab97d2f0b3 - __libc_start_main [INFO] [stderr] 36: 0x55805fa71cee - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "31fe495a389009149d8adbf73f16dadd1a516ea08194145d414a55e4acba9685", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31fe495a389009149d8adbf73f16dadd1a516ea08194145d414a55e4acba9685", kill_on_drop: false }` [INFO] [stdout] 31fe495a389009149d8adbf73f16dadd1a516ea08194145d414a55e4acba9685