Oct 16 08:20:10.627 INFO testing google-dialogflow2_beta1-cli-1.0.7+20171211 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 08:20:10.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 08:20:11.152 INFO blam! 9fa1870a8494551d9dcfe27a596bbef79cd295398a7e867f5306aab92118bc7a Oct 16 08:20:11.154 INFO running `"docker" "start" "-a" "9fa1870a8494551d9dcfe27a596bbef79cd295398a7e867f5306aab92118bc7a"` Oct 16 08:20:12.995 INFO kablam! usermod: no changes Oct 16 08:20:13.047 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 08:20:13.048 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 08:20:13.048 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 08:20:13.048 INFO kablam! files will be included as a binary target: Oct 16 08:20:13.048 INFO kablam! Oct 16 08:20:13.048 INFO kablam! * /source/src/main.rs Oct 16 08:20:13.048 INFO kablam! Oct 16 08:20:13.048 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 08:20:13.048 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 08:20:13.048 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 08:20:13.048 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 08:20:13.048 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 08:20:13.048 INFO kablam! Oct 16 08:20:13.048 INFO kablam! For more information on this warning you can consult Oct 16 08:20:13.048 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 08:20:13.048 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `dialogflow2-beta1`, Oct 16 08:20:13.048 INFO kablam! please set bin.path in Cargo.toml Oct 16 08:20:13.207 INFO kablam! Compiling google-dialogflow2_beta1 v1.0.8+20181009 Oct 16 08:20:33.260 INFO kablam! Compiling google-dialogflow2_beta1-cli v1.0.7+20171211 (/source) Oct 16 08:20:37.651 INFO kablam! error[E0412]: cannot find type `BatchDeleteEntityTypesRequest` in module `api` Oct 16 08:20:37.651 INFO kablam! --> src/main.rs:83:31 Oct 16 08:20:37.651 INFO kablam! | Oct 16 08:20:37.651 INFO kablam! 83 | let mut request: api::BatchDeleteEntityTypesRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.651 INFO kablam! Oct 16 08:20:37.651 INFO kablam! error[E0412]: cannot find type `BatchUpdateEntityTypesRequest` in module `api` Oct 16 08:20:37.651 INFO kablam! --> src/main.rs:170:31 Oct 16 08:20:37.651 INFO kablam! | Oct 16 08:20:37.651 INFO kablam! 170 | let mut request: api::BatchUpdateEntityTypesRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.651 INFO kablam! Oct 16 08:20:37.651 INFO kablam! error[E0412]: cannot find type `EntityType` in module `api` Oct 16 08:20:37.651 INFO kablam! --> src/main.rs:258:31 Oct 16 08:20:37.651 INFO kablam! | Oct 16 08:20:37.651 INFO kablam! 258 | let mut request: api::EntityType = json::value::from_value(object).unwrap(); Oct 16 08:20:37.651 INFO kablam! | ^^^^^^^^^^ not found in `api` Oct 16 08:20:37.651 INFO kablam! Oct 16 08:20:37.651 INFO kablam! error[E0412]: cannot find type `BatchCreateEntitiesRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:399:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 399 | let mut request: api::BatchCreateEntitiesRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `BatchDeleteEntitiesRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:485:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 485 | let mut request: api::BatchDeleteEntitiesRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `BatchUpdateEntitiesRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:571:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 571 | let mut request: api::BatchUpdateEntitiesRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `EntityType` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:777:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 777 | let mut request: api::EntityType = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `ExportAgentRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:869:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 869 | let mut request: api::ExportAgentRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `ImportAgentRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:955:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 955 | let mut request: api::ImportAgentRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `BatchDeleteIntentsRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:1039:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 1039 | let mut request: api::BatchDeleteIntentsRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `BatchUpdateIntentsRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:1127:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 1127 | let mut request: api::BatchUpdateIntentsRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `Intent` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:1224:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 1224 | let mut request: api::Intent = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `Intent` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:1504:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 1504 | let mut request: api::Intent = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `RestoreAgentRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:1600:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 1600 | let mut request: api::RestoreAgentRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `Context` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:1745:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 1745 | let mut request: api::Context = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `Context` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:1994:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 1994 | let mut request: api::Context = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `DetectIntentRequest` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:2147:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 2147 | let mut request: api::DetectIntentRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.652 INFO kablam! Oct 16 08:20:37.652 INFO kablam! error[E0412]: cannot find type `SessionEntityType` in module `api` Oct 16 08:20:37.652 INFO kablam! --> src/main.rs:2233:31 Oct 16 08:20:37.652 INFO kablam! | Oct 16 08:20:37.652 INFO kablam! 2233 | let mut request: api::SessionEntityType = json::value::from_value(object).unwrap(); Oct 16 08:20:37.653 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.653 INFO kablam! Oct 16 08:20:37.653 INFO kablam! error[E0412]: cannot find type `SessionEntityType` in module `api` Oct 16 08:20:37.653 INFO kablam! --> src/main.rs:2482:31 Oct 16 08:20:37.653 INFO kablam! | Oct 16 08:20:37.653 INFO kablam! 2482 | let mut request: api::SessionEntityType = json::value::from_value(object).unwrap(); Oct 16 08:20:37.653 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.653 INFO kablam! Oct 16 08:20:37.653 INFO kablam! error[E0412]: cannot find type `TrainAgentRequest` in module `api` Oct 16 08:20:37.653 INFO kablam! --> src/main.rs:2570:31 Oct 16 08:20:37.653 INFO kablam! | Oct 16 08:20:37.653 INFO kablam! 2570 | let mut request: api::TrainAgentRequest = json::value::from_value(object).unwrap(); Oct 16 08:20:37.653 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `api` Oct 16 08:20:37.653 INFO kablam! Oct 16 08:20:38.652 INFO kablam! error: aborting due to 20 previous errors Oct 16 08:20:38.652 INFO kablam! Oct 16 08:20:38.653 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 16 08:20:38.674 INFO kablam! error: Could not compile `google-dialogflow2_beta1-cli`. Oct 16 08:20:38.675 INFO kablam! Oct 16 08:20:38.675 INFO kablam! To learn more, run the command again with --verbose. Oct 16 08:20:38.677 INFO kablam! su: No module specific data is present Oct 16 08:20:39.608 INFO running `"docker" "rm" "-f" "9fa1870a8494551d9dcfe27a596bbef79cd295398a7e867f5306aab92118bc7a"` Oct 16 08:20:39.991 INFO blam! 9fa1870a8494551d9dcfe27a596bbef79cd295398a7e867f5306aab92118bc7a