Dec 07 12:32:27.473 INFO testing google-servicebroker1-1.0.8+20180924 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 12:32:27.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 12:32:27.836 INFO [stdout] 2575cc48c059ed41a1ffc4094037a83a8d25e1a6ff8a106e3e670abe70fe767f Dec 07 12:32:27.838 INFO running `"docker" "start" "-a" "2575cc48c059ed41a1ffc4094037a83a8d25e1a6ff8a106e3e670abe70fe767f"` Dec 07 12:32:29.146 INFO [stderr] usermod: no changes Dec 07 12:32:29.296 INFO [stderr] Compiling google-servicebroker1 v1.0.8+20180924 (/source) Dec 07 12:32:32.740 INFO [stderr] warning: type `GoogleIamV1__TestIamPermissionsResponse` should have a camel case name such as `Googleiamv1Testiampermissionsresponse` Dec 07 12:32:32.740 INFO [stderr] --> src/lib.rs:385:1 Dec 07 12:32:32.740 INFO [stderr] | Dec 07 12:32:32.740 INFO [stderr] 385 | / pub struct GoogleIamV1__TestIamPermissionsResponse { Dec 07 12:32:32.740 INFO [stderr] 386 | | /// A subset of `TestPermissionsRequest.permissions` that the caller is Dec 07 12:32:32.740 INFO [stderr] 387 | | /// allowed. Dec 07 12:32:32.740 INFO [stderr] 388 | | pub permissions: Option>, Dec 07 12:32:32.740 INFO [stderr] 389 | | } Dec 07 12:32:32.741 INFO [stderr] | |_^ Dec 07 12:32:32.741 INFO [stderr] | Dec 07 12:32:32.741 INFO [stderr] = note: #[warn(non_camel_case_types)] on by default Dec 07 12:32:32.741 INFO [stderr] Dec 07 12:32:32.741 INFO [stderr] warning: type `GoogleIamV1__SetIamPolicyRequest` should have a camel case name such as `Googleiamv1Setiampolicyrequest` Dec 07 12:32:32.741 INFO [stderr] --> src/lib.rs:404:1 Dec 07 12:32:32.741 INFO [stderr] | Dec 07 12:32:32.741 INFO [stderr] 404 | / pub struct GoogleIamV1__SetIamPolicyRequest { Dec 07 12:32:32.741 INFO [stderr] 405 | | /// REQUIRED: The complete policy to be applied to the `resource`. The size of Dec 07 12:32:32.741 INFO [stderr] 406 | | /// the policy is limited to a few 10s of KB. An empty policy is a Dec 07 12:32:32.741 INFO [stderr] 407 | | /// valid policy but certain Cloud Platform services (such as Projects) Dec 07 12:32:32.741 INFO [stderr] 408 | | /// might reject them. Dec 07 12:32:32.741 INFO [stderr] 409 | | pub policy: Option, Dec 07 12:32:32.741 INFO [stderr] 410 | | } Dec 07 12:32:32.741 INFO [stderr] | |_^ Dec 07 12:32:32.741 INFO [stderr] Dec 07 12:32:32.741 INFO [stderr] warning: type `GoogleIamV1__Binding` should have a camel case name such as `Googleiamv1Binding` Dec 07 12:32:32.741 INFO [stderr] --> src/lib.rs:420:1 Dec 07 12:32:32.741 INFO [stderr] | Dec 07 12:32:32.741 INFO [stderr] 420 | / pub struct GoogleIamV1__Binding { Dec 07 12:32:32.741 INFO [stderr] 421 | | /// Role that is assigned to `members`. Dec 07 12:32:32.741 INFO [stderr] 422 | | /// For example, `roles/viewer`, `roles/editor`, or `roles/owner`. Dec 07 12:32:32.741 INFO [stderr] 423 | | pub role: Option, Dec 07 12:32:32.741 INFO [stderr] ... | Dec 07 12:32:32.741 INFO [stderr] 453 | | pub members: Option>, Dec 07 12:32:32.741 INFO [stderr] 454 | | } Dec 07 12:32:32.741 INFO [stderr] | |_^ Dec 07 12:32:32.741 INFO [stderr] Dec 07 12:32:32.741 INFO [stderr] warning: type `GoogleType__Expr` should have a camel case name such as `GoogletypeExpr` Dec 07 12:32:32.741 INFO [stderr] --> src/lib.rs:468:1 Dec 07 12:32:32.741 INFO [stderr] | Dec 07 12:32:32.741 INFO [stderr] 468 | / pub struct GoogleType__Expr { Dec 07 12:32:32.741 INFO [stderr] 469 | | /// An optional title for the expression, i.e. a short string describing Dec 07 12:32:32.741 INFO [stderr] 470 | | /// its purpose. This can be used e.g. in UIs which allow to enter the Dec 07 12:32:32.741 INFO [stderr] 471 | | /// expression. Dec 07 12:32:32.741 INFO [stderr] ... | Dec 07 12:32:32.741 INFO [stderr] 484 | | pub location: Option, Dec 07 12:32:32.741 INFO [stderr] 485 | | } Dec 07 12:32:32.741 INFO [stderr] | |_^ Dec 07 12:32:32.741 INFO [stderr] Dec 07 12:32:32.741 INFO [stderr] warning: type `GoogleIamV1__Policy` should have a camel case name such as `Googleiamv1Policy` Dec 07 12:32:32.741 INFO [stderr] --> src/lib.rs:545:1 Dec 07 12:32:32.741 INFO [stderr] | Dec 07 12:32:32.741 INFO [stderr] 545 | / pub struct GoogleIamV1__Policy { Dec 07 12:32:32.741 INFO [stderr] 546 | | /// Associates a list of `members` to a `role`. Dec 07 12:32:32.741 INFO [stderr] 547 | | /// `bindings` with no members will result in an error. Dec 07 12:32:32.741 INFO [stderr] 548 | | pub bindings: Option>, Dec 07 12:32:32.741 INFO [stderr] ... | Dec 07 12:32:32.741 INFO [stderr] 561 | | pub version: Option, Dec 07 12:32:32.741 INFO [stderr] 562 | | } Dec 07 12:32:32.741 INFO [stderr] | |_^ Dec 07 12:32:32.741 INFO [stderr] Dec 07 12:32:32.741 INFO [stderr] warning: type `GoogleIamV1__TestIamPermissionsRequest` should have a camel case name such as `Googleiamv1Testiampermissionsrequest` Dec 07 12:32:32.741 INFO [stderr] --> src/lib.rs:577:1 Dec 07 12:32:32.741 INFO [stderr] | Dec 07 12:32:32.741 INFO [stderr] 577 | / pub struct GoogleIamV1__TestIamPermissionsRequest { Dec 07 12:32:32.741 INFO [stderr] 578 | | /// The set of permissions to check for the `resource`. Permissions with Dec 07 12:32:32.741 INFO [stderr] 579 | | /// wildcards (such as '*' or 'storage.*') are not allowed. For more Dec 07 12:32:32.741 INFO [stderr] 580 | | /// information see Dec 07 12:32:32.741 INFO [stderr] 581 | | /// [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). Dec 07 12:32:32.741 INFO [stderr] 582 | | pub permissions: Option>, Dec 07 12:32:32.741 INFO [stderr] 583 | | } Dec 07 12:32:32.741 INFO [stderr] | |_^ Dec 07 12:32:32.741 INFO [stderr] Dec 07 12:32:33.612 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.44s Dec 07 12:32:33.628 INFO [stderr] su: No module specific data is present Dec 07 12:32:34.614 INFO running `"docker" "inspect" "2575cc48c059ed41a1ffc4094037a83a8d25e1a6ff8a106e3e670abe70fe767f"` Dec 07 12:32:34.816 INFO running `"docker" "rm" "-f" "2575cc48c059ed41a1ffc4094037a83a8d25e1a6ff8a106e3e670abe70fe767f"` Dec 07 12:32:35.128 INFO [stdout] 2575cc48c059ed41a1ffc4094037a83a8d25e1a6ff8a106e3e670abe70fe767f Dec 07 12:32:35.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 12:32:35.581 INFO [stdout] c0880ee041409ff0e33309d63b9b70d6bfe908f7118b80263357f60bcade1c1c Dec 07 12:32:35.583 INFO running `"docker" "start" "-a" "c0880ee041409ff0e33309d63b9b70d6bfe908f7118b80263357f60bcade1c1c"` Dec 07 12:32:37.000 INFO [stderr] usermod: no changes Dec 07 12:32:37.228 INFO [stderr] Compiling google-servicebroker1 v1.0.8+20180924 (/source) Dec 07 12:32:40.644 INFO [stderr] warning: type `GoogleIamV1__TestIamPermissionsResponse` should have a camel case name such as `Googleiamv1Testiampermissionsresponse` Dec 07 12:32:40.645 INFO [stderr] --> src/lib.rs:385:1 Dec 07 12:32:40.645 INFO [stderr] | Dec 07 12:32:40.645 INFO [stderr] 385 | / pub struct GoogleIamV1__TestIamPermissionsResponse { Dec 07 12:32:40.645 INFO [stderr] 386 | | /// A subset of `TestPermissionsRequest.permissions` that the caller is Dec 07 12:32:40.645 INFO [stderr] 387 | | /// allowed. Dec 07 12:32:40.645 INFO [stderr] 388 | | pub permissions: Option>, Dec 07 12:32:40.645 INFO [stderr] 389 | | } Dec 07 12:32:40.645 INFO [stderr] | |_^ Dec 07 12:32:40.645 INFO [stderr] | Dec 07 12:32:40.645 INFO [stderr] = note: #[warn(non_camel_case_types)] on by default Dec 07 12:32:40.645 INFO [stderr] Dec 07 12:32:40.645 INFO [stderr] warning: type `GoogleIamV1__SetIamPolicyRequest` should have a camel case name such as `Googleiamv1Setiampolicyrequest` Dec 07 12:32:40.645 INFO [stderr] --> src/lib.rs:404:1 Dec 07 12:32:40.645 INFO [stderr] | Dec 07 12:32:40.645 INFO [stderr] 404 | / pub struct GoogleIamV1__SetIamPolicyRequest { Dec 07 12:32:40.645 INFO [stderr] 405 | | /// REQUIRED: The complete policy to be applied to the `resource`. The size of Dec 07 12:32:40.645 INFO [stderr] 406 | | /// the policy is limited to a few 10s of KB. An empty policy is a Dec 07 12:32:40.645 INFO [stderr] 407 | | /// valid policy but certain Cloud Platform services (such as Projects) Dec 07 12:32:40.645 INFO [stderr] 408 | | /// might reject them. Dec 07 12:32:40.645 INFO [stderr] 409 | | pub policy: Option, Dec 07 12:32:40.645 INFO [stderr] 410 | | } Dec 07 12:32:40.645 INFO [stderr] | |_^ Dec 07 12:32:40.645 INFO [stderr] Dec 07 12:32:40.645 INFO [stderr] warning: type `GoogleIamV1__Binding` should have a camel case name such as `Googleiamv1Binding` Dec 07 12:32:40.645 INFO [stderr] --> src/lib.rs:420:1 Dec 07 12:32:40.645 INFO [stderr] | Dec 07 12:32:40.645 INFO [stderr] 420 | / pub struct GoogleIamV1__Binding { Dec 07 12:32:40.645 INFO [stderr] 421 | | /// Role that is assigned to `members`. Dec 07 12:32:40.645 INFO [stderr] 422 | | /// For example, `roles/viewer`, `roles/editor`, or `roles/owner`. Dec 07 12:32:40.645 INFO [stderr] 423 | | pub role: Option, Dec 07 12:32:40.645 INFO [stderr] ... | Dec 07 12:32:40.645 INFO [stderr] 453 | | pub members: Option>, Dec 07 12:32:40.645 INFO [stderr] 454 | | } Dec 07 12:32:40.645 INFO [stderr] | |_^ Dec 07 12:32:40.645 INFO [stderr] Dec 07 12:32:40.645 INFO [stderr] warning: type `GoogleType__Expr` should have a camel case name such as `GoogletypeExpr` Dec 07 12:32:40.645 INFO [stderr] --> src/lib.rs:468:1 Dec 07 12:32:40.645 INFO [stderr] | Dec 07 12:32:40.645 INFO [stderr] 468 | / pub struct GoogleType__Expr { Dec 07 12:32:40.645 INFO [stderr] 469 | | /// An optional title for the expression, i.e. a short string describing Dec 07 12:32:40.645 INFO [stderr] 470 | | /// its purpose. This can be used e.g. in UIs which allow to enter the Dec 07 12:32:40.645 INFO [stderr] 471 | | /// expression. Dec 07 12:32:40.645 INFO [stderr] ... | Dec 07 12:32:40.645 INFO [stderr] 484 | | pub location: Option, Dec 07 12:32:40.645 INFO [stderr] 485 | | } Dec 07 12:32:40.645 INFO [stderr] | |_^ Dec 07 12:32:40.645 INFO [stderr] Dec 07 12:32:40.645 INFO [stderr] warning: type `GoogleIamV1__Policy` should have a camel case name such as `Googleiamv1Policy` Dec 07 12:32:40.645 INFO [stderr] --> src/lib.rs:545:1 Dec 07 12:32:40.645 INFO [stderr] | Dec 07 12:32:40.645 INFO [stderr] 545 | / pub struct GoogleIamV1__Policy { Dec 07 12:32:40.645 INFO [stderr] 546 | | /// Associates a list of `members` to a `role`. Dec 07 12:32:40.645 INFO [stderr] 547 | | /// `bindings` with no members will result in an error. Dec 07 12:32:40.645 INFO [stderr] 548 | | pub bindings: Option>, Dec 07 12:32:40.645 INFO [stderr] ... | Dec 07 12:32:40.645 INFO [stderr] 561 | | pub version: Option, Dec 07 12:32:40.645 INFO [stderr] 562 | | } Dec 07 12:32:40.645 INFO [stderr] | |_^ Dec 07 12:32:40.645 INFO [stderr] Dec 07 12:32:40.645 INFO [stderr] warning: type `GoogleIamV1__TestIamPermissionsRequest` should have a camel case name such as `Googleiamv1Testiampermissionsrequest` Dec 07 12:32:40.645 INFO [stderr] --> src/lib.rs:577:1 Dec 07 12:32:40.645 INFO [stderr] | Dec 07 12:32:40.645 INFO [stderr] 577 | / pub struct GoogleIamV1__TestIamPermissionsRequest { Dec 07 12:32:40.645 INFO [stderr] 578 | | /// The set of permissions to check for the `resource`. Permissions with Dec 07 12:32:40.645 INFO [stderr] 579 | | /// wildcards (such as '*' or 'storage.*') are not allowed. For more Dec 07 12:32:40.645 INFO [stderr] 580 | | /// information see Dec 07 12:32:40.645 INFO [stderr] 581 | | /// [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). Dec 07 12:32:40.645 INFO [stderr] 582 | | pub permissions: Option>, Dec 07 12:32:40.645 INFO [stderr] 583 | | } Dec 07 12:32:40.645 INFO [stderr] | |_^ Dec 07 12:32:40.645 INFO [stderr] Dec 07 12:32:41.021 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.98s Dec 07 12:32:41.037 INFO [stderr] su: No module specific data is present Dec 07 12:32:42.164 INFO running `"docker" "inspect" "c0880ee041409ff0e33309d63b9b70d6bfe908f7118b80263357f60bcade1c1c"` Dec 07 12:32:42.411 INFO running `"docker" "rm" "-f" "c0880ee041409ff0e33309d63b9b70d6bfe908f7118b80263357f60bcade1c1c"` Dec 07 12:32:42.651 INFO [stdout] c0880ee041409ff0e33309d63b9b70d6bfe908f7118b80263357f60bcade1c1c Dec 07 12:32:42.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 12:32:43.010 INFO [stdout] ada3d89f47e7bc0ddffdb6ace56ec7d658187ecf4ccf7ffb86095e32849138ef Dec 07 12:32:43.016 INFO running `"docker" "start" "-a" "ada3d89f47e7bc0ddffdb6ace56ec7d658187ecf4ccf7ffb86095e32849138ef"` Dec 07 12:32:44.397 INFO [stderr] usermod: no changes Dec 07 12:32:44.604 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s Dec 07 12:32:44.620 INFO [stderr] Running /target/debug/deps/google_servicebroker1-681c8e2e86f02202 Dec 07 12:32:44.621 INFO [stdout] Dec 07 12:32:44.621 INFO [stdout] running 0 tests Dec 07 12:32:44.621 INFO [stdout] Dec 07 12:32:44.621 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 12:32:44.621 INFO [stdout] Dec 07 12:32:44.630 INFO [stderr] Doc-tests google-servicebroker1 Dec 07 12:32:49.325 INFO [stdout] Dec 07 12:32:49.325 INFO [stdout] running 10 tests Dec 07 12:32:49.376 INFO [stdout] test src/lib.rs - (line 50) ... ignored Dec 07 12:32:53.924 INFO [stdout] test src/lib.rs - GoogleIamV1__Policy (line 520) ... FAILED Dec 07 12:32:53.924 INFO [stdout] test src/lib.rs - GoogleIamV1__Policy (line 500) ... FAILED Dec 07 12:32:53.924 INFO [stdout] test src/lib.rs - GoogleType__Expr (line 460) ... FAILED Dec 07 12:33:11.233 INFO [stdout] test src/lib.rs - (line 81) ... ok Dec 07 12:33:14.740 INFO [stdout] test src/lib.rs - MethodMethods (line 600) ... ok Dec 07 12:33:15.860 INFO [stdout] test src/lib.rs - MethodSetIamPolicyCall (line 1007) ... ok Dec 07 12:33:15.926 INFO [stdout] test src/lib.rs - MethodGetIamPolicyCall (line 1292) ... ok Dec 07 12:33:16.562 INFO [stdout] test src/lib.rs - MethodTestIamPermissionCall (line 723) ... ok Dec 07 12:33:17.223 INFO [stdout] test src/lib.rs - ServiceBroker (line 266) ... ok Dec 07 12:33:17.223 INFO [stdout] Dec 07 12:33:17.223 INFO [stdout] failures: Dec 07 12:33:17.223 INFO [stdout] Dec 07 12:33:17.224 INFO [stdout] ---- src/lib.rs - GoogleIamV1__Policy (line 520) stdout ---- Dec 07 12:33:17.224 INFO [stdout] error: expected type, found `-` Dec 07 12:33:17.224 INFO [stdout] --> src/lib.rs:522:1 Dec 07 12:33:17.224 INFO [stdout] | Dec 07 12:33:17.224 INFO [stdout] 3 | bindings: Dec 07 12:33:17.224 INFO [stdout] | - help: try using a semicolon: `;` Dec 07 12:33:17.224 INFO [stdout] 4 | - members: Dec 07 12:33:17.224 INFO [stdout] | ^ expecting a type here because of type ascription Dec 07 12:33:17.224 INFO [stdout] Dec 07 12:33:17.224 INFO [stdout] thread 'src/lib.rs - GoogleIamV1__Policy (line 520)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:320:13 Dec 07 12:33:17.224 INFO [stdout] stack backtrace: Dec 07 12:33:17.224 INFO [stdout] 0: 0x7f9775345c83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h82c998a0e635a5c4 Dec 07 12:33:17.224 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 07 12:33:17.224 INFO [stdout] 1: 0x7f977533d398 - std::sys_common::backtrace::_print::h5fbc0bc3cf12d9bf Dec 07 12:33:17.225 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 07 12:33:17.225 INFO [stdout] 2: 0x7f97753426f2 - std::panicking::default_hook::{{closure}}::h42b81c3dd1a50e32 Dec 07 12:33:17.225 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 07 12:33:17.225 INFO [stdout] at src/libstd/panicking.rs:211 Dec 07 12:33:17.225 INFO [stdout] 3: 0x7f97753423dc - std::panicking::default_hook::h6c8d8e1c12a669e5 Dec 07 12:33:17.225 INFO [stdout] at src/libstd/panicking.rs:221 Dec 07 12:33:17.225 INFO [stdout] 4: 0x7f9777538be3 - rustc::util::common::panic_hook::hee3fbe716b3fcfcb Dec 07 12:33:17.225 INFO [stdout] 5: 0x7f9775342ed9 - std::panicking::rust_panic_with_hook::hce93a56e38c2b0aa Dec 07 12:33:17.225 INFO [stdout] at src/libstd/panicking.rs:495 Dec 07 12:33:17.225 INFO [stdout] 6: 0x55b6281757e4 - std::panicking::begin_panic::ha25a627474d4e5da Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:425 Dec 07 12:33:17.225 INFO [stdout] 7: 0x55b6282a59ee - >::set::h6fba450d915d3ae0 Dec 07 12:33:17.225 INFO [stdout] at src/librustdoc/test.rs:320 Dec 07 12:33:17.225 INFO [stdout] at src/librustdoc/test.rs:637 Dec 07 12:33:17.225 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:123 Dec 07 12:33:17.225 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:33:17.225 INFO [stdout] 8: 0x55b6281b0731 - syntax::with_globals::hd814ac314ed297c4 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:122 Dec 07 12:33:17.225 INFO [stdout] 9: 0x55b628175a5b - std::panicking::try::do_call::hbaf56ae6a6710f93 Dec 07 12:33:17.225 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:33:17.225 INFO [stdout] 10: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.225 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.225 INFO [stdout] 11: 0x55b6281e4e79 - rustc_driver::in_named_rustc_thread::h0ce4726d588f1a25 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/librustc_driver/lib.rs:1556 Dec 07 12:33:17.225 INFO [stdout] 12: 0x55b6282c15b0 - >::call_box::h42fb28874969a211 Dec 07 12:33:17.225 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.225 INFO [stdout] 13: 0x7f97769a4c22 - >::call_box::hcafec6f9d69b4bca Dec 07 12:33:17.225 INFO [stdout] at src/libtest/lib.rs:1464 Dec 07 12:33:17.225 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.225 INFO [stdout] 14: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.226 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.226 INFO [stdout] 15: 0x7f977699c4f3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h018d03d6681412f5 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.226 INFO [stdout] at src/libtest/lib.rs:1426 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/sys_common/backtrace.rs:136 Dec 07 12:33:17.226 INFO [stdout] 16: 0x7f977699d484 - std::panicking::try::do_call::hf8ab3f21dcfaa7a6 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:477 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:33:17.226 INFO [stdout] 17: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.226 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.226 INFO [stdout] 18: 0x7f97769a49ec - >::call_box::h6465cc998309e287 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:476 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.226 INFO [stdout] 19: 0x7f977535282d - std::sys::unix::thread::Thread::new::thread_start::h0fe9c527147fd5f5 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:683 Dec 07 12:33:17.226 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 07 12:33:17.226 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 07 12:33:17.226 INFO [stdout] 20: 0x7f97750c66b9 - start_thread Dec 07 12:33:17.226 INFO [stdout] 21: 0x7f97749de41c - clone Dec 07 12:33:17.226 INFO [stdout] 22: 0x0 - Dec 07 12:33:17.226 INFO [stdout] query stack during panic: Dec 07 12:33:17.226 INFO [stdout] end of query stack Dec 07 12:33:17.226 INFO [stdout] Dec 07 12:33:17.226 INFO [stdout] ---- src/lib.rs - GoogleIamV1__Policy (line 500) stdout ---- Dec 07 12:33:17.226 INFO [stdout] error: expected type, found `{` Dec 07 12:33:17.226 INFO [stdout] --> src/lib.rs:503:5 Dec 07 12:33:17.226 INFO [stdout] | Dec 07 12:33:17.226 INFO [stdout] 4 | "bindings": [ Dec 07 12:33:17.226 INFO [stdout] | - help: try using a semicolon: `;` Dec 07 12:33:17.226 INFO [stdout] 5 | { Dec 07 12:33:17.226 INFO [stdout] | ^ expecting a type here because of type ascription Dec 07 12:33:17.226 INFO [stdout] Dec 07 12:33:17.226 INFO [stdout] thread 'src/lib.rs - GoogleIamV1__Policy (line 500)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:320:13 Dec 07 12:33:17.226 INFO [stdout] stack backtrace: Dec 07 12:33:17.226 INFO [stdout] 0: 0x7f9775345c83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h82c998a0e635a5c4 Dec 07 12:33:17.226 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 07 12:33:17.226 INFO [stdout] 1: 0x7f977533d398 - std::sys_common::backtrace::_print::h5fbc0bc3cf12d9bf Dec 07 12:33:17.226 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 07 12:33:17.226 INFO [stdout] 2: 0x7f97753426f2 - std::panicking::default_hook::{{closure}}::h42b81c3dd1a50e32 Dec 07 12:33:17.226 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 07 12:33:17.226 INFO [stdout] at src/libstd/panicking.rs:211 Dec 07 12:33:17.226 INFO [stdout] 3: 0x7f97753423dc - std::panicking::default_hook::h6c8d8e1c12a669e5 Dec 07 12:33:17.226 INFO [stdout] at src/libstd/panicking.rs:221 Dec 07 12:33:17.226 INFO [stdout] 4: 0x7f9777538be3 - rustc::util::common::panic_hook::hee3fbe716b3fcfcb Dec 07 12:33:17.226 INFO [stdout] 5: 0x7f9775342ed9 - std::panicking::rust_panic_with_hook::hce93a56e38c2b0aa Dec 07 12:33:17.226 INFO [stdout] at src/libstd/panicking.rs:495 Dec 07 12:33:17.226 INFO [stdout] 6: 0x55b6281757e4 - std::panicking::begin_panic::ha25a627474d4e5da Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:425 Dec 07 12:33:17.226 INFO [stdout] 7: 0x55b6282a59ee - >::set::h6fba450d915d3ae0 Dec 07 12:33:17.226 INFO [stdout] at src/librustdoc/test.rs:320 Dec 07 12:33:17.226 INFO [stdout] at src/librustdoc/test.rs:637 Dec 07 12:33:17.226 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:123 Dec 07 12:33:17.226 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:33:17.226 INFO [stdout] 8: 0x55b6281b0731 - syntax::with_globals::hd814ac314ed297c4 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:122 Dec 07 12:33:17.226 INFO [stdout] 9: 0x55b628175a5b - std::panicking::try::do_call::hbaf56ae6a6710f93 Dec 07 12:33:17.226 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:33:17.226 INFO [stdout] 10: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.226 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.226 INFO [stdout] 11: 0x55b6281e4e79 - rustc_driver::in_named_rustc_thread::h0ce4726d588f1a25 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/librustc_driver/lib.rs:1556 Dec 07 12:33:17.226 INFO [stdout] 12: 0x55b6282c15b0 - >::call_box::h42fb28874969a211 Dec 07 12:33:17.226 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.226 INFO [stdout] 13: 0x7f97769a4c22 - >::call_box::hcafec6f9d69b4bca Dec 07 12:33:17.226 INFO [stdout] at src/libtest/lib.rs:1464 Dec 07 12:33:17.226 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.226 INFO [stdout] 14: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.226 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.227 INFO [stdout] 15: 0x7f977699c4f3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h018d03d6681412f5 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.227 INFO [stdout] at src/libtest/lib.rs:1426 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/sys_common/backtrace.rs:136 Dec 07 12:33:17.227 INFO [stdout] 16: 0x7f977699d484 - std::panicking::try::do_call::hf8ab3f21dcfaa7a6 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:477 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:33:17.227 INFO [stdout] 17: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.227 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.227 INFO [stdout] 18: 0x7f97769a49ec - >::call_box::h6465cc998309e287 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:476 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.227 INFO [stdout] 19: 0x7f977535282d - std::sys::unix::thread::Thread::new::thread_start::h0fe9c527147fd5f5 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:683 Dec 07 12:33:17.227 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 07 12:33:17.227 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 07 12:33:17.227 INFO [stdout] 20: 0x7f97750c66b9 - start_thread Dec 07 12:33:17.227 INFO [stdout] 21: 0x7f97749de41c - clone Dec 07 12:33:17.227 INFO [stdout] 22: 0x0 - Dec 07 12:33:17.227 INFO [stdout] query stack during panic: Dec 07 12:33:17.227 INFO [stdout] end of query stack Dec 07 12:33:17.227 INFO [stdout] Dec 07 12:33:17.227 INFO [stdout] ---- src/lib.rs - GoogleType__Expr (line 460) stdout ---- Dec 07 12:33:17.227 INFO [stdout] error: expected type, found `"User account presence"` Dec 07 12:33:17.227 INFO [stdout] --> src/lib.rs:461:8 Dec 07 12:33:17.227 INFO [stdout] | Dec 07 12:33:17.227 INFO [stdout] 3 | title: "User account presence" Dec 07 12:33:17.227 INFO [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expecting a type here because of type ascription Dec 07 12:33:17.227 INFO [stdout] Dec 07 12:33:17.227 INFO [stdout] thread 'src/lib.rs - GoogleType__Expr (line 460)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:320:13 Dec 07 12:33:17.227 INFO [stdout] stack backtrace: Dec 07 12:33:17.227 INFO [stdout] 0: 0x7f9775345c83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h82c998a0e635a5c4 Dec 07 12:33:17.227 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 07 12:33:17.227 INFO [stdout] 1: 0x7f977533d398 - std::sys_common::backtrace::_print::h5fbc0bc3cf12d9bf Dec 07 12:33:17.227 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 07 12:33:17.227 INFO [stdout] 2: 0x7f97753426f2 - std::panicking::default_hook::{{closure}}::h42b81c3dd1a50e32 Dec 07 12:33:17.227 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 07 12:33:17.227 INFO [stdout] at src/libstd/panicking.rs:211 Dec 07 12:33:17.227 INFO [stdout] 3: 0x7f97753423dc - std::panicking::default_hook::h6c8d8e1c12a669e5 Dec 07 12:33:17.227 INFO [stdout] at src/libstd/panicking.rs:221 Dec 07 12:33:17.227 INFO [stdout] 4: 0x7f9777538be3 - rustc::util::common::panic_hook::hee3fbe716b3fcfcb Dec 07 12:33:17.227 INFO [stdout] 5: 0x7f9775342ed9 - std::panicking::rust_panic_with_hook::hce93a56e38c2b0aa Dec 07 12:33:17.227 INFO [stdout] at src/libstd/panicking.rs:495 Dec 07 12:33:17.227 INFO [stdout] 6: 0x55b6281757e4 - std::panicking::begin_panic::ha25a627474d4e5da Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:425 Dec 07 12:33:17.227 INFO [stdout] 7: 0x55b6282a59ee - >::set::h6fba450d915d3ae0 Dec 07 12:33:17.227 INFO [stdout] at src/librustdoc/test.rs:320 Dec 07 12:33:17.227 INFO [stdout] at src/librustdoc/test.rs:637 Dec 07 12:33:17.227 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:123 Dec 07 12:33:17.227 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:33:17.227 INFO [stdout] 8: 0x55b6281b0731 - syntax::with_globals::hd814ac314ed297c4 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:122 Dec 07 12:33:17.227 INFO [stdout] 9: 0x55b628175a5b - std::panicking::try::do_call::hbaf56ae6a6710f93 Dec 07 12:33:17.227 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:33:17.227 INFO [stdout] 10: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.227 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.227 INFO [stdout] 11: 0x55b6281e4e79 - rustc_driver::in_named_rustc_thread::h0ce4726d588f1a25 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/librustc_driver/lib.rs:1556 Dec 07 12:33:17.227 INFO [stdout] 12: 0x55b6282c15b0 - >::call_box::h42fb28874969a211 Dec 07 12:33:17.227 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.227 INFO [stdout] 13: 0x7f97769a4c22 - >::call_box::hcafec6f9d69b4bca Dec 07 12:33:17.227 INFO [stdout] at src/libtest/lib.rs:1464 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.227 INFO [stdout] 14: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.227 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.227 INFO [stdout] 15: 0x7f977699c4f3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h018d03d6681412f5 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.227 INFO [stdout] at src/libtest/lib.rs:1426 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/sys_common/backtrace.rs:136 Dec 07 12:33:17.227 INFO [stdout] 16: 0x7f977699d484 - std::panicking::try::do_call::hf8ab3f21dcfaa7a6 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:477 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:33:17.227 INFO [stdout] 17: 0x7f977535f309 - __rust_maybe_catch_panic Dec 07 12:33:17.227 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:33:17.227 INFO [stdout] 18: 0x7f97769a49ec - >::call_box::h6465cc998309e287 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:33:17.227 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:33:17.228 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:476 Dec 07 12:33:17.228 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:33:17.228 INFO [stdout] 19: 0x7f977535282d - std::sys::unix::thread::Thread::new::thread_start::h0fe9c527147fd5f5 Dec 07 12:33:17.228 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:683 Dec 07 12:33:17.228 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 07 12:33:17.228 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 07 12:33:17.228 INFO [stdout] 20: 0x7f97750c66b9 - start_thread Dec 07 12:33:17.228 INFO [stdout] 21: 0x7f97749de41c - clone Dec 07 12:33:17.228 INFO [stdout] 22: 0x0 - Dec 07 12:33:17.228 INFO [stdout] query stack during panic: Dec 07 12:33:17.228 INFO [stdout] end of query stack Dec 07 12:33:17.228 INFO [stdout] Dec 07 12:33:17.242 INFO [stdout] Dec 07 12:33:17.242 INFO [stdout] failures: Dec 07 12:33:17.242 INFO [stdout] src/lib.rs - GoogleIamV1__Policy (line 500) Dec 07 12:33:17.242 INFO [stdout] src/lib.rs - GoogleIamV1__Policy (line 520) Dec 07 12:33:17.242 INFO [stdout] src/lib.rs - GoogleType__Expr (line 460) Dec 07 12:33:17.242 INFO [stdout] Dec 07 12:33:17.242 INFO [stdout] test result: FAILED. 6 passed; 3 failed; 1 ignored; 0 measured; 0 filtered out Dec 07 12:33:17.242 INFO [stdout] Dec 07 12:33:17.268 INFO [stderr] error: test failed, to rerun pass '--doc' Dec 07 12:33:17.268 INFO [stderr] su: No module specific data is present Dec 07 12:33:17.874 INFO running `"docker" "inspect" "ada3d89f47e7bc0ddffdb6ace56ec7d658187ecf4ccf7ffb86095e32849138ef"` Dec 07 12:33:18.254 INFO running `"docker" "rm" "-f" "ada3d89f47e7bc0ddffdb6ace56ec7d658187ecf4ccf7ffb86095e32849138ef"` Dec 07 12:33:18.510 INFO [stdout] ada3d89f47e7bc0ddffdb6ace56ec7d658187ecf4ccf7ffb86095e32849138ef