[INFO] cloning repository https://github.com/mmstick/permutate [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mmstick/permutate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmstick%2Fpermutate"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmstick%2Fpermutate'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a212470f14b540dd55bbc676a71e8e558aeb77a6 [INFO] checking mmstick/permutate against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmstick%2Fpermutate" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mmstick/permutate on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mmstick/permutate [INFO] finished tweaking git repo https://github.com/mmstick/permutate [INFO] tweaked toml for git repo https://github.com/mmstick/permutate written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/mmstick/permutate already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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] * /workspace/builds/worker-6/source/src/bin/arguments.rs [INFO] [stderr] * /workspace/builds/worker-6/source/src/bin/mod.rs [INFO] [stderr] * /workspace/builds/worker-6/source/src/bin/man.rs [INFO] [stderr] * /workspace/builds/worker-6/source/src/bin/buffer.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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fc5b4f3aed3a7de7910d9c174a119a196831e3447de8d5a3101d52b256a42a7e [INFO] running `"docker" "start" "-a" "fc5b4f3aed3a7de7910d9c174a119a196831e3447de8d5a3101d52b256a42a7e"` [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/rustwide/workdir/src/bin/arguments.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/mod.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/man.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/buffer.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] Checking permutate v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Checking memchr v2.2.0 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking tinytemplate v1.0.1 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/arguments.rs:124:45 [INFO] [stderr] | [INFO] [stderr] 124 | ... for argument in try!(file_parse(¤t_argument)) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/arguments.rs:147:29 [INFO] [stderr] | [INFO] [stderr] 147 | for argument in try!(file_parse(¤t_argument)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/arguments.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | try!(fs::File::open(path) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/arguments.rs:124:45 [INFO] [stderr] | [INFO] [stderr] 124 | ... for argument in try!(file_parse(¤t_argument)) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/arguments.rs:147:29 [INFO] [stderr] | [INFO] [stderr] 147 | for argument in try!(file_parse(¤t_argument)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/arguments.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | try!(fs::File::open(path) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.61s [INFO] running `"docker" "inspect" "fc5b4f3aed3a7de7910d9c174a119a196831e3447de8d5a3101d52b256a42a7e"` [INFO] running `"docker" "rm" "-f" "fc5b4f3aed3a7de7910d9c174a119a196831e3447de8d5a3101d52b256a42a7e"` [INFO] [stdout] fc5b4f3aed3a7de7910d9c174a119a196831e3447de8d5a3101d52b256a42a7e