Oct 16 13:02:10.254 INFO testing docbase_io-0.2.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:02:10.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:02:10.767 INFO blam! fe0feb6f7fa89dc58777989d6d8b45f4c69db6a212c63e5edaac42419b475b61 Oct 16 13:02:10.775 INFO running `"docker" "start" "-a" "fe0feb6f7fa89dc58777989d6d8b45f4c69db6a212c63e5edaac42419b475b61"` Oct 16 13:02:11.995 INFO kablam! usermod: no changes Oct 16 13:02:12.063 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:02:12.063 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:02:12.063 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:02:12.063 INFO kablam! files will be included as a binary target: Oct 16 13:02:12.063 INFO kablam! Oct 16 13:02:12.063 INFO kablam! * /source/src/main.rs Oct 16 13:02:12.063 INFO kablam! Oct 16 13:02:12.063 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:02:12.063 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:02:12.063 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:02:12.063 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:02:12.063 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:02:12.063 INFO kablam! Oct 16 13:02:12.063 INFO kablam! For more information on this warning you can consult Oct 16 13:02:12.063 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:02:12.063 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `docbase_cli`, Oct 16 13:02:12.063 INFO kablam! please set bin.path in Cargo.toml Oct 16 13:02:12.380 INFO kablam! Compiling hyper-tls v0.1.4 Oct 16 13:02:18.779 INFO kablam! Compiling reqwest v0.8.8 Oct 16 13:02:30.665 INFO kablam! Compiling docbase_io v0.2.1 (/source) Oct 16 13:02:35.819 INFO kablam! warning: unused import: `models::post_search_result::PostSearchResult` Oct 16 13:02:35.819 INFO kablam! --> src/models/team.rs:7:5 Oct 16 13:02:35.819 INFO kablam! | Oct 16 13:02:35.819 INFO kablam! 7 | use models::post_search_result::PostSearchResult; Oct 16 13:02:35.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:02:35.819 INFO kablam! | Oct 16 13:02:35.819 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:02:35.819 INFO kablam! Oct 16 13:02:35.819 INFO kablam! warning: unused import: `std::fmt` Oct 16 13:02:35.819 INFO kablam! --> src/models/group.rs:7:5 Oct 16 13:02:35.819 INFO kablam! | Oct 16 13:02:35.819 INFO kablam! 7 | use std::fmt; Oct 16 13:02:35.819 INFO kablam! | ^^^^^^^^ Oct 16 13:02:35.819 INFO kablam! Oct 16 13:02:43.599 INFO kablam! warning: unused import: `std::fs::File` Oct 16 13:02:43.599 INFO kablam! --> src/main.rs:20:5 Oct 16 13:02:43.599 INFO kablam! | Oct 16 13:02:43.599 INFO kablam! 20 | use std::fs::File; Oct 16 13:02:43.599 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:02:43.599 INFO kablam! | Oct 16 13:02:43.599 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:02:43.599 INFO kablam! Oct 16 13:02:43.599 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 16 13:02:43.599 INFO kablam! --> src/main.rs:21:5 Oct 16 13:02:43.599 INFO kablam! | Oct 16 13:02:43.599 INFO kablam! 21 | use std::fs::OpenOptions; Oct 16 13:02:43.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:02:43.599 INFO kablam! Oct 16 13:02:43.801 INFO kablam! warning: unused variable: `program` Oct 16 13:02:43.801 INFO kablam! --> src/main.rs:469:9 Oct 16 13:02:43.801 INFO kablam! | Oct 16 13:02:43.801 INFO kablam! 469 | let program = args[0].clone(); Oct 16 13:02:43.801 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 16 13:02:43.801 INFO kablam! | Oct 16 13:02:43.801 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:02:43.801 INFO kablam! Oct 16 13:02:43.855 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:43.855 INFO kablam! --> src/main.rs:96:9 Oct 16 13:02:43.855 INFO kablam! | Oct 16 13:02:43.855 INFO kablam! 96 | let searchResult: PostSearchResult = Oct 16 13:02:43.855 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:43.855 INFO kablam! | Oct 16 13:02:43.855 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:113:9 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 113 | let searchResult: PostSearchResult = client Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:153:5 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 153 | searchResult: &PostSearchResult, Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:176:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 176 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:186:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 186 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:217:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 217 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:248:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 248 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:299:5 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 299 | searchResult: &PostSearchResult, Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:329:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 329 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:338:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 338 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:367:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 367 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:396:21 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 396 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:43.856 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:43.856 INFO kablam! --> src/main.rs:444:9 Oct 16 13:02:43.856 INFO kablam! | Oct 16 13:02:43.856 INFO kablam! 444 | let searchResult: PostSearchResult = client.team(team.to_owned()).search(&q); Oct 16 13:02:43.856 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:43.856 INFO kablam! Oct 16 13:02:48.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.18s Oct 16 13:02:48.215 INFO kablam! su: No module specific data is present Oct 16 13:02:49.083 INFO running `"docker" "rm" "-f" "fe0feb6f7fa89dc58777989d6d8b45f4c69db6a212c63e5edaac42419b475b61"` Oct 16 13:02:49.280 INFO blam! fe0feb6f7fa89dc58777989d6d8b45f4c69db6a212c63e5edaac42419b475b61 Oct 16 13:02:49.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:02:49.659 INFO blam! ee34ddf808775800744ed20e260d39365637babbad84d955e05fa7295f0f64a3 Oct 16 13:02:49.661 INFO running `"docker" "start" "-a" "ee34ddf808775800744ed20e260d39365637babbad84d955e05fa7295f0f64a3"` Oct 16 13:02:50.812 INFO kablam! usermod: no changes Oct 16 13:02:50.851 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:02:50.851 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:02:50.851 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:02:50.851 INFO kablam! files will be included as a binary target: Oct 16 13:02:50.851 INFO kablam! Oct 16 13:02:50.851 INFO kablam! * /source/src/main.rs Oct 16 13:02:50.851 INFO kablam! Oct 16 13:02:50.851 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:02:50.851 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:02:50.851 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:02:50.851 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:02:50.851 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:02:50.851 INFO kablam! Oct 16 13:02:50.851 INFO kablam! For more information on this warning you can consult Oct 16 13:02:50.851 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:02:50.851 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `docbase_cli`, Oct 16 13:02:50.851 INFO kablam! please set bin.path in Cargo.toml Oct 16 13:02:51.003 INFO kablam! Compiling docbase_io v0.2.1 (/source) Oct 16 13:02:58.842 INFO kablam! warning: unused import: `models::post_search_result::PostSearchResult` Oct 16 13:02:58.843 INFO kablam! --> src/models/team.rs:7:5 Oct 16 13:02:58.844 INFO kablam! | Oct 16 13:02:58.844 INFO kablam! 7 | use models::post_search_result::PostSearchResult; Oct 16 13:02:58.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:02:58.846 INFO kablam! | Oct 16 13:02:58.846 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:02:58.847 INFO kablam! Oct 16 13:02:58.848 INFO kablam! warning: unused import: `std::fmt` Oct 16 13:02:58.848 INFO kablam! --> src/models/group.rs:7:5 Oct 16 13:02:58.849 INFO kablam! | Oct 16 13:02:58.849 INFO kablam! 7 | use std::fmt; Oct 16 13:02:58.850 INFO kablam! | ^^^^^^^^ Oct 16 13:02:58.850 INFO kablam! Oct 16 13:02:59.102 INFO kablam! warning: unused import: `std::fs::File` Oct 16 13:02:59.102 INFO kablam! --> src/main.rs:20:5 Oct 16 13:02:59.102 INFO kablam! | Oct 16 13:02:59.102 INFO kablam! 20 | use std::fs::File; Oct 16 13:02:59.102 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:02:59.102 INFO kablam! | Oct 16 13:02:59.102 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:02:59.103 INFO kablam! Oct 16 13:02:59.103 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 16 13:02:59.103 INFO kablam! --> src/main.rs:21:5 Oct 16 13:02:59.103 INFO kablam! | Oct 16 13:02:59.103 INFO kablam! 21 | use std::fs::OpenOptions; Oct 16 13:02:59.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:02:59.103 INFO kablam! Oct 16 13:02:59.286 INFO kablam! warning: unused variable: `program` Oct 16 13:02:59.286 INFO kablam! --> src/main.rs:469:9 Oct 16 13:02:59.286 INFO kablam! | Oct 16 13:02:59.286 INFO kablam! 469 | let program = args[0].clone(); Oct 16 13:02:59.286 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 16 13:02:59.286 INFO kablam! | Oct 16 13:02:59.286 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:02:59.286 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:96:9 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 96 | let searchResult: PostSearchResult = Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:113:9 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 113 | let searchResult: PostSearchResult = client Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:153:5 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 153 | searchResult: &PostSearchResult, Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:176:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 176 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:186:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 186 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:217:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 217 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:248:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 248 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:299:5 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 299 | searchResult: &PostSearchResult, Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:329:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 329 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:338:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 338 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `prevPageResult` should have a snake case name such as `prev_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:367:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 367 | let prevPageResult = client.load_prev_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.347 INFO kablam! warning: variable `nextPageResult` should have a snake case name such as `next_page_result` Oct 16 13:02:59.347 INFO kablam! --> src/main.rs:396:21 Oct 16 13:02:59.347 INFO kablam! | Oct 16 13:02:59.347 INFO kablam! 396 | let nextPageResult = client.load_next_post_search_result(searchResult); Oct 16 13:02:59.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:02:59.347 INFO kablam! Oct 16 13:02:59.348 INFO kablam! warning: variable `searchResult` should have a snake case name such as `search_result` Oct 16 13:02:59.348 INFO kablam! --> src/main.rs:444:9 Oct 16 13:02:59.348 INFO kablam! | Oct 16 13:02:59.348 INFO kablam! 444 | let searchResult: PostSearchResult = client.team(team.to_owned()).search(&q); Oct 16 13:02:59.348 INFO kablam! | ^^^^^^^^^^^^ Oct 16 13:02:59.348 INFO kablam! Oct 16 13:03:00.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.25s Oct 16 13:03:00.097 INFO kablam! su: No module specific data is present Oct 16 13:03:00.528 INFO running `"docker" "rm" "-f" "ee34ddf808775800744ed20e260d39365637babbad84d955e05fa7295f0f64a3"` Oct 16 13:03:00.626 INFO blam! ee34ddf808775800744ed20e260d39365637babbad84d955e05fa7295f0f64a3 Oct 16 13:03:00.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:03:00.832 INFO blam! d22977de002a733e9e80f7ad5246b1bb30a8a00d26242850025eb8f1e480e857 Oct 16 13:03:00.835 INFO running `"docker" "start" "-a" "d22977de002a733e9e80f7ad5246b1bb30a8a00d26242850025eb8f1e480e857"` Oct 16 13:03:01.264 INFO kablam! usermod: no changes Oct 16 13:03:01.284 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:03:01.284 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:03:01.284 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:03:01.284 INFO kablam! files will be included as a binary target: Oct 16 13:03:01.284 INFO kablam! Oct 16 13:03:01.284 INFO kablam! * /source/src/main.rs Oct 16 13:03:01.284 INFO kablam! Oct 16 13:03:01.284 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:03:01.284 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:03:01.285 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:03:01.285 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:03:01.285 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:03:01.285 INFO kablam! Oct 16 13:03:01.285 INFO kablam! For more information on this warning you can consult Oct 16 13:03:01.285 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:03:01.285 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `docbase_cli`, Oct 16 13:03:01.285 INFO kablam! please set bin.path in Cargo.toml Oct 16 13:03:01.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 13:03:01.423 INFO kablam! Running /target/debug/deps/docbase_io-ee4b81f5df63b0ce Oct 16 13:03:01.425 INFO blam! Oct 16 13:03:01.425 INFO blam! running 0 tests Oct 16 13:03:01.425 INFO blam! Oct 16 13:03:01.425 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:03:01.425 INFO blam! Oct 16 13:03:01.425 INFO kablam! Running /target/debug/deps/docbase_cli-99cc0252ce9de7aa Oct 16 13:03:01.430 INFO kablam! Doc-tests docbase_io Oct 16 13:03:01.430 INFO blam! Oct 16 13:03:01.430 INFO blam! running 0 tests Oct 16 13:03:01.430 INFO blam! Oct 16 13:03:01.430 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:03:01.430 INFO blam! Oct 16 13:03:11.573 INFO blam! Oct 16 13:03:11.573 INFO blam! running 0 tests Oct 16 13:03:11.573 INFO blam! Oct 16 13:03:11.573 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:03:11.573 INFO blam! Oct 16 13:03:11.587 INFO kablam! su: No module specific data is present Oct 16 13:03:11.863 INFO running `"docker" "rm" "-f" "d22977de002a733e9e80f7ad5246b1bb30a8a00d26242850025eb8f1e480e857"` Oct 16 13:03:11.961 INFO blam! d22977de002a733e9e80f7ad5246b1bb30a8a00d26242850025eb8f1e480e857