[INFO] updating cached repository helloooooo/prac-algo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/helloooooo/prac-algo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/helloooooo/prac-algo" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/helloooooo/prac-algo"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/helloooooo/prac-algo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/helloooooo/prac-algo" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/helloooooo/prac-algo"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/helloooooo/prac-algo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 66d02e5cce04590cd03a3e7ba455877242023784 [INFO] sha for GitHub repo helloooooo/prac-algo: 66d02e5cce04590cd03a3e7ba455877242023784 [INFO] validating manifest of helloooooo/prac-algo on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of helloooooo/prac-algo on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing helloooooo/prac-algo [INFO] finished frobbing helloooooo/prac-algo [INFO] frobbed toml for helloooooo/prac-algo written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/helloooooo/prac-algo/Cargo.toml [INFO] started frobbing helloooooo/prac-algo [INFO] finished frobbing helloooooo/prac-algo [INFO] frobbed toml for helloooooo/prac-algo written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/helloooooo/prac-algo/Cargo.toml [INFO] crate helloooooo/prac-algo already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking helloooooo/prac-algo against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/helloooooo/prac-algo:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 11c93fa123f50dd185c04c71be0769bbc74e4cbe79868fda526d4c686589f442 [INFO] running `"docker" "start" "-a" "11c93fa123f50dd185c04c71be0769bbc74e4cbe79868fda526d4c686589f442"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/crater/workdir/src/Ants.rs` was erroneously implicitly accepted for binary `Ants`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/recursion.rs` was erroneously implicitly accepted for binary `recursion`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/Partialsum.rs` was erroneously implicitly accepted for binary `Partialsum`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/Lake.rs` was erroneously implicitly accepted for binary `Lake`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/Maze.rs` was erroneously implicitly accepted for binary `Maze`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/coin.rs` was erroneously implicitly accepted for binary `coin`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc50a.rs` was erroneously implicitly accepted for binary `abc50a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc50b.rs` was erroneously implicitly accepted for binary `abc50b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc50c.rs` was erroneously implicitly accepted for binary `abc50c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc47a.rs` was erroneously implicitly accepted for binary `abc47a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc47c.rs` was erroneously implicitly accepted for binary `abc47c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc57c.rs` was erroneously implicitly accepted for binary `abc57c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc51a.rs` was erroneously implicitly accepted for binary `abc51a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc51b.rs` was erroneously implicitly accepted for binary `abc51b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc51c.rs` was erroneously implicitly accepted for binary `abc51c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc91a.rs` was erroneously implicitly accepted for binary `abc91a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc91b.rs` was erroneously implicitly accepted for binary `abc91b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc91c.rs` was erroneously implicitly accepted for binary `abc91c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc60c.rs` was erroneously implicitly accepted for binary `abc60c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc61c.rs` was erroneously implicitly accepted for binary `abc61c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc63c.rs` was erroneously implicitly accepted for binary `abc63c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc64c.rs` was erroneously implicitly accepted for binary `abc64c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc65c.rs` was erroneously implicitly accepted for binary `abc65c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc66c.rs` was erroneously implicitly accepted for binary `abc66c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc67c.rs` was erroneously implicitly accepted for binary `abc67c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc68c.rs` was erroneously implicitly accepted for binary `abc68c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc69a.rs` was erroneously implicitly accepted for binary `abc69a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc69b.rs` was erroneously implicitly accepted for binary `abc69b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc69c.rs` was erroneously implicitly accepted for binary `abc69c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc70a.rs` was erroneously implicitly accepted for binary `abc70a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc70b.rs` was erroneously implicitly accepted for binary `abc70b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc70c.rs` was erroneously implicitly accepted for binary `abc70c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc71a.rs` was erroneously implicitly accepted for binary `abc71a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc71b.rs` was erroneously implicitly accepted for binary `abc71b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc71c.rs` was erroneously implicitly accepted for binary `abc71c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc72a.rs` was erroneously implicitly accepted for binary `abc72a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc72b.rs` was erroneously implicitly accepted for binary `abc72b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc73a.rs` was erroneously implicitly accepted for binary `abc73a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc73b.rs` was erroneously implicitly accepted for binary `abc73b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc73c.rs` was erroneously implicitly accepted for binary `abc73c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc77a.rs` was erroneously implicitly accepted for binary `abc77a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc77b.rs` was erroneously implicitly accepted for binary `abc77b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc77c.rs` was erroneously implicitly accepted for binary `abc77c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/test.rs` was erroneously implicitly accepted for binary `test`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc76a.rs` was erroneously implicitly accepted for binary `abc76a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc76b.rs` was erroneously implicitly accepted for binary `abc76b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc76c.rs` was erroneously implicitly accepted for binary `abc76c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc75a.rs` was erroneously implicitly accepted for binary `abc75a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc75b.rs` was erroneously implicitly accepted for binary `abc75b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc75c.rs` was erroneously implicitly accepted for binary `abc75c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc74a.rs` was erroneously implicitly accepted for binary `abc74a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc74b.rs` was erroneously implicitly accepted for binary `abc74b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc74c.rs` was erroneously implicitly accepted for binary `abc74c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc79a.rs` was erroneously implicitly accepted for binary `abc79a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc79b.rs` was erroneously implicitly accepted for binary `abc79b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc79c.rs` was erroneously implicitly accepted for binary `abc79c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc80a.rs` was erroneously implicitly accepted for binary `abc80a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc80b.rs` was erroneously implicitly accepted for binary `abc80b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc80c.rs` was erroneously implicitly accepted for binary `abc80c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc81a.rs` was erroneously implicitly accepted for binary `abc81a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc81b.rs` was erroneously implicitly accepted for binary `abc81b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc81c.rs` was erroneously implicitly accepted for binary `abc81c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc82a.rs` was erroneously implicitly accepted for binary `abc82a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc82b.rs` was erroneously implicitly accepted for binary `abc82b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc82c.rs` was erroneously implicitly accepted for binary `abc82c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc83a.rs` was erroneously implicitly accepted for binary `abc83a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc83b.rs` was erroneously implicitly accepted for binary `abc83b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc83c.rs` was erroneously implicitly accepted for binary `abc83c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc84a.rs` was erroneously implicitly accepted for binary `abc84a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc84b.rs` was erroneously implicitly accepted for binary `abc84b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc84c.rs` was erroneously implicitly accepted for binary `abc84c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc85a.rs` was erroneously implicitly accepted for binary `abc85a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc85b.rs` was erroneously implicitly accepted for binary `abc85b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc85c.rs` was erroneously implicitly accepted for binary `abc85c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc86a.rs` was erroneously implicitly accepted for binary `abc86a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc86b.rs` was erroneously implicitly accepted for binary `abc86b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc86c.rs` was erroneously implicitly accepted for binary `abc86c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc87a.rs` was erroneously implicitly accepted for binary `abc87a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc87b.rs` was erroneously implicitly accepted for binary `abc87b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc87c.rs` was erroneously implicitly accepted for binary `abc87c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc88a.rs` was erroneously implicitly accepted for binary `abc88a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc88b.rs` was erroneously implicitly accepted for binary `abc88b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc88c.rs` was erroneously implicitly accepted for binary `abc88c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc89a.rs` was erroneously implicitly accepted for binary `abc89a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc89b.rs` was erroneously implicitly accepted for binary `abc89b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc89c.rs` was erroneously implicitly accepted for binary `abc89c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc90a.rs` was erroneously implicitly accepted for binary `abc90a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc90b.rs` was erroneously implicitly accepted for binary `abc90b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc90c.rs` was erroneously implicitly accepted for binary `abc90c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc068a.rs` was erroneously implicitly accepted for binary `abc068a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc068b.rs` was erroneously implicitly accepted for binary `abc068b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc067a.rs` was erroneously implicitly accepted for binary `abc067a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc067b.rs` was erroneously implicitly accepted for binary `abc067b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc66a.rs` was erroneously implicitly accepted for binary `abc66a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc66b.rs` was erroneously implicitly accepted for binary `abc66b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc065a.rs` was erroneously implicitly accepted for binary `abc065a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc065b.rs` was erroneously implicitly accepted for binary `abc065b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc103a.rs` was erroneously implicitly accepted for binary `abc103a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc103b.rs` was erroneously implicitly accepted for binary `abc103b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc103c.rs` was erroneously implicitly accepted for binary `abc103c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc064a.rs` was erroneously implicitly accepted for binary `abc064a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc064b.rs` was erroneously implicitly accepted for binary `abc064b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc064c.rs` was erroneously implicitly accepted for binary `abc064c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc063a.rs` was erroneously implicitly accepted for binary `abc063a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc063b.rs` was erroneously implicitly accepted for binary `abc063b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc062a.rs` was erroneously implicitly accepted for binary `abc062a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc062b.rs` was erroneously implicitly accepted for binary `abc062b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc062c.rs` was erroneously implicitly accepted for binary `abc062c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc062_sub.rs` was erroneously implicitly accepted for binary `abc062_sub`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc061a.rs` was erroneously implicitly accepted for binary `abc061a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc061b.rs` was erroneously implicitly accepted for binary `abc061b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc060a.rs` was erroneously implicitly accepted for binary `abc060a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc060b.rs` was erroneously implicitly accepted for binary `abc060b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc059a.rs` was erroneously implicitly accepted for binary `abc059a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc059b.rs` was erroneously implicitly accepted for binary `abc059b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc059c.rs` was erroneously implicitly accepted for binary `abc059c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc058a.rs` was erroneously implicitly accepted for binary `abc058a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc058b.rs` was erroneously implicitly accepted for binary `abc058b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc057a.rs` was erroneously implicitly accepted for binary `abc057a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc057b.rs` was erroneously implicitly accepted for binary `abc057b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc056a.rs` was erroneously implicitly accepted for binary `abc056a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc056b.rs` was erroneously implicitly accepted for binary `abc056b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc054a.rs` was erroneously implicitly accepted for binary `abc054a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc054b.rs` was erroneously implicitly accepted for binary `abc054b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc053a.rs` was erroneously implicitly accepted for binary `abc053a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc053b.rs` was erroneously implicitly accepted for binary `abc053b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc053c.rs` was erroneously implicitly accepted for binary `abc053c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc104a.rs` was erroneously implicitly accepted for binary `abc104a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc104b.rs` was erroneously implicitly accepted for binary `abc104b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc104c.rs` was erroneously implicitly accepted for binary `abc104c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc049a.rs` was erroneously implicitly accepted for binary `abc049a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc049b.rs` was erroneously implicitly accepted for binary `abc049b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc049c.rs` was erroneously implicitly accepted for binary `abc049c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc048a.rs` was erroneously implicitly accepted for binary `abc048a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc048b.rs` was erroneously implicitly accepted for binary `abc048b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc048c.rs` was erroneously implicitly accepted for binary `abc048c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc105a.rs` was erroneously implicitly accepted for binary `abc105a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc105b.rs` was erroneously implicitly accepted for binary `abc105b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc105c.rs` was erroneously implicitly accepted for binary `abc105c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc046b.rs` was erroneously implicitly accepted for binary `abc046b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc046c.rs` was erroneously implicitly accepted for binary `abc046c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc106a.rs` was erroneously implicitly accepted for binary `abc106a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc106b.rs` was erroneously implicitly accepted for binary `abc106b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc106c.rs` was erroneously implicitly accepted for binary `abc106c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc106d.rs` was erroneously implicitly accepted for binary `abc106d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc045a.rs` was erroneously implicitly accepted for binary `abc045a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc045b.rs` was erroneously implicitly accepted for binary `abc045b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc044a.rs` was erroneously implicitly accepted for binary `abc044a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc044b.rs` was erroneously implicitly accepted for binary `abc044b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc043a.rs` was erroneously implicitly accepted for binary `abc043a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc043b.rs` was erroneously implicitly accepted for binary `abc043b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc043c.rs` was erroneously implicitly accepted for binary `abc043c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc43c.rs` was erroneously implicitly accepted for binary `abc43c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc042a.rs` was erroneously implicitly accepted for binary `abc042a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc042b.rs` was erroneously implicitly accepted for binary `abc042b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc042c.rs` was erroneously implicitly accepted for binary `abc042c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc041a.rs` was erroneously implicitly accepted for binary `abc041a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc041b.rs` was erroneously implicitly accepted for binary `abc041b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc041c.rs` was erroneously implicitly accepted for binary `abc041c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc107a.rs` was erroneously implicitly accepted for binary `abc107a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc107b.rs` was erroneously implicitly accepted for binary `abc107b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc107c.rs` was erroneously implicitly accepted for binary `abc107c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc040a.rs` was erroneously implicitly accepted for binary `abc040a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc040b.rs` was erroneously implicitly accepted for binary `abc040b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc040c.rs` was erroneously implicitly accepted for binary `abc040c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc039a.rs` was erroneously implicitly accepted for binary `abc039a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc039b.rs` was erroneously implicitly accepted for binary `abc039b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc039c.rs` was erroneously implicitly accepted for binary `abc039c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc037c.rs` was erroneously implicitly accepted for binary `abc037c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc037a.rs` was erroneously implicitly accepted for binary `abc037a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc037b.rs` was erroneously implicitly accepted for binary `abc037b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc036a.rs` was erroneously implicitly accepted for binary `abc036a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc036b.rs` was erroneously implicitly accepted for binary `abc036b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc108a.rs` was erroneously implicitly accepted for binary `abc108a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc108b.rs` was erroneously implicitly accepted for binary `abc108b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc108c.rs` was erroneously implicitly accepted for binary `abc108c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc035a.rs` was erroneously implicitly accepted for binary `abc035a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc036c.rs` was erroneously implicitly accepted for binary `abc036c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc034a.rs` was erroneously implicitly accepted for binary `abc034a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc034b.rs` was erroneously implicitly accepted for binary `abc034b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc034c.rs` was erroneously implicitly accepted for binary `abc034c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc030c.rs` was erroneously implicitly accepted for binary `abc030c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/arc095c.rs` was erroneously implicitly accepted for binary `arc095c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc109a.rs` was erroneously implicitly accepted for binary `abc109a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc109b.rs` was erroneously implicitly accepted for binary `abc109b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc109c.rs` was erroneously implicitly accepted for binary `abc109c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc109d.rs` was erroneously implicitly accepted for binary `abc109d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc110a.rs` was erroneously implicitly accepted for binary `abc110a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc110b.rs` was erroneously implicitly accepted for binary `abc110b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc110c.rs` was erroneously implicitly accepted for binary `abc110c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc111a.rs` was erroneously implicitly accepted for binary `abc111a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc111b.rs` was erroneously implicitly accepted for binary `abc111b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc111c.rs` was erroneously implicitly accepted for binary `abc111c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc112a.rs` was erroneously implicitly accepted for binary `abc112a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc112b.rs` was erroneously implicitly accepted for binary `abc112b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc112c.rs` was erroneously implicitly accepted for binary `abc112c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/agc028a.rs` was erroneously implicitly accepted for binary `agc028a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/ten1a.rs` was erroneously implicitly accepted for binary `ten1a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/ten1b.rs` was erroneously implicitly accepted for binary `ten1b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/ten1c.rs` was erroneously implicitly accepted for binary `ten1c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc113a.rs` was erroneously implicitly accepted for binary `abc113a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc113b.rs` was erroneously implicitly accepted for binary `abc113b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc113c.rs` was erroneously implicitly accepted for binary `abc113c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/ddcca.rs` was erroneously implicitly accepted for binary `ddcca`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/ddccb.rs` was erroneously implicitly accepted for binary `ddccb`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc114a.rs` was erroneously implicitly accepted for binary `abc114a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc114b.rs` was erroneously implicitly accepted for binary `abc114b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc114c.rs` was erroneously implicitly accepted for binary `abc114c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc115a.rs` was erroneously implicitly accepted for binary `abc115a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc115b.rs` was erroneously implicitly accepted for binary `abc115b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc115c.rs` was erroneously implicitly accepted for binary `abc115c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc115d.rs` was erroneously implicitly accepted for binary `abc115d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/agc029a.rs` was erroneously implicitly accepted for binary `agc029a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/cadiia.rs` was erroneously implicitly accepted for binary `cadiia`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/cadiib.rs` was erroneously implicitly accepted for binary `cadiib`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/cadiic.rs` was erroneously implicitly accepted for binary `cadiic`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/aisinga.rs` was erroneously implicitly accepted for binary `aisinga`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/aisingb.rs` was erroneously implicitly accepted for binary `aisingb`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/keyensea.rs` was erroneously implicitly accepted for binary `keyensea`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/keyenseb.rs` was erroneously implicitly accepted for binary `keyenseb`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc116a.rs` was erroneously implicitly accepted for binary `abc116a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc116b.rs` was erroneously implicitly accepted for binary `abc116b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc116c.rs` was erroneously implicitly accepted for binary `abc116c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc118a.rs` was erroneously implicitly accepted for binary `abc118a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc118b.rs` was erroneously implicitly accepted for binary `abc118b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc118c.rs` was erroneously implicitly accepted for binary `abc118c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc117a.rs` was erroneously implicitly accepted for binary `abc117a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc117b.rs` was erroneously implicitly accepted for binary `abc117b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc032a.rs` was erroneously implicitly accepted for binary `abc032a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc055b.rs` was erroneously implicitly accepted for binary `abc055b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc027a.rs` was erroneously implicitly accepted for binary `abc027a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc119a.rs` was erroneously implicitly accepted for binary `abc119a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc119b.rs` was erroneously implicitly accepted for binary `abc119b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc120a.rs` was erroneously implicitly accepted for binary `abc120a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc120b.rs` was erroneously implicitly accepted for binary `abc120b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc120c.rs` was erroneously implicitly accepted for binary `abc120c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc121a.rs` was erroneously implicitly accepted for binary `abc121a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc121b.rs` was erroneously implicitly accepted for binary `abc121b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc121c.rs` was erroneously implicitly accepted for binary `abc121c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc121d.rs` was erroneously implicitly accepted for binary `abc121d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc029a.rs` was erroneously implicitly accepted for binary `abc029a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc002d.rs` was erroneously implicitly accepted for binary `abc002d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc120d.rs` was erroneously implicitly accepted for binary `abc120d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc122a.rs` was erroneously implicitly accepted for binary `abc122a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc122b.rs` was erroneously implicitly accepted for binary `abc122b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc122c.rs` was erroneously implicitly accepted for binary `abc122c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc122d.rs` was erroneously implicitly accepted for binary `abc122d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/exaa.rs` was erroneously implicitly accepted for binary `exaa`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/exab.rs` was erroneously implicitly accepted for binary `exab`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/exac.rs` was erroneously implicitly accepted for binary `exac`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc123a.rs` was erroneously implicitly accepted for binary `abc123a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc123b.rs` was erroneously implicitly accepted for binary `abc123b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc123c.rs` was erroneously implicitly accepted for binary `abc123c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc123d.rs` was erroneously implicitly accepted for binary `abc123d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc052b.rs` was erroneously implicitly accepted for binary `abc052b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc028c.rs` was erroneously implicitly accepted for binary `abc028c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc047b.rs` was erroneously implicitly accepted for binary `abc047b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc035b.rs` was erroneously implicitly accepted for binary `abc035b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc033a.rs` was erroneously implicitly accepted for binary `abc033a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc033b.rs` was erroneously implicitly accepted for binary `abc033b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc032b.rs` was erroneously implicitly accepted for binary `abc032b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc031a.rs` was erroneously implicitly accepted for binary `abc031a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc031b.rs` was erroneously implicitly accepted for binary `abc031b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc030b.rs` was erroneously implicitly accepted for binary `abc030b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc029b.rs` was erroneously implicitly accepted for binary `abc029b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc28a.rs` was erroneously implicitly accepted for binary `abc28a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc124a.rs` was erroneously implicitly accepted for binary `abc124a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc124b.rs` was erroneously implicitly accepted for binary `abc124b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc124c.rs` was erroneously implicitly accepted for binary `abc124c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc124d.rs` was erroneously implicitly accepted for binary `abc124d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc028b.rs` was erroneously implicitly accepted for binary `abc028b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc027b.rs` was erroneously implicitly accepted for binary `abc027b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc026a.rs` was erroneously implicitly accepted for binary `abc026a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc026b.rs` was erroneously implicitly accepted for binary `abc026b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc025a.rs` was erroneously implicitly accepted for binary `abc025a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc025b.rs` was erroneously implicitly accepted for binary `abc025b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc024a.rs` was erroneously implicitly accepted for binary `abc024a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc024b.rs` was erroneously implicitly accepted for binary `abc024b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc023a.rs` was erroneously implicitly accepted for binary `abc023a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc023b.rs` was erroneously implicitly accepted for binary `abc023b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc022a.rs` was erroneously implicitly accepted for binary `abc022a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc021a.rs` was erroneously implicitly accepted for binary `abc021a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/tenka1a.rs` was erroneously implicitly accepted for binary `tenka1a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/tenka1c.rs` was erroneously implicitly accepted for binary `tenka1c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc022b.rs` was erroneously implicitly accepted for binary `abc022b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc021b.rs` was erroneously implicitly accepted for binary `abc021b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc020b.rs` was erroneously implicitly accepted for binary `abc020b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc019b.rs` was erroneously implicitly accepted for binary `abc019b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc018a.rs` was erroneously implicitly accepted for binary `abc018a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc018b.rs` was erroneously implicitly accepted for binary `abc018b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc017b.rs` was erroneously implicitly accepted for binary `abc017b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc015b.rs` was erroneously implicitly accepted for binary `abc015b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc014b.rs` was erroneously implicitly accepted for binary `abc014b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc013b.rs` was erroneously implicitly accepted for binary `abc013b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc011b.rs` was erroneously implicitly accepted for binary `abc011b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc125a.rs` was erroneously implicitly accepted for binary `abc125a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc125b.rs` was erroneously implicitly accepted for binary `abc125b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc125c.rs` was erroneously implicitly accepted for binary `abc125c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc125d.rs` was erroneously implicitly accepted for binary `abc125d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc010b.rs` was erroneously implicitly accepted for binary `abc010b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc009b.rs` was erroneously implicitly accepted for binary `abc009b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc008b.rs` was erroneously implicitly accepted for binary `abc008b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `abc007b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc006b.rs` was erroneously implicitly accepted for binary `abc006b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc005b.rs` was erroneously implicitly accepted for binary `abc005b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc004b.rs` was erroneously implicitly accepted for binary `abc004b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc003b.rs` was erroneously implicitly accepted for binary `abc003b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc002b.rs` was erroneously implicitly accepted for binary `abc002b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc001b.rs` was erroneously implicitly accepted for binary `abc001b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc002c.rs` was erroneously implicitly accepted for binary `abc002c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc003c.rs` was erroneously implicitly accepted for binary `abc003c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc004c.rs` was erroneously implicitly accepted for binary `abc004c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc005c.rs` was erroneously implicitly accepted for binary `abc005c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc006c.rs` was erroneously implicitly accepted for binary `abc006c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abctest.rs` was erroneously implicitly accepted for binary `abctest`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc007c.rs` was erroneously implicitly accepted for binary `abc007c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc008c.rs` was erroneously implicitly accepted for binary `abc008c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc010c.rs` was erroneously implicitly accepted for binary `abc010c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc011c.rs` was erroneously implicitly accepted for binary `abc011c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc012c.rs` was erroneously implicitly accepted for binary `abc012c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc013c.rs` was erroneously implicitly accepted for binary `abc013c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc014c.rs` was erroneously implicitly accepted for binary `abc014c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc015c.rs` was erroneously implicitly accepted for binary `abc015c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/typicala.rs` was erroneously implicitly accepted for binary `typicala`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/typicala-rec.rs` was erroneously implicitly accepted for binary `typicala-rec`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc015c-stack.rs` was erroneously implicitly accepted for binary `abc015c-stack`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc016c.rs` was erroneously implicitly accepted for binary `abc016c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc017c.rs` was erroneously implicitly accepted for binary `abc017c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc032c.rs` was erroneously implicitly accepted for binary `abc032c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc033c.rs` was erroneously implicitly accepted for binary `abc033c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/diverta1.rs` was erroneously implicitly accepted for binary `diverta1`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/diverta2.rs` was erroneously implicitly accepted for binary `diverta2`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/diverta3.rs` was erroneously implicitly accepted for binary `diverta3`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc126a.rs` was erroneously implicitly accepted for binary `abc126a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc126b.rs` was erroneously implicitly accepted for binary `abc126b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc126c.rs` was erroneously implicitly accepted for binary `abc126c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc047c.rs` was erroneously implicitly accepted for binary `abc047c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc050c.rs` was erroneously implicitly accepted for binary `abc050c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc051c.rs` was erroneously implicitly accepted for binary `abc051c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc052c.rs` was erroneously implicitly accepted for binary `abc052c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc055c.rs` was erroneously implicitly accepted for binary `abc055c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc056c.rs` was erroneously implicitly accepted for binary `abc056c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc057c.rs` was erroneously implicitly accepted for binary `abc057c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc058c.rs` was erroneously implicitly accepted for binary `abc058c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc060c.rs` was erroneously implicitly accepted for binary `abc060c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc127a.rs` was erroneously implicitly accepted for binary `abc127a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc127b.rs` was erroneously implicitly accepted for binary `abc127b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc127c.rs` was erroneously implicitly accepted for binary `abc127c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc127d.rs` was erroneously implicitly accepted for binary `abc127d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc061c.rs` was erroneously implicitly accepted for binary `abc061c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc128a.rs` was erroneously implicitly accepted for binary `abc128a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc128b.rs` was erroneously implicitly accepted for binary `abc128b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc128c.rs` was erroneously implicitly accepted for binary `abc128c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc128d.rs` was erroneously implicitly accepted for binary `abc128d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc063c.rs` was erroneously implicitly accepted for binary `abc063c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc065c.rs` was erroneously implicitly accepted for binary `abc065c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc066c.rs` was erroneously implicitly accepted for binary `abc066c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc068c.rs` was erroneously implicitly accepted for binary `abc068c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc070c.rs` was erroneously implicitly accepted for binary `abc070c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc071c.rs` was erroneously implicitly accepted for binary `abc071c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc072c.rs` was erroneously implicitly accepted for binary `abc072c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc073c.rs` was erroneously implicitly accepted for binary `abc073c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc076c.rs` was erroneously implicitly accepted for binary `abc076c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc081c.rs` was erroneously implicitly accepted for binary `abc081c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/agc034a.rs` was erroneously implicitly accepted for binary `agc034a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc082c.rs` was erroneously implicitly accepted for binary `abc082c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc083c.rs` was erroneously implicitly accepted for binary `abc083c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc084c.rs` was erroneously implicitly accepted for binary `abc084c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc086c.rs` was erroneously implicitly accepted for binary `abc086c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc087c.rs` was erroneously implicitly accepted for binary `abc087c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `abc088c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc089c.rs` was erroneously implicitly accepted for binary `abc089c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc090c.rs` was erroneously implicitly accepted for binary `abc090c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc092c.rs` was erroneously implicitly accepted for binary `abc092c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc093c.rs` was erroneously implicitly accepted for binary `abc093c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc094c.rs` was erroneously implicitly accepted for binary `abc094c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc129a.rs` was erroneously implicitly accepted for binary `abc129a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc129b.rs` was erroneously implicitly accepted for binary `abc129b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc129c.rs` was erroneously implicitly accepted for binary `abc129c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc129d.rs` was erroneously implicitly accepted for binary `abc129d`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc095c.rs` was erroneously implicitly accepted for binary `abc095c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc096c.rs` was erroneously implicitly accepted for binary `abc096c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc097c.rs` was erroneously implicitly accepted for binary `abc097c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc098c.rs` was erroneously implicitly accepted for binary `abc098c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc099c.rs` was erroneously implicitly accepted for binary `abc099c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc100c.rs` was erroneously implicitly accepted for binary `abc100c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/diverta2a.rs` was erroneously implicitly accepted for binary `diverta2a`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/diverta2b.rs` was erroneously implicitly accepted for binary `diverta2b`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc100-1c.rs` was erroneously implicitly accepted for binary `abc100-1c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc102c.rs` was erroneously implicitly accepted for binary `abc102c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: path `/opt/crater/workdir/src/abc103-1c.rs` was erroneously implicitly accepted for binary `abc103-1c`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/crater/workdir/src/main.rs [INFO] [stderr] Checking alogo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `max`, `min` [INFO] [stderr] --> src/abc028b.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | use std::cmp::{max, min}; [INFO] [stderr] | ^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec` [INFO] [stderr] --> src/abc053a.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | fn read_vec() -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec2` [INFO] [stderr] --> src/abc053a.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | fn read_vec2(n: u32) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `max`, `min` [INFO] [stderr] --> src/abc027b.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | use std::cmp::{max, min}; [INFO] [stderr] | ^^^ ^^^ [INFO] [stderr] warning: function is never used: `read_vec2` [INFO] [stderr] --> src/abc69a.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | fn read_vec2(n: u32) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/abc123b.rs:71:8 [INFO] [stderr] | [INFO] [stderr] 71 | if (v != 1000) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/abc123b.rs:72:16 [INFO] [stderr] | [INFO] [stderr] 72 | sum -= (10 - v % 10); [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/abc82c.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | let n: i32 = read(); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `count` [INFO] [stderr] --> src/abc82c.rs:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | fn run(an: Vec, count: i32) -> i32 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_count` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec2` [INFO] [stderr] --> src/abc82c.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | fn read_vec2(n: u32) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec2` [INFO] [stderr] --> src/abc042c.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | fn read_vec2(n: u32) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `std::vec::Vec` cannot be built from an iterator over elements of type `&i64` [INFO] [stderr] --> src/abc107c.rs:44:44 [INFO] [stderr] | [INFO] [stderr] 44 | v.iter().filter(|x| *x != &p1).collect::>(), [INFO] [stderr] | ^^^^^^^ a collection of type `std::vec::Vec` cannot be built from `std::iter::Iterator` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<&i64>` is not implemented for `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `alogo`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused imports: `max`, `min` [INFO] [stderr] --> src/abc007c.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | use std::cmp::{max, min}; [INFO] [stderr] | ^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `Lake` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `lake` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sub` [INFO] [stderr] --> src/abc128b.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | let sub = spn.clone(); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sub` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/abc128b.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | let mut $var = read_value!($next, $t); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 76 | / input! { [INFO] [stderr] 77 | | n:usize, [INFO] [stderr] 78 | | mut spn:[(String,i64);n], [INFO] [stderr] 79 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec2` [INFO] [stderr] --> src/abc040a.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | fn read_vec2(n: u32) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/abc041c.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | let n: i64 = read(); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec2` [INFO] [stderr] --> src/abc041c.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | fn read_vec2(n: u32) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/abc058b.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | let mut ans: String = o [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec` [INFO] [stderr] --> src/abc058b.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | fn read_vec() -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_vec2` [INFO] [stderr] --> src/abc058b.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | fn read_vec2(n: u32) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "11c93fa123f50dd185c04c71be0769bbc74e4cbe79868fda526d4c686589f442"` [INFO] running `"docker" "rm" "-f" "11c93fa123f50dd185c04c71be0769bbc74e4cbe79868fda526d4c686589f442"` [INFO] [stdout] 11c93fa123f50dd185c04c71be0769bbc74e4cbe79868fda526d4c686589f442