[INFO] cloning repository https://github.com/25cst/xdsim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/25cst/xdsim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F25cst%2Fxdsim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F25cst%2Fxdsim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1fd18a54f36aa22ff6e5cd90349d8184922f8f9
[INFO] checking 25cst/xdsim against master#59fd4ef94daa991e6797b5aa6127e824f3067def for pr-145108-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F25cst%2Fxdsim" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/25cst/xdsim
[INFO] finished tweaking git repo https://github.com/25cst/xdsim
[INFO] tweaked toml for git repo https://github.com/25cst/xdsim written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/25cst/xdsim on toolchain 59fd4ef94daa991e6797b5aa6127e824f3067def
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/25cst/xdsim 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" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/25cst/xdsim-cbinds`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dirs-sys v0.5.0
[INFO] [stderr]   Downloaded dirs v6.0.0
[INFO] [stderr]   Downloaded libloading v0.9.0
[INFO] [stderr]   Downloaded toml v0.9.10+spec-1.1.0
[INFO] [stderr]   Downloaded redox_users v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9fed7d4114d8c7072b00c20dd235f24b66f09e1d778890553e7ad51385db5790
[INFO] running `Command { std: "docker" "start" "-a" "9fed7d4114d8c7072b00c20dd235f24b66f09e1d778890553e7ad51385db5790", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fed7d4114d8c7072b00c20dd235f24b66f09e1d778890553e7ad51385db5790", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fed7d4114d8c7072b00c20dd235f24b66f09e1d778890553e7ad51385db5790", kill_on_drop: false }`
[INFO] [stdout] 9fed7d4114d8c7072b00c20dd235f24b66f09e1d778890553e7ad51385db5790
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f27f3ecbba1f70ae5d9d45ae0ea09eddd7a834d08d8ef67a5c9c693bcbaa7c90
[INFO] running `Command { std: "docker" "start" "-a" "f27f3ecbba1f70ae5d9d45ae0ea09eddd7a834d08d8ef67a5c9c693bcbaa7c90", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]     Checking xdsim-cbinds v0.1.0 (https://github.com/25cst/xdsim-cbinds?rev=b229618#b2296186)
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking xdsim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `handle` is never read
[INFO] [stdout]   --> src/packages/destructor/component/conn.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct DestructedConn {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 10 |     _library: LibraryHandle,
[INFO] [stdout] 11 |     handle: DestructedConnHandle,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `root` is never read
[INFO] [stdout]  --> src/packages/loader/manager.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct LoadManager {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 9 |     root: PathBuf,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get_path` are never used
[INFO] [stdout]   --> src/packages/loader/manager.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl LoadManager {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new<T: Into<PathBuf>>(root: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn get_path(&self, path: &str) -> PathBuf {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `DestructedConnHandles` is never used
[INFO] [stdout]   --> src/packages/loader/indexed/component.rs:27:6
[INFO] [stdout]    |
[INFO] [stdout] 27 | type DestructedConnHandles =
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/packages/loader/indexed/component.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | struct LoadedEntry {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub path: PathBuf,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `data_type` is never read
[INFO] [stdout]   --> src/world/layout/component/conn.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct LayoutConn {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     data_type: Rc<DestructedData>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pos` and `segments_after` are never read
[INFO] [stdout]    --> src/world/layout/component/conn.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 215 | struct LayoutConnPoint {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] 216 |     /// position of the layout on canvas
[INFO] [stdout] 217 |     pos: Vec2,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |     segments_after: HashSet<ComponentId>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `producer_socket` is never read
[INFO] [stdout]    --> src/world/layout/component/conn.rs:229:16
[INFO] [stdout]     |
[INFO] [stdout] 229 |     Producer { producer_socket: GateProducerSocket },
[INFO] [stdout]     |     --------   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Segment` is never constructed
[INFO] [stdout]    --> src/world/layout/component/conn.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 227 | enum LayoutConnPointBefore {
[INFO] [stdout]     |      --------------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 231 |     Segment { segment_id: ComponentId },
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `from` and `to` are never read
[INFO] [stdout]    --> src/world/layout/component/conn.rs:240:5
[INFO] [stdout]     |
[INFO] [stdout] 239 | struct LayoutConnSegment {
[INFO] [stdout]     |        ----------------- fields in this struct
[INFO] [stdout] 240 |     from: ComponentId,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 241 |     to: ComponentId,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `consumers` and `producers` are never read
[INFO] [stdout]   --> src/world/layout/component/gate.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct LayoutGate {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     consumers: Vec<LayoutGateConsumerEntry>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 14 |     producers: Vec<LayoutGateProducerEntry>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rel_position` and `bounded_conn` are never read
[INFO] [stdout]   --> src/world/layout/component/gate.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct LayoutGateConsumerEntry {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 53 |     rel_position: Vec2,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 54 |     bounded_conn: Option<ComponentId>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rel_position` and `bounded_conn` are never read
[INFO] [stdout]   --> src/world/layout/component/gate.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct LayoutGateProducerEntry {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 58 |     rel_position: Vec2,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 59 |     bounded_conn: Option<ComponentId>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `handle` is never read
[INFO] [stdout]   --> src/packages/destructor/component/conn.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct DestructedConn {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 10 |     _library: LibraryHandle,
[INFO] [stdout] 11 |     handle: DestructedConnHandle,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `root` is never read
[INFO] [stdout]  --> src/packages/loader/manager.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct LoadManager {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 9 |     root: PathBuf,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get_path` are never used
[INFO] [stdout]   --> src/packages/loader/manager.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl LoadManager {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new<T: Into<PathBuf>>(root: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn get_path(&self, path: &str) -> PathBuf {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `DestructedConnHandles` is never used
[INFO] [stdout]   --> src/packages/loader/indexed/component.rs:27:6
[INFO] [stdout]    |
[INFO] [stdout] 27 | type DestructedConnHandles =
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/packages/loader/indexed/component.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | struct LoadedEntry {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub path: PathBuf,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `data_type` is never read
[INFO] [stdout]   --> src/world/layout/component/conn.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct LayoutConn {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     data_type: Rc<DestructedData>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pos` and `segments_after` are never read
[INFO] [stdout]    --> src/world/layout/component/conn.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 215 | struct LayoutConnPoint {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] 216 |     /// position of the layout on canvas
[INFO] [stdout] 217 |     pos: Vec2,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |     segments_after: HashSet<ComponentId>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `producer_socket` is never read
[INFO] [stdout]    --> src/world/layout/component/conn.rs:229:16
[INFO] [stdout]     |
[INFO] [stdout] 229 |     Producer { producer_socket: GateProducerSocket },
[INFO] [stdout]     |     --------   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Segment` is never constructed
[INFO] [stdout]    --> src/world/layout/component/conn.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 227 | enum LayoutConnPointBefore {
[INFO] [stdout]     |      --------------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 231 |     Segment { segment_id: ComponentId },
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `from` and `to` are never read
[INFO] [stdout]    --> src/world/layout/component/conn.rs:240:5
[INFO] [stdout]     |
[INFO] [stdout] 239 | struct LayoutConnSegment {
[INFO] [stdout]     |        ----------------- fields in this struct
[INFO] [stdout] 240 |     from: ComponentId,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 241 |     to: ComponentId,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `consumers` and `producers` are never read
[INFO] [stdout]   --> src/world/layout/component/gate.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct LayoutGate {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     consumers: Vec<LayoutGateConsumerEntry>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 14 |     producers: Vec<LayoutGateProducerEntry>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rel_position` and `bounded_conn` are never read
[INFO] [stdout]   --> src/world/layout/component/gate.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct LayoutGateConsumerEntry {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 53 |     rel_position: Vec2,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 54 |     bounded_conn: Option<ComponentId>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rel_position` and `bounded_conn` are never read
[INFO] [stdout]   --> src/world/layout/component/gate.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct LayoutGateProducerEntry {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 58 |     rel_position: Vec2,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 59 |     bounded_conn: Option<ComponentId>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
[INFO] running `Command { std: "docker" "inspect" "f27f3ecbba1f70ae5d9d45ae0ea09eddd7a834d08d8ef67a5c9c693bcbaa7c90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f27f3ecbba1f70ae5d9d45ae0ea09eddd7a834d08d8ef67a5c9c693bcbaa7c90", kill_on_drop: false }`
[INFO] [stdout] f27f3ecbba1f70ae5d9d45ae0ea09eddd7a834d08d8ef67a5c9c693bcbaa7c90
