[INFO] cloning repository https://github.com/zangke/rust-cookbook
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zangke/rust-cookbook" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzangke%2Frust-cookbook", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzangke%2Frust-cookbook'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 58d47c09929f34ee61ff72ab16dbd4280f712ff1
[INFO] checking zangke/rust-cookbook against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzangke%2Frust-cookbook" "/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/zangke/rust-cookbook
[INFO] finished tweaking git repo https://github.com/zangke/rust-cookbook
[INFO] tweaked toml for git repo https://github.com/zangke/rust-cookbook written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zangke/rust-cookbook on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zangke/rust-cookbook 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `ch05_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch05-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_01.rs
[INFO] [stderr] 1 + src/bin/ch05-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_02.rs
[INFO] [stderr] 1 + src/bin/ch05-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_02.rs
[INFO] [stderr] 1 + src/bin/ch05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cryptography` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch12_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch12-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_01.rs
[INFO] [stderr] 1 + src/bin/ch12-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_02.rs
[INFO] [stderr] 1 + src/bin/ch12-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_03.rs
[INFO] [stderr] 1 + src/bin/ch12-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_01.rs
[INFO] [stderr] 1 + src/bin/ch12-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_02.rs
[INFO] [stderr] 1 + src/bin/ch12-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_03.rs
[INFO] [stderr] 1 + src/bin/ch12-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_04.rs
[INFO] [stderr] 1 + src/bin/ch12-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_05.rs
[INFO] [stderr] 1 + src/bin/ch12-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_06.rs
[INFO] [stderr] 1 + src/bin/ch12-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_07.rs
[INFO] [stderr] 1 + src/bin/ch12-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_08.rs
[INFO] [stderr] 1 + src/bin/ch12-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `file` (manifest) generated 11 warnings
[INFO] [stderr] warning: binary `ch10_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch10-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_01.rs
[INFO] [stderr] 1 + src/bin/ch10-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_02.rs
[INFO] [stderr] 1 + src/bin/ch10-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_03.rs
[INFO] [stderr] 1 + src/bin/ch10-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_04.rs
[INFO] [stderr] 1 + src/bin/ch10-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_01.rs
[INFO] [stderr] 1 + src/bin/ch10-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_02.rs
[INFO] [stderr] 1 + src/bin/ch10-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_03.rs
[INFO] [stderr] 1 + src/bin/ch10-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_04.rs
[INFO] [stderr] 1 + src/bin/ch10-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_05.rs
[INFO] [stderr] 1 + src/bin/ch10-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_06.rs
[INFO] [stderr] 1 + src/bin/ch10-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_07.rs
[INFO] [stderr] 1 + src/bin/ch10-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_08.rs
[INFO] [stderr] 1 + src/bin/ch10-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_01.rs
[INFO] [stderr] 1 + src/bin/ch10-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_02.rs
[INFO] [stderr] 1 + src/bin/ch10-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_03.rs
[INFO] [stderr] 1 + src/bin/ch10-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_04.rs
[INFO] [stderr] 1 + src/bin/ch10-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `encoding` (manifest) generated 16 warnings
[INFO] [stderr] warning: binary `ch18_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch18-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_01.rs
[INFO] [stderr] 1 + src/bin/ch18-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_02.rs
[INFO] [stderr] 1 + src/bin/ch18-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_03.rs
[INFO] [stderr] 1 + src/bin/ch18-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_04.rs
[INFO] [stderr] 1 + src/bin/ch18-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_05.rs
[INFO] [stderr] 1 + src/bin/ch18-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_01.rs
[INFO] [stderr] 1 + src/bin/ch18-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_02.rs
[INFO] [stderr] 1 + src/bin/ch18-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `text` (manifest) generated 7 warnings
[INFO] [stderr] warning: binary `ch17_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch17-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_01.rs
[INFO] [stderr] 1 + src/bin/ch17-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_02.rs
[INFO] [stderr] 1 + src/bin/ch17-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_03.rs
[INFO] [stderr] 1 + src/bin/ch17-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_04.rs
[INFO] [stderr] 1 + src/bin/ch17-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_05.rs
[INFO] [stderr] 1 + src/bin/ch17-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_06.rs
[INFO] [stderr] 1 + src/bin/ch17-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_07.rs
[INFO] [stderr] 1 + src/bin/ch17-01-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_01.rs
[INFO] [stderr] 1 + src/bin/ch17-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_02.rs
[INFO] [stderr] 1 + src/bin/ch17-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_03.rs
[INFO] [stderr] 1 + src/bin/ch17-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_01.rs
[INFO] [stderr] 1 + src/bin/ch17-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_02.rs
[INFO] [stderr] 1 + src/bin/ch17-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_03.rs
[INFO] [stderr] 1 + src/bin/ch17-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_01.rs
[INFO] [stderr] 1 + src/bin/ch17-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_02.rs
[INFO] [stderr] 1 + src/bin/ch17-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_03.rs
[INFO] [stderr] 1 + src/bin/ch17-04-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_04.rs
[INFO] [stderr] 1 + src/bin/ch17-04-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_05_01.rs
[INFO] [stderr] 1 + src/bin/ch17-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `science` (manifest) generated 18 warnings
[INFO] [stderr] warning: binary `ch11_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch11-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_01.rs
[INFO] [stderr] 1 + src/bin/ch11-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_02.rs
[INFO] [stderr] 1 + src/bin/ch11-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_03.rs
[INFO] [stderr] 1 + src/bin/ch11-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `errors` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_01.rs
[INFO] [stderr] 1 + src/bin/ch01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_02.rs
[INFO] [stderr] 1 + src/bin/ch01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `algorithms` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch16_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch16-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_01.rs
[INFO] [stderr] 1 + src/bin/ch16-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_02.rs
[INFO] [stderr] 1 + src/bin/ch16-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_03.rs
[INFO] [stderr] 1 + src/bin/ch16-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_04.rs
[INFO] [stderr] 1 + src/bin/ch16-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_05.rs
[INFO] [stderr] 1 + src/bin/ch16-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_06.rs
[INFO] [stderr] 1 + src/bin/ch16-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `os` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch19_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch19-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_01.rs
[INFO] [stderr] 1 + src/bin/ch19-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_02.rs
[INFO] [stderr] 1 + src/bin/ch19-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_03.rs
[INFO] [stderr] 1 + src/bin/ch19-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_01.rs
[INFO] [stderr] 1 + src/bin/ch19-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_02.rs
[INFO] [stderr] 1 + src/bin/ch19-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_03.rs
[INFO] [stderr] 1 + src/bin/ch19-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_04.rs
[INFO] [stderr] 1 + src/bin/ch19-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_05.rs
[INFO] [stderr] 1 + src/bin/ch19-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_01.rs
[INFO] [stderr] 1 + src/bin/ch19-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_02.rs
[INFO] [stderr] 1 + src/bin/ch19-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_03.rs
[INFO] [stderr] 1 + src/bin/ch19-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_01.rs
[INFO] [stderr] 1 + src/bin/ch19-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_02.rs
[INFO] [stderr] 1 + src/bin/ch19-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_01.rs
[INFO] [stderr] 1 + src/bin/ch19-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_02.rs
[INFO] [stderr] 1 + src/bin/ch19-05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_03.rs
[INFO] [stderr] 1 + src/bin/ch19-05-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_04.rs
[INFO] [stderr] 1 + src/bin/ch19-05-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_05.rs
[INFO] [stderr] 1 + src/bin/ch19-05-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_01.rs
[INFO] [stderr] 1 + src/bin/ch19-06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_02.rs
[INFO] [stderr] 1 + src/bin/ch19-06-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_03.rs
[INFO] [stderr] 1 + src/bin/ch19-06-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `web` (manifest) generated 21 warnings
[INFO] [stderr] warning: binary `ch07_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch07-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_01.rs
[INFO] [stderr] 1 + src/bin/ch07-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_02.rs
[INFO] [stderr] 1 + src/bin/ch07-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_03.rs
[INFO] [stderr] 1 + src/bin/ch07-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_01.rs
[INFO] [stderr] 1 + src/bin/ch07-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_02.rs
[INFO] [stderr] 1 + src/bin/ch07-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_03.rs
[INFO] [stderr] 1 + src/bin/ch07-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `database` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch09_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch09-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_01.rs
[INFO] [stderr] 1 + src/bin/ch09-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_02.rs
[INFO] [stderr] 1 + src/bin/ch09-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_03.rs
[INFO] [stderr] 1 + src/bin/ch09-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_04.rs
[INFO] [stderr] 1 + src/bin/ch09-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_05.rs
[INFO] [stderr] 1 + src/bin/ch09-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_01.rs
[INFO] [stderr] 1 + src/bin/ch09-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_02.rs
[INFO] [stderr] 1 + src/bin/ch09-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_03.rs
[INFO] [stderr] 1 + src/bin/ch09-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_04.rs
[INFO] [stderr] 1 + src/bin/ch09-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_01.rs
[INFO] [stderr] 1 + src/bin/ch09-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_02.rs
[INFO] [stderr] 1 + src/bin/ch09-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_03.rs
[INFO] [stderr] 1 + src/bin/ch09-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_04.rs
[INFO] [stderr] 1 + src/bin/ch09-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_05.rs
[INFO] [stderr] 1 + src/bin/ch09-03-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `development_tools` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../development_tools
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, convert `package.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "development_tools"
[INFO] [stderr]  2 + name = "development-tools"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, specify `bin.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:12:18
[INFO] [stderr]    |
[INFO] [stderr] 12 ~ syslog = "6.1.1"
[INFO] [stderr] 13 + [[bin]]
[INFO] [stderr] 14 + name = "development-tools"
[INFO] [stderr] 15 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `development_tools` (manifest) generated 15 warnings
[INFO] [stderr] warning: binary `ch03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch03_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch03_01.rs
[INFO] [stderr] 1 + src/bin/ch03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `compression` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ch02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_01.rs
[INFO] [stderr] 1 + src/bin/ch02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_02.rs
[INFO] [stderr] 1 + src/bin/ch02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_03.rs
[INFO] [stderr] 1 + src/bin/ch02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cli` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch06_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch06_01.rs
[INFO] [stderr] 1 + src/bin/ch06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `data_structures` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../data_structures
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, convert `package.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "data_structures"
[INFO] [stderr]  2 + name = "data-structures"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, specify `bin.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:9:20
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ bitflags = "2.5.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "data-structures"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `data_structures` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01.rs
[INFO] [stderr] 1 + src/bin/ch04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_02.rs
[INFO] [stderr] 1 + src/bin/ch04-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_03.rs
[INFO] [stderr] 1 + src/bin/ch04-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_04.rs
[INFO] [stderr] 1 + src/bin/ch04-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_05.rs
[INFO] [stderr] 1 + src/bin/ch04-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_06.rs
[INFO] [stderr] 1 + src/bin/ch04-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_01.rs
[INFO] [stderr] 1 + src/bin/ch04-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_02.rs
[INFO] [stderr] 1 + src/bin/ch04-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_03.rs
[INFO] [stderr] 1 + src/bin/ch04-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_04.rs
[INFO] [stderr] 1 + src/bin/ch04-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_05.rs
[INFO] [stderr] 1 + src/bin/ch04-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_06.rs
[INFO] [stderr] 1 + src/bin/ch04-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `concurrency` (manifest) generated 12 warnings
[INFO] [stderr] warning: binary `ch08_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch08-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_01.rs
[INFO] [stderr] 1 + src/bin/ch08-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_02.rs
[INFO] [stderr] 1 + src/bin/ch08-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_03.rs
[INFO] [stderr] 1 + src/bin/ch08-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_01.rs
[INFO] [stderr] 1 + src/bin/ch08-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_02.rs
[INFO] [stderr] 1 + src/bin/ch08-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_03.rs
[INFO] [stderr] 1 + src/bin/ch08-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_04.rs
[INFO] [stderr] 1 + src/bin/ch08-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `datetime` (manifest) generated 7 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking zangke/rust-cookbook against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzangke%2Frust-cookbook" "/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/zangke/rust-cookbook
[INFO] finished tweaking git repo https://github.com/zangke/rust-cookbook
[INFO] tweaked toml for git repo https://github.com/zangke/rust-cookbook written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zangke/rust-cookbook on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zangke/rust-cookbook 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `ch05_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch05-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_01.rs
[INFO] [stderr] 1 + src/bin/ch05-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_02.rs
[INFO] [stderr] 1 + src/bin/ch05-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_02.rs
[INFO] [stderr] 1 + src/bin/ch05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cryptography` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch12_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch12-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_01.rs
[INFO] [stderr] 1 + src/bin/ch12-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_02.rs
[INFO] [stderr] 1 + src/bin/ch12-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_03.rs
[INFO] [stderr] 1 + src/bin/ch12-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_01.rs
[INFO] [stderr] 1 + src/bin/ch12-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_02.rs
[INFO] [stderr] 1 + src/bin/ch12-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_03.rs
[INFO] [stderr] 1 + src/bin/ch12-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_04.rs
[INFO] [stderr] 1 + src/bin/ch12-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_05.rs
[INFO] [stderr] 1 + src/bin/ch12-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_06.rs
[INFO] [stderr] 1 + src/bin/ch12-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_07.rs
[INFO] [stderr] 1 + src/bin/ch12-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_08.rs
[INFO] [stderr] 1 + src/bin/ch12-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `file` (manifest) generated 11 warnings
[INFO] [stderr] warning: binary `ch10_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch10-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_01.rs
[INFO] [stderr] 1 + src/bin/ch10-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_02.rs
[INFO] [stderr] 1 + src/bin/ch10-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_03.rs
[INFO] [stderr] 1 + src/bin/ch10-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_04.rs
[INFO] [stderr] 1 + src/bin/ch10-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_01.rs
[INFO] [stderr] 1 + src/bin/ch10-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_02.rs
[INFO] [stderr] 1 + src/bin/ch10-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_03.rs
[INFO] [stderr] 1 + src/bin/ch10-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_04.rs
[INFO] [stderr] 1 + src/bin/ch10-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_05.rs
[INFO] [stderr] 1 + src/bin/ch10-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_06.rs
[INFO] [stderr] 1 + src/bin/ch10-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_07.rs
[INFO] [stderr] 1 + src/bin/ch10-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_08.rs
[INFO] [stderr] 1 + src/bin/ch10-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_01.rs
[INFO] [stderr] 1 + src/bin/ch10-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_02.rs
[INFO] [stderr] 1 + src/bin/ch10-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_03.rs
[INFO] [stderr] 1 + src/bin/ch10-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_04.rs
[INFO] [stderr] 1 + src/bin/ch10-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `encoding` (manifest) generated 16 warnings
[INFO] [stderr] warning: binary `ch18_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch18-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_01.rs
[INFO] [stderr] 1 + src/bin/ch18-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_02.rs
[INFO] [stderr] 1 + src/bin/ch18-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_03.rs
[INFO] [stderr] 1 + src/bin/ch18-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_04.rs
[INFO] [stderr] 1 + src/bin/ch18-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_05.rs
[INFO] [stderr] 1 + src/bin/ch18-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_01.rs
[INFO] [stderr] 1 + src/bin/ch18-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_02.rs
[INFO] [stderr] 1 + src/bin/ch18-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `text` (manifest) generated 7 warnings
[INFO] [stderr] warning: binary `ch17_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch17-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_01.rs
[INFO] [stderr] 1 + src/bin/ch17-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_02.rs
[INFO] [stderr] 1 + src/bin/ch17-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_03.rs
[INFO] [stderr] 1 + src/bin/ch17-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_04.rs
[INFO] [stderr] 1 + src/bin/ch17-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_05.rs
[INFO] [stderr] 1 + src/bin/ch17-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_06.rs
[INFO] [stderr] 1 + src/bin/ch17-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_07.rs
[INFO] [stderr] 1 + src/bin/ch17-01-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_01.rs
[INFO] [stderr] 1 + src/bin/ch17-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_02.rs
[INFO] [stderr] 1 + src/bin/ch17-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_03.rs
[INFO] [stderr] 1 + src/bin/ch17-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_01.rs
[INFO] [stderr] 1 + src/bin/ch17-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_02.rs
[INFO] [stderr] 1 + src/bin/ch17-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_03.rs
[INFO] [stderr] 1 + src/bin/ch17-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_01.rs
[INFO] [stderr] 1 + src/bin/ch17-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_02.rs
[INFO] [stderr] 1 + src/bin/ch17-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_03.rs
[INFO] [stderr] 1 + src/bin/ch17-04-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_04.rs
[INFO] [stderr] 1 + src/bin/ch17-04-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_05_01.rs
[INFO] [stderr] 1 + src/bin/ch17-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `science` (manifest) generated 18 warnings
[INFO] [stderr] warning: binary `ch11_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch11-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_01.rs
[INFO] [stderr] 1 + src/bin/ch11-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_02.rs
[INFO] [stderr] 1 + src/bin/ch11-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_03.rs
[INFO] [stderr] 1 + src/bin/ch11-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `errors` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_01.rs
[INFO] [stderr] 1 + src/bin/ch01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_02.rs
[INFO] [stderr] 1 + src/bin/ch01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `algorithms` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch16_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch16-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_01.rs
[INFO] [stderr] 1 + src/bin/ch16-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_02.rs
[INFO] [stderr] 1 + src/bin/ch16-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_03.rs
[INFO] [stderr] 1 + src/bin/ch16-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_04.rs
[INFO] [stderr] 1 + src/bin/ch16-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_05.rs
[INFO] [stderr] 1 + src/bin/ch16-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_06.rs
[INFO] [stderr] 1 + src/bin/ch16-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `os` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch19_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch19-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_01.rs
[INFO] [stderr] 1 + src/bin/ch19-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_02.rs
[INFO] [stderr] 1 + src/bin/ch19-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_03.rs
[INFO] [stderr] 1 + src/bin/ch19-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_01.rs
[INFO] [stderr] 1 + src/bin/ch19-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_02.rs
[INFO] [stderr] 1 + src/bin/ch19-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_03.rs
[INFO] [stderr] 1 + src/bin/ch19-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_04.rs
[INFO] [stderr] 1 + src/bin/ch19-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_05.rs
[INFO] [stderr] 1 + src/bin/ch19-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_01.rs
[INFO] [stderr] 1 + src/bin/ch19-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_02.rs
[INFO] [stderr] 1 + src/bin/ch19-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_03.rs
[INFO] [stderr] 1 + src/bin/ch19-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_01.rs
[INFO] [stderr] 1 + src/bin/ch19-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_02.rs
[INFO] [stderr] 1 + src/bin/ch19-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_01.rs
[INFO] [stderr] 1 + src/bin/ch19-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_02.rs
[INFO] [stderr] 1 + src/bin/ch19-05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_03.rs
[INFO] [stderr] 1 + src/bin/ch19-05-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_04.rs
[INFO] [stderr] 1 + src/bin/ch19-05-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_05.rs
[INFO] [stderr] 1 + src/bin/ch19-05-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_01.rs
[INFO] [stderr] 1 + src/bin/ch19-06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_02.rs
[INFO] [stderr] 1 + src/bin/ch19-06-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_03.rs
[INFO] [stderr] 1 + src/bin/ch19-06-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `web` (manifest) generated 21 warnings
[INFO] [stderr] warning: binary `ch07_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch07-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_01.rs
[INFO] [stderr] 1 + src/bin/ch07-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_02.rs
[INFO] [stderr] 1 + src/bin/ch07-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_03.rs
[INFO] [stderr] 1 + src/bin/ch07-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_01.rs
[INFO] [stderr] 1 + src/bin/ch07-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_02.rs
[INFO] [stderr] 1 + src/bin/ch07-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_03.rs
[INFO] [stderr] 1 + src/bin/ch07-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `database` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch09_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch09-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_01.rs
[INFO] [stderr] 1 + src/bin/ch09-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_02.rs
[INFO] [stderr] 1 + src/bin/ch09-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_03.rs
[INFO] [stderr] 1 + src/bin/ch09-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_04.rs
[INFO] [stderr] 1 + src/bin/ch09-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_05.rs
[INFO] [stderr] 1 + src/bin/ch09-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_01.rs
[INFO] [stderr] 1 + src/bin/ch09-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_02.rs
[INFO] [stderr] 1 + src/bin/ch09-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_03.rs
[INFO] [stderr] 1 + src/bin/ch09-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_04.rs
[INFO] [stderr] 1 + src/bin/ch09-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_01.rs
[INFO] [stderr] 1 + src/bin/ch09-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_02.rs
[INFO] [stderr] 1 + src/bin/ch09-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_03.rs
[INFO] [stderr] 1 + src/bin/ch09-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_04.rs
[INFO] [stderr] 1 + src/bin/ch09-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_05.rs
[INFO] [stderr] 1 + src/bin/ch09-03-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `development_tools` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../development_tools
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, convert `package.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "development_tools"
[INFO] [stderr]  2 + name = "development-tools"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, specify `bin.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:12:18
[INFO] [stderr]    |
[INFO] [stderr] 12 ~ syslog = "6.1.1"
[INFO] [stderr] 13 + [[bin]]
[INFO] [stderr] 14 + name = "development-tools"
[INFO] [stderr] 15 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `development_tools` (manifest) generated 15 warnings
[INFO] [stderr] warning: binary `ch03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch03_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch03_01.rs
[INFO] [stderr] 1 + src/bin/ch03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `compression` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ch02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_01.rs
[INFO] [stderr] 1 + src/bin/ch02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_02.rs
[INFO] [stderr] 1 + src/bin/ch02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_03.rs
[INFO] [stderr] 1 + src/bin/ch02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cli` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch06_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch06_01.rs
[INFO] [stderr] 1 + src/bin/ch06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `data_structures` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../data_structures
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, convert `package.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "data_structures"
[INFO] [stderr]  2 + name = "data-structures"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, specify `bin.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:9:20
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ bitflags = "2.5.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "data-structures"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `data_structures` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01.rs
[INFO] [stderr] 1 + src/bin/ch04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_02.rs
[INFO] [stderr] 1 + src/bin/ch04-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_03.rs
[INFO] [stderr] 1 + src/bin/ch04-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_04.rs
[INFO] [stderr] 1 + src/bin/ch04-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_05.rs
[INFO] [stderr] 1 + src/bin/ch04-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_06.rs
[INFO] [stderr] 1 + src/bin/ch04-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_01.rs
[INFO] [stderr] 1 + src/bin/ch04-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_02.rs
[INFO] [stderr] 1 + src/bin/ch04-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_03.rs
[INFO] [stderr] 1 + src/bin/ch04-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_04.rs
[INFO] [stderr] 1 + src/bin/ch04-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_05.rs
[INFO] [stderr] 1 + src/bin/ch04-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_06.rs
[INFO] [stderr] 1 + src/bin/ch04-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `concurrency` (manifest) generated 12 warnings
[INFO] [stderr] warning: binary `ch08_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch08-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_01.rs
[INFO] [stderr] 1 + src/bin/ch08-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_02.rs
[INFO] [stderr] 1 + src/bin/ch08-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_03.rs
[INFO] [stderr] 1 + src/bin/ch08-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_01.rs
[INFO] [stderr] 1 + src/bin/ch08-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_02.rs
[INFO] [stderr] 1 + src/bin/ch08-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_03.rs
[INFO] [stderr] 1 + src/bin/ch08-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_04.rs
[INFO] [stderr] 1 + src/bin/ch08-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `datetime` (manifest) generated 7 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking zangke/rust-cookbook against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzangke%2Frust-cookbook" "/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/zangke/rust-cookbook
[INFO] finished tweaking git repo https://github.com/zangke/rust-cookbook
[INFO] tweaked toml for git repo https://github.com/zangke/rust-cookbook written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zangke/rust-cookbook on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zangke/rust-cookbook 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `ch05_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch05-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_01.rs
[INFO] [stderr] 1 + src/bin/ch05-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_02.rs
[INFO] [stderr] 1 + src/bin/ch05-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_02.rs
[INFO] [stderr] 1 + src/bin/ch05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cryptography` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch12_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch12-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_01.rs
[INFO] [stderr] 1 + src/bin/ch12-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_02.rs
[INFO] [stderr] 1 + src/bin/ch12-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_03.rs
[INFO] [stderr] 1 + src/bin/ch12-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_01.rs
[INFO] [stderr] 1 + src/bin/ch12-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_02.rs
[INFO] [stderr] 1 + src/bin/ch12-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_03.rs
[INFO] [stderr] 1 + src/bin/ch12-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_04.rs
[INFO] [stderr] 1 + src/bin/ch12-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_05.rs
[INFO] [stderr] 1 + src/bin/ch12-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_06.rs
[INFO] [stderr] 1 + src/bin/ch12-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_07.rs
[INFO] [stderr] 1 + src/bin/ch12-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_08.rs
[INFO] [stderr] 1 + src/bin/ch12-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `file` (manifest) generated 11 warnings
[INFO] [stderr] warning: binary `ch10_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch10-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_01.rs
[INFO] [stderr] 1 + src/bin/ch10-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_02.rs
[INFO] [stderr] 1 + src/bin/ch10-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_03.rs
[INFO] [stderr] 1 + src/bin/ch10-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_04.rs
[INFO] [stderr] 1 + src/bin/ch10-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_01.rs
[INFO] [stderr] 1 + src/bin/ch10-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_02.rs
[INFO] [stderr] 1 + src/bin/ch10-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_03.rs
[INFO] [stderr] 1 + src/bin/ch10-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_04.rs
[INFO] [stderr] 1 + src/bin/ch10-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_05.rs
[INFO] [stderr] 1 + src/bin/ch10-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_06.rs
[INFO] [stderr] 1 + src/bin/ch10-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_07.rs
[INFO] [stderr] 1 + src/bin/ch10-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_08.rs
[INFO] [stderr] 1 + src/bin/ch10-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_01.rs
[INFO] [stderr] 1 + src/bin/ch10-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_02.rs
[INFO] [stderr] 1 + src/bin/ch10-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_03.rs
[INFO] [stderr] 1 + src/bin/ch10-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_04.rs
[INFO] [stderr] 1 + src/bin/ch10-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `encoding` (manifest) generated 16 warnings
[INFO] [stderr] warning: binary `ch18_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch18-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_01.rs
[INFO] [stderr] 1 + src/bin/ch18-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_02.rs
[INFO] [stderr] 1 + src/bin/ch18-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_03.rs
[INFO] [stderr] 1 + src/bin/ch18-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_04.rs
[INFO] [stderr] 1 + src/bin/ch18-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_05.rs
[INFO] [stderr] 1 + src/bin/ch18-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_01.rs
[INFO] [stderr] 1 + src/bin/ch18-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_02.rs
[INFO] [stderr] 1 + src/bin/ch18-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `text` (manifest) generated 7 warnings
[INFO] [stderr] warning: binary `ch17_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch17-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_01.rs
[INFO] [stderr] 1 + src/bin/ch17-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_02.rs
[INFO] [stderr] 1 + src/bin/ch17-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_03.rs
[INFO] [stderr] 1 + src/bin/ch17-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_04.rs
[INFO] [stderr] 1 + src/bin/ch17-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_05.rs
[INFO] [stderr] 1 + src/bin/ch17-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_06.rs
[INFO] [stderr] 1 + src/bin/ch17-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_07.rs
[INFO] [stderr] 1 + src/bin/ch17-01-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_01.rs
[INFO] [stderr] 1 + src/bin/ch17-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_02.rs
[INFO] [stderr] 1 + src/bin/ch17-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_03.rs
[INFO] [stderr] 1 + src/bin/ch17-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_01.rs
[INFO] [stderr] 1 + src/bin/ch17-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_02.rs
[INFO] [stderr] 1 + src/bin/ch17-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_03.rs
[INFO] [stderr] 1 + src/bin/ch17-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_01.rs
[INFO] [stderr] 1 + src/bin/ch17-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_02.rs
[INFO] [stderr] 1 + src/bin/ch17-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_03.rs
[INFO] [stderr] 1 + src/bin/ch17-04-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_04.rs
[INFO] [stderr] 1 + src/bin/ch17-04-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_05_01.rs
[INFO] [stderr] 1 + src/bin/ch17-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `science` (manifest) generated 18 warnings
[INFO] [stderr] warning: binary `ch11_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch11-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_01.rs
[INFO] [stderr] 1 + src/bin/ch11-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_02.rs
[INFO] [stderr] 1 + src/bin/ch11-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_03.rs
[INFO] [stderr] 1 + src/bin/ch11-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `errors` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_01.rs
[INFO] [stderr] 1 + src/bin/ch01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_02.rs
[INFO] [stderr] 1 + src/bin/ch01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `algorithms` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch16_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch16-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_01.rs
[INFO] [stderr] 1 + src/bin/ch16-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_02.rs
[INFO] [stderr] 1 + src/bin/ch16-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_03.rs
[INFO] [stderr] 1 + src/bin/ch16-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_04.rs
[INFO] [stderr] 1 + src/bin/ch16-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_05.rs
[INFO] [stderr] 1 + src/bin/ch16-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_06.rs
[INFO] [stderr] 1 + src/bin/ch16-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `os` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch19_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch19-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_01.rs
[INFO] [stderr] 1 + src/bin/ch19-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_02.rs
[INFO] [stderr] 1 + src/bin/ch19-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_03.rs
[INFO] [stderr] 1 + src/bin/ch19-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_01.rs
[INFO] [stderr] 1 + src/bin/ch19-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_02.rs
[INFO] [stderr] 1 + src/bin/ch19-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_03.rs
[INFO] [stderr] 1 + src/bin/ch19-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_04.rs
[INFO] [stderr] 1 + src/bin/ch19-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_05.rs
[INFO] [stderr] 1 + src/bin/ch19-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_01.rs
[INFO] [stderr] 1 + src/bin/ch19-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_02.rs
[INFO] [stderr] 1 + src/bin/ch19-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_03.rs
[INFO] [stderr] 1 + src/bin/ch19-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_01.rs
[INFO] [stderr] 1 + src/bin/ch19-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_02.rs
[INFO] [stderr] 1 + src/bin/ch19-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_01.rs
[INFO] [stderr] 1 + src/bin/ch19-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_02.rs
[INFO] [stderr] 1 + src/bin/ch19-05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_03.rs
[INFO] [stderr] 1 + src/bin/ch19-05-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_04.rs
[INFO] [stderr] 1 + src/bin/ch19-05-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_05.rs
[INFO] [stderr] 1 + src/bin/ch19-05-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_01.rs
[INFO] [stderr] 1 + src/bin/ch19-06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_02.rs
[INFO] [stderr] 1 + src/bin/ch19-06-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_03.rs
[INFO] [stderr] 1 + src/bin/ch19-06-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `web` (manifest) generated 21 warnings
[INFO] [stderr] warning: binary `ch07_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch07-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_01.rs
[INFO] [stderr] 1 + src/bin/ch07-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_02.rs
[INFO] [stderr] 1 + src/bin/ch07-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_03.rs
[INFO] [stderr] 1 + src/bin/ch07-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_01.rs
[INFO] [stderr] 1 + src/bin/ch07-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_02.rs
[INFO] [stderr] 1 + src/bin/ch07-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_03.rs
[INFO] [stderr] 1 + src/bin/ch07-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `database` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch09_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch09-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_01.rs
[INFO] [stderr] 1 + src/bin/ch09-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_02.rs
[INFO] [stderr] 1 + src/bin/ch09-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_03.rs
[INFO] [stderr] 1 + src/bin/ch09-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_04.rs
[INFO] [stderr] 1 + src/bin/ch09-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_05.rs
[INFO] [stderr] 1 + src/bin/ch09-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_01.rs
[INFO] [stderr] 1 + src/bin/ch09-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_02.rs
[INFO] [stderr] 1 + src/bin/ch09-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_03.rs
[INFO] [stderr] 1 + src/bin/ch09-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_04.rs
[INFO] [stderr] 1 + src/bin/ch09-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_01.rs
[INFO] [stderr] 1 + src/bin/ch09-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_02.rs
[INFO] [stderr] 1 + src/bin/ch09-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_03.rs
[INFO] [stderr] 1 + src/bin/ch09-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_04.rs
[INFO] [stderr] 1 + src/bin/ch09-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_05.rs
[INFO] [stderr] 1 + src/bin/ch09-03-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `development_tools` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../development_tools
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, convert `package.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "development_tools"
[INFO] [stderr]  2 + name = "development-tools"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, specify `bin.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:12:18
[INFO] [stderr]    |
[INFO] [stderr] 12 ~ syslog = "6.1.1"
[INFO] [stderr] 13 + [[bin]]
[INFO] [stderr] 14 + name = "development-tools"
[INFO] [stderr] 15 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `development_tools` (manifest) generated 15 warnings
[INFO] [stderr] warning: binary `ch03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch03_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch03_01.rs
[INFO] [stderr] 1 + src/bin/ch03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `compression` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ch02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_01.rs
[INFO] [stderr] 1 + src/bin/ch02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_02.rs
[INFO] [stderr] 1 + src/bin/ch02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_03.rs
[INFO] [stderr] 1 + src/bin/ch02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cli` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch06_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch06_01.rs
[INFO] [stderr] 1 + src/bin/ch06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `data_structures` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../data_structures
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, convert `package.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "data_structures"
[INFO] [stderr]  2 + name = "data-structures"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, specify `bin.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:9:20
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ bitflags = "2.5.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "data-structures"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `data_structures` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01.rs
[INFO] [stderr] 1 + src/bin/ch04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_02.rs
[INFO] [stderr] 1 + src/bin/ch04-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_03.rs
[INFO] [stderr] 1 + src/bin/ch04-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_04.rs
[INFO] [stderr] 1 + src/bin/ch04-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_05.rs
[INFO] [stderr] 1 + src/bin/ch04-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_06.rs
[INFO] [stderr] 1 + src/bin/ch04-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_01.rs
[INFO] [stderr] 1 + src/bin/ch04-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_02.rs
[INFO] [stderr] 1 + src/bin/ch04-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_03.rs
[INFO] [stderr] 1 + src/bin/ch04-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_04.rs
[INFO] [stderr] 1 + src/bin/ch04-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_05.rs
[INFO] [stderr] 1 + src/bin/ch04-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_06.rs
[INFO] [stderr] 1 + src/bin/ch04-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `concurrency` (manifest) generated 12 warnings
[INFO] [stderr] warning: binary `ch08_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch08-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_01.rs
[INFO] [stderr] 1 + src/bin/ch08-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_02.rs
[INFO] [stderr] 1 + src/bin/ch08-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_03.rs
[INFO] [stderr] 1 + src/bin/ch08-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_01.rs
[INFO] [stderr] 1 + src/bin/ch08-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_02.rs
[INFO] [stderr] 1 + src/bin/ch08-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_03.rs
[INFO] [stderr] 1 + src/bin/ch08-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_04.rs
[INFO] [stderr] 1 + src/bin/ch08-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `datetime` (manifest) generated 7 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking zangke/rust-cookbook against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzangke%2Frust-cookbook" "/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/zangke/rust-cookbook
[INFO] finished tweaking git repo https://github.com/zangke/rust-cookbook
[INFO] tweaked toml for git repo https://github.com/zangke/rust-cookbook written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zangke/rust-cookbook on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zangke/rust-cookbook 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `ch05_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch05-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_01.rs
[INFO] [stderr] 1 + src/bin/ch05-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_02.rs
[INFO] [stderr] 1 + src/bin/ch05-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_02.rs
[INFO] [stderr] 1 + src/bin/ch05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cryptography` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch12_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch12-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_01.rs
[INFO] [stderr] 1 + src/bin/ch12-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_02.rs
[INFO] [stderr] 1 + src/bin/ch12-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_03.rs
[INFO] [stderr] 1 + src/bin/ch12-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_01.rs
[INFO] [stderr] 1 + src/bin/ch12-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_02.rs
[INFO] [stderr] 1 + src/bin/ch12-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_03.rs
[INFO] [stderr] 1 + src/bin/ch12-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_04.rs
[INFO] [stderr] 1 + src/bin/ch12-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_05.rs
[INFO] [stderr] 1 + src/bin/ch12-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_06.rs
[INFO] [stderr] 1 + src/bin/ch12-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_07.rs
[INFO] [stderr] 1 + src/bin/ch12-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_08.rs
[INFO] [stderr] 1 + src/bin/ch12-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `file` (manifest) generated 11 warnings
[INFO] [stderr] warning: binary `ch10_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch10-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_01.rs
[INFO] [stderr] 1 + src/bin/ch10-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_02.rs
[INFO] [stderr] 1 + src/bin/ch10-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_03.rs
[INFO] [stderr] 1 + src/bin/ch10-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_04.rs
[INFO] [stderr] 1 + src/bin/ch10-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_01.rs
[INFO] [stderr] 1 + src/bin/ch10-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_02.rs
[INFO] [stderr] 1 + src/bin/ch10-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_03.rs
[INFO] [stderr] 1 + src/bin/ch10-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_04.rs
[INFO] [stderr] 1 + src/bin/ch10-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_05.rs
[INFO] [stderr] 1 + src/bin/ch10-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_06.rs
[INFO] [stderr] 1 + src/bin/ch10-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_07.rs
[INFO] [stderr] 1 + src/bin/ch10-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_08.rs
[INFO] [stderr] 1 + src/bin/ch10-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_01.rs
[INFO] [stderr] 1 + src/bin/ch10-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_02.rs
[INFO] [stderr] 1 + src/bin/ch10-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_03.rs
[INFO] [stderr] 1 + src/bin/ch10-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_04.rs
[INFO] [stderr] 1 + src/bin/ch10-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `encoding` (manifest) generated 16 warnings
[INFO] [stderr] warning: binary `ch18_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch18-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_01.rs
[INFO] [stderr] 1 + src/bin/ch18-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_02.rs
[INFO] [stderr] 1 + src/bin/ch18-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_03.rs
[INFO] [stderr] 1 + src/bin/ch18-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_04.rs
[INFO] [stderr] 1 + src/bin/ch18-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_05.rs
[INFO] [stderr] 1 + src/bin/ch18-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_01.rs
[INFO] [stderr] 1 + src/bin/ch18-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_02.rs
[INFO] [stderr] 1 + src/bin/ch18-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `text` (manifest) generated 7 warnings
[INFO] [stderr] warning: binary `ch17_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch17-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_01.rs
[INFO] [stderr] 1 + src/bin/ch17-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_02.rs
[INFO] [stderr] 1 + src/bin/ch17-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_03.rs
[INFO] [stderr] 1 + src/bin/ch17-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_04.rs
[INFO] [stderr] 1 + src/bin/ch17-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_05.rs
[INFO] [stderr] 1 + src/bin/ch17-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_06.rs
[INFO] [stderr] 1 + src/bin/ch17-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_07.rs
[INFO] [stderr] 1 + src/bin/ch17-01-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_01.rs
[INFO] [stderr] 1 + src/bin/ch17-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_02.rs
[INFO] [stderr] 1 + src/bin/ch17-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_03.rs
[INFO] [stderr] 1 + src/bin/ch17-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_01.rs
[INFO] [stderr] 1 + src/bin/ch17-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_02.rs
[INFO] [stderr] 1 + src/bin/ch17-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_03.rs
[INFO] [stderr] 1 + src/bin/ch17-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_01.rs
[INFO] [stderr] 1 + src/bin/ch17-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_02.rs
[INFO] [stderr] 1 + src/bin/ch17-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_03.rs
[INFO] [stderr] 1 + src/bin/ch17-04-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_04.rs
[INFO] [stderr] 1 + src/bin/ch17-04-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_05_01.rs
[INFO] [stderr] 1 + src/bin/ch17-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `science` (manifest) generated 18 warnings
[INFO] [stderr] warning: binary `ch11_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch11-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_01.rs
[INFO] [stderr] 1 + src/bin/ch11-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_02.rs
[INFO] [stderr] 1 + src/bin/ch11-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_03.rs
[INFO] [stderr] 1 + src/bin/ch11-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `errors` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_01.rs
[INFO] [stderr] 1 + src/bin/ch01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_02.rs
[INFO] [stderr] 1 + src/bin/ch01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `algorithms` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch16_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch16-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_01.rs
[INFO] [stderr] 1 + src/bin/ch16-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_02.rs
[INFO] [stderr] 1 + src/bin/ch16-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_03.rs
[INFO] [stderr] 1 + src/bin/ch16-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_04.rs
[INFO] [stderr] 1 + src/bin/ch16-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_05.rs
[INFO] [stderr] 1 + src/bin/ch16-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_06.rs
[INFO] [stderr] 1 + src/bin/ch16-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `os` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch19_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch19-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_01.rs
[INFO] [stderr] 1 + src/bin/ch19-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_02.rs
[INFO] [stderr] 1 + src/bin/ch19-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_03.rs
[INFO] [stderr] 1 + src/bin/ch19-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_01.rs
[INFO] [stderr] 1 + src/bin/ch19-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_02.rs
[INFO] [stderr] 1 + src/bin/ch19-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_03.rs
[INFO] [stderr] 1 + src/bin/ch19-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_04.rs
[INFO] [stderr] 1 + src/bin/ch19-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_05.rs
[INFO] [stderr] 1 + src/bin/ch19-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_01.rs
[INFO] [stderr] 1 + src/bin/ch19-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_02.rs
[INFO] [stderr] 1 + src/bin/ch19-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_03.rs
[INFO] [stderr] 1 + src/bin/ch19-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_01.rs
[INFO] [stderr] 1 + src/bin/ch19-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_02.rs
[INFO] [stderr] 1 + src/bin/ch19-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_01.rs
[INFO] [stderr] 1 + src/bin/ch19-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_02.rs
[INFO] [stderr] 1 + src/bin/ch19-05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_03.rs
[INFO] [stderr] 1 + src/bin/ch19-05-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_04.rs
[INFO] [stderr] 1 + src/bin/ch19-05-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_05.rs
[INFO] [stderr] 1 + src/bin/ch19-05-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_01.rs
[INFO] [stderr] 1 + src/bin/ch19-06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_02.rs
[INFO] [stderr] 1 + src/bin/ch19-06-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_03.rs
[INFO] [stderr] 1 + src/bin/ch19-06-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `web` (manifest) generated 21 warnings
[INFO] [stderr] warning: binary `ch07_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch07-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_01.rs
[INFO] [stderr] 1 + src/bin/ch07-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_02.rs
[INFO] [stderr] 1 + src/bin/ch07-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_03.rs
[INFO] [stderr] 1 + src/bin/ch07-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_01.rs
[INFO] [stderr] 1 + src/bin/ch07-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_02.rs
[INFO] [stderr] 1 + src/bin/ch07-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_03.rs
[INFO] [stderr] 1 + src/bin/ch07-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `database` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch09_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch09-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_01.rs
[INFO] [stderr] 1 + src/bin/ch09-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_02.rs
[INFO] [stderr] 1 + src/bin/ch09-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_03.rs
[INFO] [stderr] 1 + src/bin/ch09-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_04.rs
[INFO] [stderr] 1 + src/bin/ch09-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_05.rs
[INFO] [stderr] 1 + src/bin/ch09-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_01.rs
[INFO] [stderr] 1 + src/bin/ch09-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_02.rs
[INFO] [stderr] 1 + src/bin/ch09-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_03.rs
[INFO] [stderr] 1 + src/bin/ch09-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_04.rs
[INFO] [stderr] 1 + src/bin/ch09-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_01.rs
[INFO] [stderr] 1 + src/bin/ch09-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_02.rs
[INFO] [stderr] 1 + src/bin/ch09-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_03.rs
[INFO] [stderr] 1 + src/bin/ch09-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_04.rs
[INFO] [stderr] 1 + src/bin/ch09-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_05.rs
[INFO] [stderr] 1 + src/bin/ch09-03-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `development_tools` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../development_tools
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, convert `package.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "development_tools"
[INFO] [stderr]  2 + name = "development-tools"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, specify `bin.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:12:18
[INFO] [stderr]    |
[INFO] [stderr] 12 ~ syslog = "6.1.1"
[INFO] [stderr] 13 + [[bin]]
[INFO] [stderr] 14 + name = "development-tools"
[INFO] [stderr] 15 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `development_tools` (manifest) generated 15 warnings
[INFO] [stderr] warning: binary `ch03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch03_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch03_01.rs
[INFO] [stderr] 1 + src/bin/ch03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `compression` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ch02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_01.rs
[INFO] [stderr] 1 + src/bin/ch02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_02.rs
[INFO] [stderr] 1 + src/bin/ch02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_03.rs
[INFO] [stderr] 1 + src/bin/ch02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cli` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch06_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch06_01.rs
[INFO] [stderr] 1 + src/bin/ch06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `data_structures` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../data_structures
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, convert `package.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "data_structures"
[INFO] [stderr]  2 + name = "data-structures"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, specify `bin.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:9:20
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ bitflags = "2.5.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "data-structures"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `data_structures` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01.rs
[INFO] [stderr] 1 + src/bin/ch04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_02.rs
[INFO] [stderr] 1 + src/bin/ch04-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_03.rs
[INFO] [stderr] 1 + src/bin/ch04-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_04.rs
[INFO] [stderr] 1 + src/bin/ch04-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_05.rs
[INFO] [stderr] 1 + src/bin/ch04-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_06.rs
[INFO] [stderr] 1 + src/bin/ch04-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_01.rs
[INFO] [stderr] 1 + src/bin/ch04-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_02.rs
[INFO] [stderr] 1 + src/bin/ch04-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_03.rs
[INFO] [stderr] 1 + src/bin/ch04-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_04.rs
[INFO] [stderr] 1 + src/bin/ch04-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_05.rs
[INFO] [stderr] 1 + src/bin/ch04-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_06.rs
[INFO] [stderr] 1 + src/bin/ch04-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `concurrency` (manifest) generated 12 warnings
[INFO] [stderr] warning: binary `ch08_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch08-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_01.rs
[INFO] [stderr] 1 + src/bin/ch08-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_02.rs
[INFO] [stderr] 1 + src/bin/ch08-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_03.rs
[INFO] [stderr] 1 + src/bin/ch08-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_01.rs
[INFO] [stderr] 1 + src/bin/ch08-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_02.rs
[INFO] [stderr] 1 + src/bin/ch08-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_03.rs
[INFO] [stderr] 1 + src/bin/ch08-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_04.rs
[INFO] [stderr] 1 + src/bin/ch08-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `datetime` (manifest) generated 7 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking zangke/rust-cookbook against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzangke%2Frust-cookbook" "/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/zangke/rust-cookbook
[INFO] finished tweaking git repo https://github.com/zangke/rust-cookbook
[INFO] tweaked toml for git repo https://github.com/zangke/rust-cookbook written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zangke/rust-cookbook on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zangke/rust-cookbook 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `ch05_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch05-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_01.rs
[INFO] [stderr] 1 + src/bin/ch05-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_01_02.rs
[INFO] [stderr] 1 + src/bin/ch05-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch05_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch05_02.rs
[INFO] [stderr] 1 + src/bin/ch05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cryptography` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch12_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch12-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_01.rs
[INFO] [stderr] 1 + src/bin/ch12-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_02.rs
[INFO] [stderr] 1 + src/bin/ch12-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_01_03.rs
[INFO] [stderr] 1 + src/bin/ch12-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_01.rs
[INFO] [stderr] 1 + src/bin/ch12-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_02.rs
[INFO] [stderr] 1 + src/bin/ch12-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_03.rs
[INFO] [stderr] 1 + src/bin/ch12-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_04.rs
[INFO] [stderr] 1 + src/bin/ch12-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_05.rs
[INFO] [stderr] 1 + src/bin/ch12-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_06.rs
[INFO] [stderr] 1 + src/bin/ch12-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_07.rs
[INFO] [stderr] 1 + src/bin/ch12-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch12_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch12_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch12-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch12_02_08.rs
[INFO] [stderr] 1 + src/bin/ch12-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `file` (manifest) generated 11 warnings
[INFO] [stderr] warning: binary `ch10_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch10-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_01.rs
[INFO] [stderr] 1 + src/bin/ch10-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_02.rs
[INFO] [stderr] 1 + src/bin/ch10-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_03.rs
[INFO] [stderr] 1 + src/bin/ch10-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_01_04.rs
[INFO] [stderr] 1 + src/bin/ch10-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_01.rs
[INFO] [stderr] 1 + src/bin/ch10-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_02.rs
[INFO] [stderr] 1 + src/bin/ch10-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_03.rs
[INFO] [stderr] 1 + src/bin/ch10-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_04.rs
[INFO] [stderr] 1 + src/bin/ch10-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_05.rs
[INFO] [stderr] 1 + src/bin/ch10-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_06.rs
[INFO] [stderr] 1 + src/bin/ch10-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_07.rs
[INFO] [stderr] 1 + src/bin/ch10-02-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_02_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_02_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-02-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_02_08.rs
[INFO] [stderr] 1 + src/bin/ch10-02-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_01.rs
[INFO] [stderr] 1 + src/bin/ch10-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_02.rs
[INFO] [stderr] 1 + src/bin/ch10-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_03.rs
[INFO] [stderr] 1 + src/bin/ch10-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch10_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch10_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch10-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch10_03_04.rs
[INFO] [stderr] 1 + src/bin/ch10-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `encoding` (manifest) generated 16 warnings
[INFO] [stderr] warning: binary `ch18_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch18-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_01.rs
[INFO] [stderr] 1 + src/bin/ch18-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_02.rs
[INFO] [stderr] 1 + src/bin/ch18-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_03.rs
[INFO] [stderr] 1 + src/bin/ch18-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_04.rs
[INFO] [stderr] 1 + src/bin/ch18-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_01_05.rs
[INFO] [stderr] 1 + src/bin/ch18-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_01.rs
[INFO] [stderr] 1 + src/bin/ch18-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch18_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch18_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch18-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch18_02_02.rs
[INFO] [stderr] 1 + src/bin/ch18-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `text` (manifest) generated 7 warnings
[INFO] [stderr] warning: binary `ch17_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch17-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_01.rs
[INFO] [stderr] 1 + src/bin/ch17-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_02.rs
[INFO] [stderr] 1 + src/bin/ch17-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_03.rs
[INFO] [stderr] 1 + src/bin/ch17-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_04.rs
[INFO] [stderr] 1 + src/bin/ch17-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_05.rs
[INFO] [stderr] 1 + src/bin/ch17-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_06.rs
[INFO] [stderr] 1 + src/bin/ch17-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_01_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_01_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-01-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_01_07.rs
[INFO] [stderr] 1 + src/bin/ch17-01-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_01.rs
[INFO] [stderr] 1 + src/bin/ch17-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_02.rs
[INFO] [stderr] 1 + src/bin/ch17-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_02_03.rs
[INFO] [stderr] 1 + src/bin/ch17-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_01.rs
[INFO] [stderr] 1 + src/bin/ch17-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_02.rs
[INFO] [stderr] 1 + src/bin/ch17-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_03_03.rs
[INFO] [stderr] 1 + src/bin/ch17-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_01.rs
[INFO] [stderr] 1 + src/bin/ch17-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_02.rs
[INFO] [stderr] 1 + src/bin/ch17-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_03.rs
[INFO] [stderr] 1 + src/bin/ch17-04-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_04_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_04_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-04-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_04_04.rs
[INFO] [stderr] 1 + src/bin/ch17-04-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch17_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch17_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch17-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch17_05_01.rs
[INFO] [stderr] 1 + src/bin/ch17-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `science` (manifest) generated 18 warnings
[INFO] [stderr] warning: binary `ch11_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch11-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_01.rs
[INFO] [stderr] 1 + src/bin/ch11-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_02.rs
[INFO] [stderr] 1 + src/bin/ch11-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch11_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch11_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch11-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch11_03.rs
[INFO] [stderr] 1 + src/bin/ch11-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `errors` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_01.rs
[INFO] [stderr] 1 + src/bin/ch01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch01_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch01_02.rs
[INFO] [stderr] 1 + src/bin/ch01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `algorithms` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch16_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch16-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_01.rs
[INFO] [stderr] 1 + src/bin/ch16-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_02.rs
[INFO] [stderr] 1 + src/bin/ch16-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_03.rs
[INFO] [stderr] 1 + src/bin/ch16-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_04.rs
[INFO] [stderr] 1 + src/bin/ch16-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_05.rs
[INFO] [stderr] 1 + src/bin/ch16-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch16_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch16_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch16-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch16_01_06.rs
[INFO] [stderr] 1 + src/bin/ch16-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `os` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch19_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch19-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_01.rs
[INFO] [stderr] 1 + src/bin/ch19-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_02.rs
[INFO] [stderr] 1 + src/bin/ch19-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_01_03.rs
[INFO] [stderr] 1 + src/bin/ch19-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_01.rs
[INFO] [stderr] 1 + src/bin/ch19-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_02.rs
[INFO] [stderr] 1 + src/bin/ch19-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_03.rs
[INFO] [stderr] 1 + src/bin/ch19-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_04.rs
[INFO] [stderr] 1 + src/bin/ch19-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_02_05.rs
[INFO] [stderr] 1 + src/bin/ch19-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_01.rs
[INFO] [stderr] 1 + src/bin/ch19-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_02.rs
[INFO] [stderr] 1 + src/bin/ch19-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_03_03.rs
[INFO] [stderr] 1 + src/bin/ch19-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_01.rs
[INFO] [stderr] 1 + src/bin/ch19-04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_04_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_04_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-04-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_04_02.rs
[INFO] [stderr] 1 + src/bin/ch19-04-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_01.rs
[INFO] [stderr] 1 + src/bin/ch19-05-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_02.rs
[INFO] [stderr] 1 + src/bin/ch19-05-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_03.rs
[INFO] [stderr] 1 + src/bin/ch19-05-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_04.rs
[INFO] [stderr] 1 + src/bin/ch19-05-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_05_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_05_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-05-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_05_05.rs
[INFO] [stderr] 1 + src/bin/ch19-05-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_01.rs
[INFO] [stderr] 1 + src/bin/ch19-06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_02.rs
[INFO] [stderr] 1 + src/bin/ch19-06-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch19_06_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch19_06_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch19-06-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch19_06_03.rs
[INFO] [stderr] 1 + src/bin/ch19-06-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `web` (manifest) generated 21 warnings
[INFO] [stderr] warning: binary `ch07_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch07-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_01.rs
[INFO] [stderr] 1 + src/bin/ch07-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_02.rs
[INFO] [stderr] 1 + src/bin/ch07-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_01_03.rs
[INFO] [stderr] 1 + src/bin/ch07-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_01.rs
[INFO] [stderr] 1 + src/bin/ch07-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_02.rs
[INFO] [stderr] 1 + src/bin/ch07-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch07_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch07_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch07-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch07_02_03.rs
[INFO] [stderr] 1 + src/bin/ch07-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `database` (manifest) generated 6 warnings
[INFO] [stderr] warning: binary `ch09_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch09-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_01.rs
[INFO] [stderr] 1 + src/bin/ch09-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_02.rs
[INFO] [stderr] 1 + src/bin/ch09-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_03.rs
[INFO] [stderr] 1 + src/bin/ch09-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_04.rs
[INFO] [stderr] 1 + src/bin/ch09-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_01_05.rs
[INFO] [stderr] 1 + src/bin/ch09-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_01.rs
[INFO] [stderr] 1 + src/bin/ch09-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_02.rs
[INFO] [stderr] 1 + src/bin/ch09-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_03.rs
[INFO] [stderr] 1 + src/bin/ch09-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_02_04.rs
[INFO] [stderr] 1 + src/bin/ch09-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_01.rs
[INFO] [stderr] 1 + src/bin/ch09-03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_02.rs
[INFO] [stderr] 1 + src/bin/ch09-03-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_03.rs
[INFO] [stderr] 1 + src/bin/ch09-03-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_04.rs
[INFO] [stderr] 1 + src/bin/ch09-03-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch09_03_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch09_03_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch09-03-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch09_03_05.rs
[INFO] [stderr] 1 + src/bin/ch09-03-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `development_tools` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../development_tools
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, convert `package.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "development_tools"
[INFO] [stderr]  2 + name = "development-tools"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `development-tools`, specify `bin.name`
[INFO] [stderr]   --> development_tools/Cargo.toml:12:18
[INFO] [stderr]    |
[INFO] [stderr] 12 ~ syslog = "6.1.1"
[INFO] [stderr] 13 + [[bin]]
[INFO] [stderr] 14 + name = "development-tools"
[INFO] [stderr] 15 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `development_tools` (manifest) generated 15 warnings
[INFO] [stderr] warning: binary `ch03_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch03_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch03-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch03_01.rs
[INFO] [stderr] 1 + src/bin/ch03-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `compression` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ch02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_01.rs
[INFO] [stderr] 1 + src/bin/ch02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_02
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_02.rs
[INFO] [stderr] 1 + src/bin/ch02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch02_03
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch02_03.rs
[INFO] [stderr] 1 + src/bin/ch02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `cli` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `ch06_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch06_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch06-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch06_01.rs
[INFO] [stderr] 1 + src/bin/ch06-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `data_structures` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../data_structures
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, convert `package.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "data_structures"
[INFO] [stderr]  2 + name = "data-structures"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `data-structures`, specify `bin.name`
[INFO] [stderr]   --> data_structures/Cargo.toml:9:20
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ bitflags = "2.5.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "data-structures"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `data_structures` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ch04_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch04-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01.rs
[INFO] [stderr] 1 + src/bin/ch04-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_02.rs
[INFO] [stderr] 1 + src/bin/ch04-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_03.rs
[INFO] [stderr] 1 + src/bin/ch04-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_04.rs
[INFO] [stderr] 1 + src/bin/ch04-01-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_05.rs
[INFO] [stderr] 1 + src/bin/ch04-01-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_01_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_01_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-01-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_01_06.rs
[INFO] [stderr] 1 + src/bin/ch04-01-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_01.rs
[INFO] [stderr] 1 + src/bin/ch04-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_02.rs
[INFO] [stderr] 1 + src/bin/ch04-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_03.rs
[INFO] [stderr] 1 + src/bin/ch04-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_04.rs
[INFO] [stderr] 1 + src/bin/ch04-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_05.rs
[INFO] [stderr] 1 + src/bin/ch04-02-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch04_02_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch04_02_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch04-02-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch04_02_06.rs
[INFO] [stderr] 1 + src/bin/ch04-02-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `concurrency` (manifest) generated 12 warnings
[INFO] [stderr] warning: binary `ch08_01_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ch08-01-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_01.rs
[INFO] [stderr] 1 + src/bin/ch08-01-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_02.rs
[INFO] [stderr] 1 + src/bin/ch08-01-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_01_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_01_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-01-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_01_03.rs
[INFO] [stderr] 1 + src/bin/ch08-01-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_01.rs
[INFO] [stderr] 1 + src/bin/ch08-02-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_02.rs
[INFO] [stderr] 1 + src/bin/ch08-02-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_03.rs
[INFO] [stderr] 1 + src/bin/ch08-02-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ch08_02_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-5-tc2/source/target/.../ch08_02_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ch08-02-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ch08_02_04.rs
[INFO] [stderr] 1 + src/bin/ch08-02-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `datetime` (manifest) generated 7 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds


overridden task result to prepare-fail:timeout

Caused by:
    0: uncategorized prepare error
    1: no output for 300 seconds