[INFO] cloning repository https://github.com/xyjixyjixyji/c0c
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xyjixyjixyji/c0c" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxyjixyjixyji%2Fc0c", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxyjixyjixyji%2Fc0c'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 09b59f68f88704a7a877b1ae5a36dd3844863b13
[INFO] checking xyjixyjixyji/c0c against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxyjixyjixyji%2Fc0c" "/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/xyjixyjixyji/c0c
[INFO] finished tweaking git repo https://github.com/xyjixyjixyji/c0c
[INFO] tweaked toml for git repo https://github.com/xyjixyjixyji/c0c written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xyjixyjixyji/c0c on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/xyjixyjixyji/c0c 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-7-tc1/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `compile_wasm`
[INFO] [stderr]   * `bin` target `c0c`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pico-args v0.5.0
[INFO] [stderr]   Downloaded env_logger v0.10.2
[INFO] [stderr]   Downloaded syn v2.0.59
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2305a7b95003be3d06427d99b4c69c0463b5dc42c28f5ba05f2f088fac79389f
[INFO] running `Command { std: "docker" "start" "-a" "2305a7b95003be3d06427d99b4c69c0463b5dc42c28f5ba05f2f088fac79389f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2305a7b95003be3d06427d99b4c69c0463b5dc42c28f5ba05f2f088fac79389f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2305a7b95003be3d06427d99b4c69c0463b5dc42c28f5ba05f2f088fac79389f", kill_on_drop: false }`
[INFO] [stdout] 2305a7b95003be3d06427d99b4c69c0463b5dc42c28f5ba05f2f088fac79389f
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a564da2597e4bab43d3be220bc9fc10965eb31bd241c2aa85ff80dff881b29e5
[INFO] running `Command { std: "docker" "start" "-a" "a564da2597e4bab43d3be220bc9fc10965eb31bd241c2aa85ff80dff881b29e5", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `compile_wasm`
[INFO] [stderr]   * `bin` target `c0c`
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling syn v2.0.59
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking lalrpop-util v0.20.2
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]     Checking logos v0.12.1
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]     Checking wasm-bindgen v0.2.92
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking toml_edit v0.22.9
[INFO] [stderr]     Checking toml v0.8.12
[INFO] [stderr]    Compiling c0c v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/main.rs:45:4
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EmitTarget` is never used
[INFO] [stdout]   --> src/args.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum EmitTarget {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> src/args.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Config {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `default` is never used
[INFO] [stdout]    --> src/args.rs:100:6
[INFO] [stdout]     |
[INFO] [stdout]  98 | impl Config {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout]  99 |   /// Set your defaults here!
[INFO] [stdout] 100 |   fn default() -> Self {
[INFO] [stdout]     |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_args` is never used
[INFO] [stdout]    --> src/args.rs:118:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn parse_args() -> Config {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `print_instrs` is never used
[INFO] [stdout]    --> src/codegen/mod.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout]  80 | impl Context {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 287 |   pub fn print_instrs(&self) {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `emit_wasm` is never used
[INFO] [stdout]   --> src/emit.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn emit_wasm(
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `emit_x86` is never used
[INFO] [stdout]   --> src/emit.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn emit_x86(filename: &str, ctxs: Vec<codegen::Context>) -> std::io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `emit_abs` is never used
[INFO] [stdout]    --> src/emit.rs:140:8
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn emit_abs(filename: &str, ctxs: Vec<codegen::Context>) -> std::io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BasicBlocks` is never used
[INFO] [stdout]   --> src/optimization/post_munch/basic_blocks.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum BasicBlocks {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_loop` is never used
[INFO] [stdout]   --> src/optimization/post_munch/basic_blocks.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl BasicBlocks {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 26 |   pub fn new_loop(
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `basic_blocks_vec_from_ctx` is never used
[INFO] [stdout]   --> src/optimization/post_munch/basic_blocks.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn basic_blocks_vec_from_ctx(ctx: &crate::codegen::Context) -> Vec<BasicBlocks> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_basic_blocks_vec` is never used
[INFO] [stdout]    --> src/optimization/post_munch/basic_blocks.rs:112:4
[INFO] [stdout]     |
[INFO] [stdout] 112 | fn build_basic_blocks_vec(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_regular_basic_blocks` is never used
[INFO] [stdout]    --> src/optimization/post_munch/basic_blocks.rs:154:4
[INFO] [stdout]     |
[INFO] [stdout] 154 | fn build_regular_basic_blocks(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display` is never used
[INFO] [stdout]    --> src/optimization/post_munch/basic_blocks.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 176 | impl BasicBlock {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 177 |   pub fn display(&self, padding: &str) -> String {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display` is never used
[INFO] [stdout]    --> src/optimization/post_munch/basic_blocks.rs:191:10
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl BasicBlocks {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] 191 |   pub fn display(&self, padding: &str) {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.71s
[INFO] running `Command { std: "docker" "inspect" "a564da2597e4bab43d3be220bc9fc10965eb31bd241c2aa85ff80dff881b29e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a564da2597e4bab43d3be220bc9fc10965eb31bd241c2aa85ff80dff881b29e5", kill_on_drop: false }`
[INFO] [stdout] a564da2597e4bab43d3be220bc9fc10965eb31bd241c2aa85ff80dff881b29e5
