[INFO] cloning repository https://github.com/puppypepper/rust_in_action
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/puppypepper/rust_in_action" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpuppypepper%2Frust_in_action", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpuppypepper%2Frust_in_action'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9fb4aac8d6e05805660be10fb562fb109474ecaa
[INFO] checking puppypepper/rust_in_action against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpuppypepper%2Frust_in_action" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/puppypepper/rust_in_action
[INFO] finished tweaking git repo https://github.com/puppypepper/rust_in_action
[INFO] tweaked toml for git repo https://github.com/puppypepper/rust_in_action written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/puppypepper/rust_in_action on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/puppypepper/rust_in_action 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_in_action` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../rust_in_action
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-in-action`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:62:8
[INFO] [stderr]    |
[INFO] [stderr] 62 - name = "rust_in_action"
[INFO] [stderr] 62 + name = "rust-in-action"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-in-action`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:66:90
[INFO] [stderr]    |
[INFO] [stderr] 66 ~ members = ["chapter-3", "chapter-4", "chapter-5", "chapter-6", "chapter-8", "grep-lite"]
[INFO] [stderr] 67 + [[bin]]
[INFO] [stderr] 68 + name = "rust-in-action"
[INFO] [stderr] 69 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_in_action` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `vec_clone` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../vec_clone
[INFO] [stderr]    |                                                  ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `vec-clone`, convert `bin.name`
[INFO] [stderr]   --> chapter-3/Cargo.toml:55:8
[INFO] [stderr]    |
[INFO] [stderr] 55 - name = "vec_clone"
[INFO] [stderr] 55 + name = "vec-clone"
[INFO] [stderr]    |
[INFO] [stderr] warning: `chapter-3` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11
[INFO] running `Command { std: "docker" "start" "1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_in_action` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../rust_in_action
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-in-action`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:62:8
[INFO] [stderr]    |
[INFO] [stderr] 62 - name = "rust_in_action"
[INFO] [stderr] 62 + name = "rust-in-action"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-in-action`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:66:90
[INFO] [stderr]    |
[INFO] [stderr] 66 ~ members = ["chapter-3", "chapter-4", "chapter-5", "chapter-6", "chapter-8", "grep-lite"]
[INFO] [stderr] 67 + [[bin]]
[INFO] [stderr] 68 + name = "rust-in-action"
[INFO] [stderr] 69 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_in_action` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `vec_clone` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../vec_clone
[INFO] [stderr]    |                          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `vec-clone`, convert `bin.name`
[INFO] [stderr]   --> chapter-3/Cargo.toml:55:8
[INFO] [stderr]    |
[INFO] [stderr] 55 - name = "vec_clone"
[INFO] [stderr] 55 + name = "vec-clone"
[INFO] [stderr]    |
[INFO] [stderr] warning: `chapter-3` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]    Compiling xml-rs v0.8.25
[INFO] [stderr]     Checking either v1.14.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking piston-float v1.0.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking piston-viewport v1.0.2
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking piston-graphics_api_version v1.0.1
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]     Checking draw_state v0.8.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking gfx_core v0.9.2
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking piston-texture v0.8.0
[INFO] [stderr]     Checking shader_version v0.7.0
[INFO] [stderr]     Checking vecmath v1.0.0
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking interpolation v0.2.0
[INFO] [stderr]     Checking read_color v1.0.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking piston-shaders_graphics2d v0.4.0
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling wayland-scanner v0.28.6
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking gfx v0.18.3
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling gl v0.13.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking andrew v0.3.1
[INFO] [stderr]     Checking piston2d-graphics v0.39.0
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking nix v0.20.0
[INFO] [stderr]     Checking memmap2 v0.1.0
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking raw-window-handle v0.3.4
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling wayland-client v0.28.6
[INFO] [stderr]    Compiling wayland-protocols v0.28.6
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking http v0.1.21
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-buf v0.1.1
[INFO] [stderr]     Checking string v0.2.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr] error: could not compile `nix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=020b6759e2b2317b -C extra-filename=-f05d02633d422a8d --out-dir /opt/rustwide/target/debug/build/nix/f05d02633d422a8d/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/6dcfbc6bad33d8b2/out/libbitflags-6dcfbc6bad33d8b2.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/06374b079b15a33b/out/libcfg_if-06374b079b15a33b.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/694bc38fbc1eca1d/out/liblibc-694bc38fbc1eca1d.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11", kill_on_drop: false }`
[INFO] [stdout] 1bb0e9330609221f1573523211f1c0c852d8d0bfa53995dc95216ed752d14c11
