[INFO] fetching crate svg_to_lines 0.1.0...
[INFO] testing svg_to_lines-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate svg_to_lines 0.1.0 into /workspace/builds/worker-5-tc2/source
[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-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate svg_to_lines 0.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate svg_to_lines 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f768559d0aafa9beb21280549f7ca55cb635c4018abba61e01b330d6e8432942
[INFO] running `Command { std: "docker" "start" "-a" "f768559d0aafa9beb21280549f7ca55cb635c4018abba61e01b330d6e8432942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f768559d0aafa9beb21280549f7ca55cb635c4018abba61e01b330d6e8432942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f768559d0aafa9beb21280549f7ca55cb635c4018abba61e01b330d6e8432942", kill_on_drop: false }`
[INFO] [stdout] f768559d0aafa9beb21280549f7ca55cb635c4018abba61e01b330d6e8432942
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e64fec75ab6a92b0ba307b57b53030b2636ef97b7f374d00cc28e16a65839adf
[INFO] running `Command { std: "docker" "start" "-a" "e64fec75ab6a92b0ba307b57b53030b2636ef97b7f374d00cc28e16a65839adf", kill_on_drop: false }`
[INFO] [stderr]    Compiling float-cmp v0.5.3
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling svgtypes v0.5.0
[INFO] [stderr]    Compiling svg_to_lines v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Erase` is never constructed
[INFO] [stdout]   --> src/svg/svg_curve.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | enum MoveType {
[INFO] [stdout]    |      -------- variant in this enum
[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]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CurvePoint` is never used
[INFO] [stdout]  --> src/svg/math.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait CurvePoint {
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SquareCurve` is never constructed
[INFO] [stdout]  --> src/svg/math.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct SquareCurve {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/svg/math.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl SquareCurve {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 15 |     pub fn new(start: Point, p1: Point, end: Point) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CubicCurve` is never constructed
[INFO] [stdout]   --> src/svg/math.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct CubicCurve {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/svg/math.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl CubicCurve {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 37 |     pub fn new(start: Point, p1: Point, p2: Point, end: Point) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EllipseCurve` is never constructed
[INFO] [stdout]   --> src/svg/math.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct EllipseCurve {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/svg/math.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl EllipseCurve {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 68 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ellipse_support_calc` is never used
[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 `sqr` is never used
[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 `angle_between` is never used
[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 `EPSILON` is never used
[INFO] [stdout]    --> src/svg/math.rs:211:7
[INFO] [stdout]     |
[INFO] [stdout] 211 | const EPSILON: f64 = 0.05;
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_point_on_lane` is never used
[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: struct `Point` is never constructed
[INFO] [stdout]  --> src/svg/point.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Point {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `ZERO` are never used
[INFO] [stdout]   --> src/svg/point.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Point {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 10 |     pub fn new(x: f64, y: f64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub const ZERO: Point = Point { x: 0., y: 0. };
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LineTo` is never used
[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 `new` is never used
[INFO] [stdout]   --> src/svg/svg_curve.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl LineTo {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 14 |     fn new(point: Point, move_type: MoveType) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `points_from_path_segments` is never used
[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: enum `MoveType` is never used
[INFO] [stdout]   --> src/svg/svg_curve.rs:56:6
[INFO] [stdout]    |
[INFO] [stdout] 56 | enum MoveType {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SupportPoint` is never constructed
[INFO] [stdout]   --> src/svg/svg_curve.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | struct SupportPoint {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EmptyPointIterator` is never constructed
[INFO] [stdout]   --> src/svg/svg_curve.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | struct EmptyPointIterator {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LinePointIterator` is never constructed
[INFO] [stdout]   --> src/svg/svg_curve.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct LinePointIterator {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `with_support` are never used
[INFO] [stdout]   --> src/svg/svg_curve.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | impl LinePointIterator {
[INFO] [stdout]    | ---------------------- associated functions in this implementation
[INFO] [stdout] 82 |     fn new(end: Point, move_type: MoveType) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     fn with_support(end: Point, move_type: MoveType, support_point: Option<SupportPoint>) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SquareCurvePointIterator` is never constructed
[INFO] [stdout]    --> src/svg/svg_curve.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | struct SquareCurvePointIterator {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CubicCurvePointIterator` is never constructed
[INFO] [stdout]    --> src/svg/svg_curve.rs:108:8
[INFO] [stdout]     |
[INFO] [stdout] 108 | struct CubicCurvePointIterator {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EllipsePointIterator` is never constructed
[INFO] [stdout]    --> src/svg/svg_curve.rs:115:8
[INFO] [stdout]     |
[INFO] [stdout] 115 | struct EllipsePointIterator {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `PointIterator` is never used
[INFO] [stdout]    --> src/svg/svg_curve.rs:122:6
[INFO] [stdout]     |
[INFO] [stdout] 122 | enum PointIterator {
[INFO] [stdout]     |      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `support_point`, `end_position`, and `move_type` are never used
[INFO] [stdout]    --> src/svg/svg_curve.rs:133:8
[INFO] [stdout]     |
[INFO] [stdout] 131 | impl PointIterator {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] 132 |     //support point is always in absolute
[INFO] [stdout] 133 |     fn support_point(&self) -> Option<SupportPoint> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     fn end_position(&self) -> Point {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     fn move_type(&self) -> MoveType {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc_point_iterator` is never used
[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 `move_to` is never used
[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 `line_to` is never used
[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 `cubic_curve_to` is never used
[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 `smooth_cubic_curve_to` is never used
[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 `quadratic_curve_to` is never used
[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 `smooth_quadratic_curve_to` is never used
[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 `ellipse_curve_to` is never used
[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 `absolute_point_coord` is never used
[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 `CurveType` is never used
[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 `path_command_condition` is never used
[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 `mirrored_point` is never used
[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: struct `TickTimer` is never constructed
[INFO] [stdout]  --> src/svg/tick_timer.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct TickTimer {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `TICK_PERIOD` is never used
[INFO] [stdout]   --> src/svg/tick_timer.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl TickTimer {
[INFO] [stdout]    | -------------- associated constant in this implementation
[INFO] [stdout] 12 |     const TICK_PERIOD: f64 = 0.001; //todo: number of ticks should be calculated based on curve length
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
[INFO] running `Command { std: "docker" "inspect" "e64fec75ab6a92b0ba307b57b53030b2636ef97b7f374d00cc28e16a65839adf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e64fec75ab6a92b0ba307b57b53030b2636ef97b7f374d00cc28e16a65839adf", kill_on_drop: false }`
[INFO] [stdout] e64fec75ab6a92b0ba307b57b53030b2636ef97b7f374d00cc28e16a65839adf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66a55c45ad6cfbbb5383317432481b1af757a3f0816fdc482b21beb6d6dd113e
[INFO] running `Command { std: "docker" "start" "-a" "66a55c45ad6cfbbb5383317432481b1af757a3f0816fdc482b21beb6d6dd113e", 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 byteorder v1.3.2
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling quick-error v1.2.2
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]    Compiling termcolor v1.0.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling curl v0.4.25
[INFO] [stderr]    Compiling bindgen v0.52.0
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling adler32 v1.0.4
[INFO] [stderr]    Compiling itoa v0.4.4
[INFO] [stderr]    Compiling arrayvec v0.5.1
[INFO] [stderr]    Compiling clang-sys v0.28.1
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling rustc-hash v1.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.3.5
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling openssl-probe v0.1.2
[INFO] [stderr]    Compiling same-file v1.0.5
[INFO] [stderr]    Compiling wayland-scanner v0.23.6
[INFO] [stderr]    Compiling walkdir v2.2.9
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling socket2 v0.3.11
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling mio v0.6.21
[INFO] [stderr]    Compiling which v3.1.0
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.3.11/src/sockaddr.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: source type: `SocketAddrV4` (48 bits)
[INFO] [stdout]     = note: target type: `sockaddr_in` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling filetime v0.2.8
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `socket2` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "66a55c45ad6cfbbb5383317432481b1af757a3f0816fdc482b21beb6d6dd113e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66a55c45ad6cfbbb5383317432481b1af757a3f0816fdc482b21beb6d6dd113e", kill_on_drop: false }`
[INFO] [stdout] 66a55c45ad6cfbbb5383317432481b1af757a3f0816fdc482b21beb6d6dd113e
