[INFO] fetching crate svg_to_lines 0.1.0... [INFO] testing svg_to_lines-0.1.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded metal v0.17.1 [INFO] [stderr] Downloaded ash v0.29.0 [INFO] [stderr] Downloaded winit v0.20.0-alpha5 [INFO] [stderr] Downloaded skia-bindings v0.21.2 [INFO] [stderr] Downloaded skulpin v0.4.0 [INFO] [stderr] Downloaded skia-safe v0.21.2 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84ff7258e73e75d900325ebff532d690b3fca96af326ee4d5bb642dd85551769 [INFO] running `Command { std: "docker" "start" "-a" "84ff7258e73e75d900325ebff532d690b3fca96af326ee4d5bb642dd85551769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84ff7258e73e75d900325ebff532d690b3fca96af326ee4d5bb642dd85551769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84ff7258e73e75d900325ebff532d690b3fca96af326ee4d5bb642dd85551769", kill_on_drop: false }` [INFO] [stdout] 84ff7258e73e75d900325ebff532d690b3fca96af326ee4d5bb642dd85551769 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 99649ae2fb3b634fbc2adc89638a40ed7c6e95dc965263454730e57ead80e400 [INFO] running `Command { std: "docker" "start" "-a" "99649ae2fb3b634fbc2adc89638a40ed7c6e95dc965263454730e57ead80e400", 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 2.38s [INFO] running `Command { std: "docker" "inspect" "99649ae2fb3b634fbc2adc89638a40ed7c6e95dc965263454730e57ead80e400", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99649ae2fb3b634fbc2adc89638a40ed7c6e95dc965263454730e57ead80e400", kill_on_drop: false }` [INFO] [stdout] 99649ae2fb3b634fbc2adc89638a40ed7c6e95dc965263454730e57ead80e400 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c73707c50553a979d9e1cde3ee8a1e5c4cdc7b549062558155482d633f75e8d [INFO] running `Command { std: "docker" "start" "-a" "7c73707c50553a979d9e1cde3ee8a1e5c4cdc7b549062558155482d633f75e8d", 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 memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [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 proc-macro2 v1.0.6 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling smallvec v1.1.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 textwrap v0.11.0 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling aho-corasick v0.7.6 [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 dlib v0.4.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Compiling filetime v0.2.8 [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 shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling ash v0.29.0 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling mio v0.6.21 [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 rusttype v0.8.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [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-f409ae711433f0c4/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: 0x56041dc70c6d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x56041dc70c6d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x56041dc70c6d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x56041dc70c6d - ::fmt::h606862f787600875 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x56041dc9a08c - core::fmt::write::he803f0f418caf762 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stderr] 5: 0x56041dc6bac8 - std::io::Write::write_fmt::h70bc45872f37e7bb [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stderr] 6: 0x56041dc72f47 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x56041dc72f47 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x56041dc72f47 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x56041dc72c10 - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x56041dc73699 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x56041dc73387 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x56041dc71134 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x56041dc73099 - rust_begin_unwind [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x56041d5949a3 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stderr] 15: 0x56041d5ca935 - build_script_build::build_support::skia::prerequisites::download_dependencies::{{closure}}::ha828d72fa5c51496 [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: 0x56041d5af780 - core::result::Result::unwrap_or_else::h12c48a30437c6ef0 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1428:23 [INFO] [stderr] 17: 0x56041d5ca257 - build_script_build::build_support::skia::prerequisites::download_dependencies::h225de4a2921ade75 [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: 0x56041d5c9a48 - build_script_build::build_support::skia::prerequisites::resolve_dependencies::hb2cb0bd10154f3da [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: 0x56041d5a107c - build_script_build::build_support::skia::build::hf1c90d547ed6b450 [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: 0x56041d5c328c - build_script_build::main::hfc8f8e2d6469f444 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skia-bindings-0.21.2/build.rs:60:9 [INFO] [stderr] 21: 0x56041d5c7fcb - core::ops::function::FnOnce::call_once::h31282fd119df0b10 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x56041d5be85e - std::sys_common::backtrace::__rust_begin_short_backtrace::he3141c04b3c7cd34 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 23: 0x56041d5b4ab1 - std::rt::lang_start::{{closure}}::hc66078aa5f230fc2 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/rt.rs:145:18 [INFO] [stderr] 24: 0x56041dc70351 - core::ops::function::impls:: for &F>::call_once::hb7014f43484a8b4e [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 25: 0x56041dc70351 - std::panicking::try::do_call::h7bc9dc436daeb8c7 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stderr] 26: 0x56041dc70351 - std::panicking::try::h653d68a27ff5f175 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stderr] 27: 0x56041dc70351 - std::panic::catch_unwind::h9d739f9f59895e68 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stderr] 28: 0x56041dc70351 - std::rt::lang_start_internal::{{closure}}::hf006f2bc7ce22bbe [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/rt.rs:128:48 [INFO] [stderr] 29: 0x56041dc70351 - std::panicking::try::do_call::hfb39d6df61a2e69f [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stderr] 30: 0x56041dc70351 - std::panicking::try::h13e2d225134958ac [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stderr] 31: 0x56041dc70351 - std::panic::catch_unwind::h3bd49b5a5dfb1a50 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stderr] 32: 0x56041dc70351 - std::rt::lang_start_internal::h2ba92edce36c035e [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/rt.rs:128:20 [INFO] [stderr] 33: 0x56041d5b4a80 - std::rt::lang_start::h51143b1cd769db59 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/rt.rs:144:17 [INFO] [stderr] 34: 0x56041d5c588c - main [INFO] [stderr] 35: 0x7ffb042590b3 - __libc_start_main [INFO] [stderr] 36: 0x56041d59522e - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7c73707c50553a979d9e1cde3ee8a1e5c4cdc7b549062558155482d633f75e8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c73707c50553a979d9e1cde3ee8a1e5c4cdc7b549062558155482d633f75e8d", kill_on_drop: false }` [INFO] [stdout] 7c73707c50553a979d9e1cde3ee8a1e5c4cdc7b549062558155482d633f75e8d