Nov 18 11:23:09.080 INFO testing google-dialogflow2_beta1-cli-1.0.7+20171211 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 11:23:09.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 11:23:09.571 INFO [stdout] 6fd5bcadca10c8f6e5384feb5f8543c55eaf0876ac5c52da1d1b9f0129988347 Nov 18 11:23:09.577 INFO running `"docker" "start" "-a" "6fd5bcadca10c8f6e5384feb5f8543c55eaf0876ac5c52da1d1b9f0129988347"` Nov 18 11:23:10.604 INFO [stderr] usermod: no changes Nov 18 11:23:10.651 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:23:10.651 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:23:10.651 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:23:10.651 INFO [stderr] files will be included as a binary target: Nov 18 11:23:10.651 INFO [stderr] Nov 18 11:23:10.651 INFO [stderr] * /source/src/main.rs Nov 18 11:23:10.651 INFO [stderr] Nov 18 11:23:10.651 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:23:10.651 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:23:10.651 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:23:10.651 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:23:10.651 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:23:10.651 INFO [stderr] Nov 18 11:23:10.651 INFO [stderr] For more information on this warning you can consult Nov 18 11:23:10.651 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:23:10.651 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `dialogflow2-beta1`, Nov 18 11:23:10.651 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:23:10.890 INFO [stderr] Compiling google-dialogflow2_beta1 v1.0.8+20181009 Nov 18 11:23:30.447 INFO [stderr] Compiling google-dialogflow2_beta1-cli v1.0.7+20171211 (/source) Nov 18 11:23:36.491 INFO [stderr] error[E0412]: cannot find type `BatchDeleteEntityTypesRequest` in module `api` Nov 18 11:23:36.492 INFO [stderr] --> src/main.rs:83:31 Nov 18 11:23:36.492 INFO [stderr] | Nov 18 11:23:36.492 INFO [stderr] 83 | let mut request: api::BatchDeleteEntityTypesRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.492 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.492 INFO [stderr] Nov 18 11:23:36.493 INFO [stderr] error[E0412]: cannot find type `BatchUpdateEntityTypesRequest` in module `api` Nov 18 11:23:36.493 INFO [stderr] --> src/main.rs:170:31 Nov 18 11:23:36.493 INFO [stderr] | Nov 18 11:23:36.493 INFO [stderr] 170 | let mut request: api::BatchUpdateEntityTypesRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.493 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.493 INFO [stderr] Nov 18 11:23:36.493 INFO [stderr] error[E0412]: cannot find type `EntityType` in module `api` Nov 18 11:23:36.494 INFO [stderr] --> src/main.rs:258:31 Nov 18 11:23:36.494 INFO [stderr] | Nov 18 11:23:36.494 INFO [stderr] 258 | let mut request: api::EntityType = json::value::from_value(object).unwrap(); Nov 18 11:23:36.494 INFO [stderr] | ^^^^^^^^^^ not found in `api` Nov 18 11:23:36.494 INFO [stderr] Nov 18 11:23:36.494 INFO [stderr] error[E0412]: cannot find type `BatchCreateEntitiesRequest` in module `api` Nov 18 11:23:36.494 INFO [stderr] --> src/main.rs:399:31 Nov 18 11:23:36.494 INFO [stderr] | Nov 18 11:23:36.494 INFO [stderr] 399 | let mut request: api::BatchCreateEntitiesRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.494 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.494 INFO [stderr] Nov 18 11:23:36.496 INFO [stderr] error[E0412]: cannot find type `BatchDeleteEntitiesRequest` in module `api` Nov 18 11:23:36.496 INFO [stderr] --> src/main.rs:485:31 Nov 18 11:23:36.496 INFO [stderr] | Nov 18 11:23:36.496 INFO [stderr] 485 | let mut request: api::BatchDeleteEntitiesRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.496 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.496 INFO [stderr] Nov 18 11:23:36.496 INFO [stderr] error[E0412]: cannot find type `BatchUpdateEntitiesRequest` in module `api` Nov 18 11:23:36.496 INFO [stderr] --> src/main.rs:571:31 Nov 18 11:23:36.496 INFO [stderr] | Nov 18 11:23:36.496 INFO [stderr] 571 | let mut request: api::BatchUpdateEntitiesRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.496 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.496 INFO [stderr] Nov 18 11:23:36.496 INFO [stderr] error[E0412]: cannot find type `EntityType` in module `api` Nov 18 11:23:36.496 INFO [stderr] --> src/main.rs:777:31 Nov 18 11:23:36.496 INFO [stderr] | Nov 18 11:23:36.498 INFO [stderr] 777 | let mut request: api::EntityType = json::value::from_value(object).unwrap(); Nov 18 11:23:36.498 INFO [stderr] | ^^^^^^^^^^ not found in `api` Nov 18 11:23:36.498 INFO [stderr] Nov 18 11:23:36.498 INFO [stderr] error[E0412]: cannot find type `ExportAgentRequest` in module `api` Nov 18 11:23:36.498 INFO [stderr] --> src/main.rs:869:31 Nov 18 11:23:36.498 INFO [stderr] | Nov 18 11:23:36.498 INFO [stderr] 869 | let mut request: api::ExportAgentRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.498 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.498 INFO [stderr] Nov 18 11:23:36.498 INFO [stderr] error[E0412]: cannot find type `ImportAgentRequest` in module `api` Nov 18 11:23:36.498 INFO [stderr] --> src/main.rs:955:31 Nov 18 11:23:36.498 INFO [stderr] | Nov 18 11:23:36.498 INFO [stderr] 955 | let mut request: api::ImportAgentRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.498 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.499 INFO [stderr] Nov 18 11:23:36.499 INFO [stderr] error[E0412]: cannot find type `BatchDeleteIntentsRequest` in module `api` Nov 18 11:23:36.499 INFO [stderr] --> src/main.rs:1039:31 Nov 18 11:23:36.499 INFO [stderr] | Nov 18 11:23:36.499 INFO [stderr] 1039 | let mut request: api::BatchDeleteIntentsRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.499 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.499 INFO [stderr] Nov 18 11:23:36.502 INFO [stderr] error[E0412]: cannot find type `BatchUpdateIntentsRequest` in module `api` Nov 18 11:23:36.502 INFO [stderr] --> src/main.rs:1127:31 Nov 18 11:23:36.502 INFO [stderr] | Nov 18 11:23:36.502 INFO [stderr] 1127 | let mut request: api::BatchUpdateIntentsRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.502 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.502 INFO [stderr] Nov 18 11:23:36.502 INFO [stderr] error[E0412]: cannot find type `Intent` in module `api` Nov 18 11:23:36.502 INFO [stderr] --> src/main.rs:1224:31 Nov 18 11:23:36.502 INFO [stderr] | Nov 18 11:23:36.502 INFO [stderr] 1224 | let mut request: api::Intent = json::value::from_value(object).unwrap(); Nov 18 11:23:36.502 INFO [stderr] | ^^^^^^ not found in `api` Nov 18 11:23:36.502 INFO [stderr] Nov 18 11:23:36.502 INFO [stderr] error[E0412]: cannot find type `Intent` in module `api` Nov 18 11:23:36.502 INFO [stderr] --> src/main.rs:1504:31 Nov 18 11:23:36.502 INFO [stderr] | Nov 18 11:23:36.502 INFO [stderr] 1504 | let mut request: api::Intent = json::value::from_value(object).unwrap(); Nov 18 11:23:36.502 INFO [stderr] | ^^^^^^ not found in `api` Nov 18 11:23:36.502 INFO [stderr] Nov 18 11:23:36.503 INFO [stderr] error[E0412]: cannot find type `RestoreAgentRequest` in module `api` Nov 18 11:23:36.503 INFO [stderr] --> src/main.rs:1600:31 Nov 18 11:23:36.503 INFO [stderr] | Nov 18 11:23:36.503 INFO [stderr] 1600 | let mut request: api::RestoreAgentRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.503 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.503 INFO [stderr] Nov 18 11:23:36.503 INFO [stderr] error[E0412]: cannot find type `Context` in module `api` Nov 18 11:23:36.503 INFO [stderr] --> src/main.rs:1745:31 Nov 18 11:23:36.503 INFO [stderr] | Nov 18 11:23:36.503 INFO [stderr] 1745 | let mut request: api::Context = json::value::from_value(object).unwrap(); Nov 18 11:23:36.503 INFO [stderr] | ^^^^^^^ not found in `api` Nov 18 11:23:36.503 INFO [stderr] Nov 18 11:23:36.503 INFO [stderr] error[E0412]: cannot find type `Context` in module `api` Nov 18 11:23:36.503 INFO [stderr] --> src/main.rs:1994:31 Nov 18 11:23:36.503 INFO [stderr] | Nov 18 11:23:36.503 INFO [stderr] 1994 | let mut request: api::Context = json::value::from_value(object).unwrap(); Nov 18 11:23:36.503 INFO [stderr] | ^^^^^^^ not found in `api` Nov 18 11:23:36.503 INFO [stderr] Nov 18 11:23:36.503 INFO [stderr] error[E0412]: cannot find type `DetectIntentRequest` in module `api` Nov 18 11:23:36.503 INFO [stderr] --> src/main.rs:2147:31 Nov 18 11:23:36.503 INFO [stderr] | Nov 18 11:23:36.503 INFO [stderr] 2147 | let mut request: api::DetectIntentRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.503 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.503 INFO [stderr] Nov 18 11:23:36.503 INFO [stderr] error[E0412]: cannot find type `SessionEntityType` in module `api` Nov 18 11:23:36.503 INFO [stderr] --> src/main.rs:2233:31 Nov 18 11:23:36.503 INFO [stderr] | Nov 18 11:23:36.503 INFO [stderr] 2233 | let mut request: api::SessionEntityType = json::value::from_value(object).unwrap(); Nov 18 11:23:36.503 INFO [stderr] | ^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.503 INFO [stderr] Nov 18 11:23:36.504 INFO [stderr] error[E0412]: cannot find type `SessionEntityType` in module `api` Nov 18 11:23:36.504 INFO [stderr] --> src/main.rs:2482:31 Nov 18 11:23:36.504 INFO [stderr] | Nov 18 11:23:36.504 INFO [stderr] 2482 | let mut request: api::SessionEntityType = json::value::from_value(object).unwrap(); Nov 18 11:23:36.504 INFO [stderr] | ^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.504 INFO [stderr] Nov 18 11:23:36.504 INFO [stderr] error[E0412]: cannot find type `TrainAgentRequest` in module `api` Nov 18 11:23:36.504 INFO [stderr] --> src/main.rs:2570:31 Nov 18 11:23:36.504 INFO [stderr] | Nov 18 11:23:36.504 INFO [stderr] 2570 | let mut request: api::TrainAgentRequest = json::value::from_value(object).unwrap(); Nov 18 11:23:36.504 INFO [stderr] | ^^^^^^^^^^^^^^^^^ not found in `api` Nov 18 11:23:36.504 INFO [stderr] Nov 18 11:23:37.378 INFO [stderr] error: aborting due to 20 previous errors Nov 18 11:23:37.378 INFO [stderr] Nov 18 11:23:37.379 INFO [stderr] For more information about this error, try `rustc --explain E0412`. Nov 18 11:23:37.403 INFO [stderr] error: Could not compile `google-dialogflow2_beta1-cli`. Nov 18 11:23:37.403 INFO [stderr] Nov 18 11:23:37.403 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 11:23:37.407 INFO [stderr] su: No module specific data is present Nov 18 11:23:38.403 INFO running `"docker" "inspect" "6fd5bcadca10c8f6e5384feb5f8543c55eaf0876ac5c52da1d1b9f0129988347"` Nov 18 11:23:38.853 INFO running `"docker" "rm" "-f" "6fd5bcadca10c8f6e5384feb5f8543c55eaf0876ac5c52da1d1b9f0129988347"` Nov 18 11:23:39.207 INFO [stdout] 6fd5bcadca10c8f6e5384feb5f8543c55eaf0876ac5c52da1d1b9f0129988347