[INFO] fetching crate dces 0.3.1... [INFO] checking dces-0.3.1 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate dces 0.3.1 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate dces 0.3.1 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dces 0.3.1 [INFO] finished tweaking crates.io crate dces 0.3.1 [INFO] tweaked toml for crates.io crate dces 0.3.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate dces 0.3.1 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb38d527a7d089186cb72e1c148dce6dce261eefa93db13996bacd17b3d02466 [INFO] running `Command { std: "docker" "start" "-a" "fb38d527a7d089186cb72e1c148dce6dce261eefa93db13996bacd17b3d02466", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb38d527a7d089186cb72e1c148dce6dce261eefa93db13996bacd17b3d02466", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb38d527a7d089186cb72e1c148dce6dce261eefa93db13996bacd17b3d02466", kill_on_drop: false }` [INFO] [stdout] fb38d527a7d089186cb72e1c148dce6dce261eefa93db13996bacd17b3d02466 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0cd017c36dd05688188afd11fe65a6b2cc3c5b3595de4638f56e02f54c33e3ce [INFO] running `Command { std: "docker" "start" "-a" "0cd017c36dd05688188afd11fe65a6b2cc3c5b3595de4638f56e02f54c33e3ce", kill_on_drop: false }` [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking dces v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | / cleanup_system [INFO] [stdout] 29 | | .system [INFO] [stdout] 30 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 22 | impl Drop for World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | / cleanup_system [INFO] [stdout] 29 | | .system [INFO] [stdout] 30 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 24 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | init_system.system.run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | init_system.system.run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | / self.system_store [INFO] [stdout] 114 | | .borrow_entity_system(*system) [INFO] [stdout] 115 | | .unwrap() [INFO] [stdout] 116 | | .system [INFO] [stdout] 117 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | / self.system_store [INFO] [stdout] 114 | | .borrow_entity_system(*system) [INFO] [stdout] 115 | | .unwrap() [INFO] [stdout] 116 | | .system [INFO] [stdout] 117 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | / init_system [INFO] [stdout] 127 | | .system [INFO] [stdout] 128 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | / init_system [INFO] [stdout] 127 | | .system [INFO] [stdout] 128 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | / self.system_store [INFO] [stdout] 137 | | .borrow_entity_system(*system) [INFO] [stdout] 138 | | .unwrap() [INFO] [stdout] 139 | | .system [INFO] [stdout] 140 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | / self.system_store [INFO] [stdout] 137 | | .borrow_entity_system(*system) [INFO] [stdout] 138 | | .unwrap() [INFO] [stdout] 139 | | .system [INFO] [stdout] 140 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dces` (lib) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | / cleanup_system [INFO] [stdout] 29 | | .system [INFO] [stdout] 30 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 22 | impl Drop for World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | / cleanup_system [INFO] [stdout] 29 | | .system [INFO] [stdout] 30 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 24 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | init_system.system.run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | init_system.system.run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | / self.system_store [INFO] [stdout] 114 | | .borrow_entity_system(*system) [INFO] [stdout] 115 | | .unwrap() [INFO] [stdout] 116 | | .system [INFO] [stdout] 117 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | / self.system_store [INFO] [stdout] 114 | | .borrow_entity_system(*system) [INFO] [stdout] 115 | | .unwrap() [INFO] [stdout] 116 | | .system [INFO] [stdout] 117 | | .run(&mut self.entity_component_manager); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | / init_system [INFO] [stdout] 127 | | .system [INFO] [stdout] 128 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | / init_system [INFO] [stdout] 127 | | .system [INFO] [stdout] 128 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | / self.system_store [INFO] [stdout] 137 | | .borrow_entity_system(*system) [INFO] [stdout] 138 | | .unwrap() [INFO] [stdout] 139 | | .system [INFO] [stdout] 140 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `Ctx` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | / self.system_store [INFO] [stdout] 137 | | .borrow_entity_system(*system) [INFO] [stdout] 138 | | .unwrap() [INFO] [stdout] 139 | | .system [INFO] [stdout] 140 | | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `E` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 39 | E: EntityStore + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dces` (lib test) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "0cd017c36dd05688188afd11fe65a6b2cc3c5b3595de4638f56e02f54c33e3ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cd017c36dd05688188afd11fe65a6b2cc3c5b3595de4638f56e02f54c33e3ce", kill_on_drop: false }` [INFO] [stdout] 0cd017c36dd05688188afd11fe65a6b2cc3c5b3595de4638f56e02f54c33e3ce [INFO] checking dces-0.3.1 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate dces 0.3.1 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate dces 0.3.1 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dces 0.3.1 [INFO] finished tweaking crates.io crate dces 0.3.1 [INFO] tweaked toml for crates.io crate dces 0.3.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate dces 0.3.1 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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b9a630aae7e90acabe86247c3946819eef39c78be1443fe6f1e998099dffaa2 [INFO] running `Command { std: "docker" "start" "-a" "5b9a630aae7e90acabe86247c3946819eef39c78be1443fe6f1e998099dffaa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b9a630aae7e90acabe86247c3946819eef39c78be1443fe6f1e998099dffaa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b9a630aae7e90acabe86247c3946819eef39c78be1443fe6f1e998099dffaa2", kill_on_drop: false }` [INFO] [stdout] 5b9a630aae7e90acabe86247c3946819eef39c78be1443fe6f1e998099dffaa2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6119d6b441d67090b9a4b94c5c3cad2ce591dc4c21b6ba7519fc6031a3046841 [INFO] running `Command { std: "docker" "start" "-a" "6119d6b441d67090b9a4b94c5c3cad2ce591dc4c21b6ba7519fc6031a3046841", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "6119d6b441d67090b9a4b94c5c3cad2ce591dc4c21b6ba7519fc6031a3046841", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6119d6b441d67090b9a4b94c5c3cad2ce591dc4c21b6ba7519fc6031a3046841", kill_on_drop: false }` [INFO] [stdout] 6119d6b441d67090b9a4b94c5c3cad2ce591dc4c21b6ba7519fc6031a3046841