Oct 14 18:17:41.504 INFO testing ifraixedes/swagger-split-merge-cli against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:17:41.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 18:17:41.979 INFO blam! 95aaf79ebd7cb2e64fc4a3406ccdf133e1481f0588a450df41e9a859c02792fe Oct 14 18:17:41.981 INFO running `"docker" "start" "-a" "95aaf79ebd7cb2e64fc4a3406ccdf133e1481f0588a450df41e9a859c02792fe"` Oct 14 18:17:43.711 INFO kablam! usermod: no changes Oct 14 18:17:43.807 INFO kablam! Compiling swagger-split-merge-cli v0.1.0 (/source) Oct 14 18:17:44.403 INFO kablam! warning: unnecessary parentheses around method argument Oct 14 18:17:44.404 INFO kablam! --> src/main.rs:46:13 Oct 14 18:17:44.405 INFO kablam! | Oct 14 18:17:44.406 INFO kablam! 46 | / (SubCommand::with_name("merge") Oct 14 18:17:44.406 INFO kablam! 47 | | .about("merge the files from a directory into one swagger file") Oct 14 18:17:44.407 INFO kablam! 48 | | .arg( Oct 14 18:17:44.408 INFO kablam! 49 | | Arg::with_name("dir") Oct 14 18:17:44.408 INFO kablam! ... | Oct 14 18:17:44.409 INFO kablam! 62 | | .help("the path to save the single swagger file"), Oct 14 18:17:44.410 INFO kablam! 63 | | )), Oct 14 18:17:44.410 INFO kablam! | |______________^ help: remove these parentheses Oct 14 18:17:44.411 INFO kablam! | Oct 14 18:17:44.412 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:17:44.412 INFO kablam! Oct 14 18:17:44.483 INFO kablam! warning: unreachable statement Oct 14 18:17:44.484 INFO kablam! --> src/main.rs:155:5 Oct 14 18:17:44.485 INFO kablam! | Oct 14 18:17:44.486 INFO kablam! 155 | process::exit(1); Oct 14 18:17:44.486 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:17:44.487 INFO kablam! | Oct 14 18:17:44.488 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 18:17:44.488 INFO kablam! Oct 14 18:17:44.523 INFO kablam! warning: unused variable: `swaggerSpec` Oct 14 18:17:44.523 INFO kablam! --> src/main.rs:164:10 Oct 14 18:17:44.523 INFO kablam! | Oct 14 18:17:44.523 INFO kablam! 164 | fn split(swaggerSpec: &str, dirPath: &Path) { Oct 14 18:17:44.523 INFO kablam! | ^^^^^^^^^^^ help: consider using `_swaggerSpec` instead Oct 14 18:17:44.523 INFO kablam! | Oct 14 18:17:44.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:17:44.523 INFO kablam! Oct 14 18:17:44.546 INFO kablam! warning: constant item is never used: `INFO_FILE` Oct 14 18:17:44.546 INFO kablam! --> src/main.rs:16:1 Oct 14 18:17:44.546 INFO kablam! | Oct 14 18:17:44.546 INFO kablam! 16 | const INFO_FILE: &'static str = "info.yml"; Oct 14 18:17:44.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:17:44.546 INFO kablam! | Oct 14 18:17:44.546 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:17:44.546 INFO kablam! Oct 14 18:17:44.546 INFO kablam! warning: constant item is never used: `SECURITY_FILE` Oct 14 18:17:44.546 INFO kablam! --> src/main.rs:17:1 Oct 14 18:17:44.546 INFO kablam! | Oct 14 18:17:44.546 INFO kablam! 17 | const SECURITY_FILE: &'static str = "security.yml"; Oct 14 18:17:44.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:17:44.546 INFO kablam! Oct 14 18:17:44.546 INFO kablam! warning: constant item is never used: `TAGS_FILE` Oct 14 18:17:44.546 INFO kablam! --> src/main.rs:18:1 Oct 14 18:17:44.546 INFO kablam! | Oct 14 18:17:44.546 INFO kablam! 18 | const TAGS_FILE: &'static str = "tags.yml"; Oct 14 18:17:44.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:17:44.550 INFO kablam! Oct 14 18:17:44.550 INFO kablam! warning: variant is never constructed: `WriteFile` Oct 14 18:17:44.550 INFO kablam! --> src/main.rs:123:5 Oct 14 18:17:44.550 INFO kablam! | Oct 14 18:17:44.550 INFO kablam! 123 | WriteFile, Oct 14 18:17:44.550 INFO kablam! | ^^^^^^^^^ Oct 14 18:17:44.550 INFO kablam! Oct 14 18:17:44.550 INFO kablam! warning: function is never used: `yaml_example` Oct 14 18:17:44.552 INFO kablam! --> src/main.rs:185:1 Oct 14 18:17:44.552 INFO kablam! | Oct 14 18:17:44.552 INFO kablam! 185 | fn yaml_example() { Oct 14 18:17:44.552 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:17:44.552 INFO kablam! Oct 14 18:17:44.552 INFO kablam! warning: variable `swaggerSpec` should have a snake case name such as `swagger_spec` Oct 14 18:17:44.553 INFO kablam! --> src/main.rs:101:17 Oct 14 18:17:44.553 INFO kablam! | Oct 14 18:17:44.553 INFO kablam! 101 | let swaggerSpec = match read_swagger_file(filepath) { Oct 14 18:17:44.553 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:17:44.553 INFO kablam! | Oct 14 18:17:44.555 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:17:44.555 INFO kablam! Oct 14 18:17:44.555 INFO kablam! warning: variable `swaggerSpec` should have a snake case name such as `swagger_spec` Oct 14 18:17:44.555 INFO kablam! --> src/main.rs:164:10 Oct 14 18:17:44.555 INFO kablam! | Oct 14 18:17:44.555 INFO kablam! 164 | fn split(swaggerSpec: &str, dirPath: &Path) { Oct 14 18:17:44.555 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:17:44.555 INFO kablam! Oct 14 18:17:44.555 INFO kablam! warning: variable `dirPath` should have a snake case name such as `dir_path` Oct 14 18:17:44.555 INFO kablam! --> src/main.rs:164:29 Oct 14 18:17:44.555 INFO kablam! | Oct 14 18:17:44.555 INFO kablam! 164 | fn split(swaggerSpec: &str, dirPath: &Path) { Oct 14 18:17:44.555 INFO kablam! | ^^^^^^^ Oct 14 18:17:44.555 INFO kablam! Oct 14 18:17:46.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 14 18:17:46.290 INFO kablam! su: No module specific data is present Oct 14 18:17:47.389 INFO running `"docker" "rm" "-f" "95aaf79ebd7cb2e64fc4a3406ccdf133e1481f0588a450df41e9a859c02792fe"` Oct 14 18:17:47.671 INFO blam! 95aaf79ebd7cb2e64fc4a3406ccdf133e1481f0588a450df41e9a859c02792fe Oct 14 18:17:47.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 18:17:48.119 INFO blam! 4498b8e5af00462717b6478b4483f7d79d04fa5ea9b83114e3f38baf85879dc3 Oct 14 18:17:48.121 INFO running `"docker" "start" "-a" "4498b8e5af00462717b6478b4483f7d79d04fa5ea9b83114e3f38baf85879dc3"` Oct 14 18:17:49.877 INFO kablam! usermod: no changes Oct 14 18:17:50.003 INFO kablam! Compiling swagger-split-merge-cli v0.1.0 (/source) Oct 14 18:17:50.485 INFO kablam! warning: unnecessary parentheses around method argument Oct 14 18:17:50.485 INFO kablam! --> src/main.rs:46:13 Oct 14 18:17:50.485 INFO kablam! | Oct 14 18:17:50.485 INFO kablam! 46 | / (SubCommand::with_name("merge") Oct 14 18:17:50.485 INFO kablam! 47 | | .about("merge the files from a directory into one swagger file") Oct 14 18:17:50.485 INFO kablam! 48 | | .arg( Oct 14 18:17:50.485 INFO kablam! 49 | | Arg::with_name("dir") Oct 14 18:17:50.485 INFO kablam! ... | Oct 14 18:17:50.485 INFO kablam! 62 | | .help("the path to save the single swagger file"), Oct 14 18:17:50.485 INFO kablam! 63 | | )), Oct 14 18:17:50.485 INFO kablam! | |______________^ help: remove these parentheses Oct 14 18:17:50.485 INFO kablam! | Oct 14 18:17:50.499 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:17:50.499 INFO kablam! Oct 14 18:17:50.543 INFO kablam! warning: unreachable statement Oct 14 18:17:50.543 INFO kablam! --> src/main.rs:155:5 Oct 14 18:17:50.543 INFO kablam! | Oct 14 18:17:50.543 INFO kablam! 155 | process::exit(1); Oct 14 18:17:50.543 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:17:50.543 INFO kablam! | Oct 14 18:17:50.543 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 18:17:50.543 INFO kablam! Oct 14 18:17:50.563 INFO kablam! warning: unused variable: `swaggerSpec` Oct 14 18:17:50.563 INFO kablam! --> src/main.rs:164:10 Oct 14 18:17:50.563 INFO kablam! | Oct 14 18:17:50.563 INFO kablam! 164 | fn split(swaggerSpec: &str, dirPath: &Path) { Oct 14 18:17:50.563 INFO kablam! | ^^^^^^^^^^^ help: consider using `_swaggerSpec` instead Oct 14 18:17:50.563 INFO kablam! | Oct 14 18:17:50.563 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:17:50.563 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: constant item is never used: `INFO_FILE` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:16:1 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 16 | const INFO_FILE: &'static str = "info.yml"; Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: constant item is never used: `SECURITY_FILE` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:17:1 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 17 | const SECURITY_FILE: &'static str = "security.yml"; Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: constant item is never used: `TAGS_FILE` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:18:1 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 18 | const TAGS_FILE: &'static str = "tags.yml"; Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: variant is never constructed: `WriteFile` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:123:5 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 123 | WriteFile, Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^^^ Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: function is never used: `yaml_example` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:185:1 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 185 | fn yaml_example() { Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: variable `swaggerSpec` should have a snake case name such as `swagger_spec` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:101:17 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 101 | let swaggerSpec = match read_swagger_file(filepath) { Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: variable `swaggerSpec` should have a snake case name such as `swagger_spec` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:164:10 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 164 | fn split(swaggerSpec: &str, dirPath: &Path) { Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:50.587 INFO kablam! warning: variable `dirPath` should have a snake case name such as `dir_path` Oct 14 18:17:50.587 INFO kablam! --> src/main.rs:164:29 Oct 14 18:17:50.587 INFO kablam! | Oct 14 18:17:50.587 INFO kablam! 164 | fn split(swaggerSpec: &str, dirPath: &Path) { Oct 14 18:17:50.587 INFO kablam! | ^^^^^^^ Oct 14 18:17:50.587 INFO kablam! Oct 14 18:17:51.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 14 18:17:51.173 INFO kablam! su: No module specific data is present Oct 14 18:17:52.342 INFO running `"docker" "rm" "-f" "4498b8e5af00462717b6478b4483f7d79d04fa5ea9b83114e3f38baf85879dc3"` Oct 14 18:17:52.639 INFO blam! 4498b8e5af00462717b6478b4483f7d79d04fa5ea9b83114e3f38baf85879dc3 Oct 14 18:17:52.643 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 18:17:53.118 INFO blam! 86d541e7b4b0c40dd408d2788887c91644c8795f3cd39c2ca62105cc2806e964 Oct 14 18:17:53.120 INFO running `"docker" "start" "-a" "86d541e7b4b0c40dd408d2788887c91644c8795f3cd39c2ca62105cc2806e964"` Oct 14 18:17:55.479 INFO kablam! usermod: no changes Oct 14 18:17:55.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 18:17:55.644 INFO kablam! Running /target/debug/deps/swagger_split_merge_cli-c637ef283a3a4026 Oct 14 18:17:55.659 INFO blam! Oct 14 18:17:55.659 INFO blam! running 0 tests Oct 14 18:17:55.659 INFO blam! Oct 14 18:17:55.659 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:17:55.659 INFO blam! Oct 14 18:17:55.665 INFO kablam! su: No module specific data is present Oct 14 18:17:56.736 INFO running `"docker" "rm" "-f" "86d541e7b4b0c40dd408d2788887c91644c8795f3cd39c2ca62105cc2806e964"` Oct 14 18:17:57.009 INFO blam! 86d541e7b4b0c40dd408d2788887c91644c8795f3cd39c2ca62105cc2806e964