Oct 10 14:34:15.779 INFO testing solarinc/camunda-client against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:34:15.779 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:34:15.780 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:34:16.248 INFO blam! 1927dec2d0f2a10144444e3deb62deaeb56c20eb0acb71f0cbed145cc1a99142 Oct 10 14:34:16.250 INFO running `"docker" "start" "-a" "1927dec2d0f2a10144444e3deb62deaeb56c20eb0acb71f0cbed145cc1a99142"` Oct 10 14:34:17.568 INFO kablam! usermod: no changes Oct 10 14:34:17.896 INFO kablam! Compiling mio_httpc v0.6.15 Oct 10 14:34:17.924 INFO kablam! Compiling pest_derive v1.0.7 Oct 10 14:34:17.924 INFO kablam! Compiling h2 v0.1.10 Oct 10 14:34:34.804 INFO kablam! Compiling hyper v0.12.7 Oct 10 14:34:49.553 INFO kablam! Compiling hyper-multipart-rfc7578 v0.2.0-alpha2 Oct 10 14:34:52.976 INFO kablam! Compiling camunda-client v0.1.0 (/source) Oct 10 14:34:57.250 INFO kablam! warning: unused import: `tokio` Oct 10 14:34:57.250 INFO kablam! --> src/api/process_definition.rs:1:5 Oct 10 14:34:57.251 INFO kablam! | Oct 10 14:34:57.251 INFO kablam! 1 | use tokio; Oct 10 14:34:57.251 INFO kablam! | ^^^^^ Oct 10 14:34:57.251 INFO kablam! | Oct 10 14:34:57.251 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:34:57.251 INFO kablam! Oct 10 14:34:57.251 INFO kablam! warning: unused import: `futures` Oct 10 14:34:57.251 INFO kablam! --> src/api/process_definition.rs:2:5 Oct 10 14:34:57.251 INFO kablam! | Oct 10 14:34:57.251 INFO kablam! 2 | use futures; Oct 10 14:34:57.251 INFO kablam! | ^^^^^^^ Oct 10 14:34:57.251 INFO kablam! Oct 10 14:34:57.251 INFO kablam! warning: unused imports: `Body`, `Client`, `Future`, `Request`, `Stream`, `header::HeaderValue`, `self` Oct 10 14:34:57.251 INFO kablam! --> src/api/process_definition.rs:3:13 Oct 10 14:34:57.251 INFO kablam! | Oct 10 14:34:57.251 INFO kablam! 3 | use hyper::{Client, Request, Body, Oct 10 14:34:57.251 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^ Oct 10 14:34:57.251 INFO kablam! 4 | rt::{self, Future, Stream}, Oct 10 14:34:57.251 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 10 14:34:57.251 INFO kablam! 5 | header::HeaderValue Oct 10 14:34:57.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.251 INFO kablam! Oct 10 14:34:57.251 INFO kablam! warning: unused import: `mio_httpc` Oct 10 14:34:57.251 INFO kablam! --> src/api/process_definition.rs:7:5 Oct 10 14:34:57.251 INFO kablam! | Oct 10 14:34:57.251 INFO kablam! 7 | use mio_httpc; Oct 10 14:34:57.251 INFO kablam! | ^^^^^^^^^ Oct 10 14:34:57.251 INFO kablam! Oct 10 14:34:57.251 INFO kablam! warning: unused import: `tokio` Oct 10 14:34:57.251 INFO kablam! --> src/api/task.rs:2:5 Oct 10 14:34:57.251 INFO kablam! | Oct 10 14:34:57.252 INFO kablam! 2 | use tokio; Oct 10 14:34:57.252 INFO kablam! | ^^^^^ Oct 10 14:34:57.252 INFO kablam! Oct 10 14:34:57.252 INFO kablam! warning: unused imports: `Body`, `Request`, `header::HeaderValue`, `self` Oct 10 14:34:57.252 INFO kablam! --> src/api/task.rs:4:21 Oct 10 14:34:57.252 INFO kablam! | Oct 10 14:34:57.252 INFO kablam! 4 | use hyper::{Client, Request, Body, Oct 10 14:34:57.252 INFO kablam! | ^^^^^^^ ^^^^ Oct 10 14:34:57.252 INFO kablam! 5 | rt::{self, Future, Stream}, Oct 10 14:34:57.252 INFO kablam! | ^^^^ Oct 10 14:34:57.252 INFO kablam! 6 | header::HeaderValue Oct 10 14:34:57.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.252 INFO kablam! Oct 10 14:34:57.604 INFO kablam! warning: unused variable: `res` Oct 10 14:34:57.605 INFO kablam! --> src/api/process_definition.rs:29:13 Oct 10 14:34:57.605 INFO kablam! | Oct 10 14:34:57.605 INFO kablam! 29 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 10 14:34:57.605 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 14:34:57.605 INFO kablam! | Oct 10 14:34:57.605 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:34:57.605 INFO kablam! Oct 10 14:34:57.605 INFO kablam! warning: unused variable: `res` Oct 10 14:34:57.605 INFO kablam! --> src/api/task.rs:47:13 Oct 10 14:34:57.605 INFO kablam! | Oct 10 14:34:57.605 INFO kablam! 47 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 10 14:34:57.605 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 14:34:57.605 INFO kablam! Oct 10 14:34:57.684 INFO kablam! warning: function is never used: `test_create` Oct 10 14:34:57.685 INFO kablam! --> src/api/deployment.rs:25:1 Oct 10 14:34:57.685 INFO kablam! | Oct 10 14:34:57.685 INFO kablam! 25 | fn test_create() { Oct 10 14:34:57.685 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:34:57.685 INFO kablam! | Oct 10 14:34:57.685 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:34:57.685 INFO kablam! Oct 10 14:34:57.685 INFO kablam! warning: function is never used: `get` Oct 10 14:34:57.685 INFO kablam! --> src/api/task.rs:56:1 Oct 10 14:34:57.685 INFO kablam! | Oct 10 14:34:57.685 INFO kablam! 56 | fn get(url: &str) -> impl Future, Error=Error> { Oct 10 14:34:57.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.685 INFO kablam! Oct 10 14:34:57.685 INFO kablam! warning: function is never used: `test_get_list_simple` Oct 10 14:34:57.685 INFO kablam! --> src/api/task.rs:106:1 Oct 10 14:34:57.685 INFO kablam! | Oct 10 14:34:57.685 INFO kablam! 106 | fn test_get_list_simple() { Oct 10 14:34:57.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.685 INFO kablam! Oct 10 14:34:57.689 INFO kablam! warning: function is never used: `test_complete` Oct 10 14:34:57.689 INFO kablam! --> src/api/task.rs:112:1 Oct 10 14:34:57.689 INFO kablam! | Oct 10 14:34:57.689 INFO kablam! 112 | fn test_complete() { Oct 10 14:34:57.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.689 INFO kablam! Oct 10 14:34:57.689 INFO kablam! warning: structure field `followUp` should have a snake case name such as `follow_up` Oct 10 14:34:57.689 INFO kablam! --> src/dto.rs:9:5 Oct 10 14:34:57.689 INFO kablam! | Oct 10 14:34:57.689 INFO kablam! 9 | pub followUp: Option, // The follow-up date for the task. Format yyyy-MM-dd'T'HH:mm:ss. Oct 10 14:34:57.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.689 INFO kablam! | Oct 10 14:34:57.689 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:34:57.689 INFO kablam! Oct 10 14:34:57.689 INFO kablam! warning: structure field `delegationState` should have a snake case name such as `delegation_state` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:10:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 10 | pub delegationState: Option, // The task's delegation state. Possible values are PENDING and RESOLVED. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `executionId` should have a snake case name such as `execution_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:12:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 12 | pub executionId: Option, // The id of the execution the task belongs to. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `parentTaskId` should have a snake case name such as `parent_task_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:13:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 13 | pub parentTaskId: Option, // The id the parent task, if this task is a subtask. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `processDefinitionId` should have a snake case name such as `process_definition_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:15:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 15 | pub processDefinitionId: Option, // The id of the process definition the task belongs to. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `processInstanceId` should have a snake case name such as `process_instance_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:16:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 16 | pub processInstanceId: Option, // The id of the process instance the task belongs to. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `caseExecutionId` should have a snake case name such as `case_execution_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:17:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 17 | pub caseExecutionId: Option, // The id of the case execution the task belongs to. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `caseDefinitionId` should have a snake case name such as `case_definition_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:18:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 18 | pub caseDefinitionId: Option, // The id of the case definition the task belongs to. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `caseInstanceId` should have a snake case name such as `case_instance_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:19:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 19 | pub caseInstanceId: Option, // The id of the case instance the task belongs to. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `taskDefinitionKey` should have a snake case name such as `task_definition_key` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:20:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 20 | pub taskDefinitionKey: Option, // The task's key. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `formKey` should have a snake case name such as `form_key` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:21:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 21 | pub formKey: Option, // If not null, the form key for the task. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:34:57.690 INFO kablam! warning: structure field `tenantId` should have a snake case name such as `tenant_id` Oct 10 14:34:57.690 INFO kablam! --> src/dto.rs:22:5 Oct 10 14:34:57.690 INFO kablam! | Oct 10 14:34:57.690 INFO kablam! 22 | pub tenantId: Option // If not null, the tenant id of the task. Oct 10 14:34:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:34:57.690 INFO kablam! Oct 10 14:35:04.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.37s Oct 10 14:35:04.985 INFO kablam! su: No module specific data is present Oct 10 14:35:07.238 INFO running `"docker" "rm" "-f" "1927dec2d0f2a10144444e3deb62deaeb56c20eb0acb71f0cbed145cc1a99142"` Oct 10 14:35:07.564 INFO blam! 1927dec2d0f2a10144444e3deb62deaeb56c20eb0acb71f0cbed145cc1a99142 Oct 10 14:35:07.569 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:35:07.570 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:35:08.033 INFO blam! 39dbec225e96af462f9db4af686112d38fede9b836ec11f4b88da834adb0c458 Oct 10 14:35:08.034 INFO running `"docker" "start" "-a" "39dbec225e96af462f9db4af686112d38fede9b836ec11f4b88da834adb0c458"` Oct 10 14:35:09.582 INFO kablam! usermod: no changes Oct 10 14:35:09.876 INFO kablam! Compiling camunda-client v0.1.0 (/source) Oct 10 14:35:13.901 INFO kablam! warning: unused import: `tokio` Oct 10 14:35:13.901 INFO kablam! --> src/api/process_definition.rs:1:5 Oct 10 14:35:13.901 INFO kablam! | Oct 10 14:35:13.901 INFO kablam! 1 | use tokio; Oct 10 14:35:13.901 INFO kablam! | ^^^^^ Oct 10 14:35:13.901 INFO kablam! | Oct 10 14:35:13.901 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:35:13.901 INFO kablam! Oct 10 14:35:13.901 INFO kablam! warning: unused import: `futures` Oct 10 14:35:13.901 INFO kablam! --> src/api/process_definition.rs:2:5 Oct 10 14:35:13.901 INFO kablam! | Oct 10 14:35:13.901 INFO kablam! 2 | use futures; Oct 10 14:35:13.901 INFO kablam! | ^^^^^^^ Oct 10 14:35:13.901 INFO kablam! Oct 10 14:35:13.901 INFO kablam! warning: unused imports: `Body`, `Client`, `Future`, `Request`, `Stream`, `header::HeaderValue`, `self` Oct 10 14:35:13.901 INFO kablam! --> src/api/process_definition.rs:3:13 Oct 10 14:35:13.901 INFO kablam! | Oct 10 14:35:13.901 INFO kablam! 3 | use hyper::{Client, Request, Body, Oct 10 14:35:13.901 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^ Oct 10 14:35:13.901 INFO kablam! 4 | rt::{self, Future, Stream}, Oct 10 14:35:13.901 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 10 14:35:13.901 INFO kablam! 5 | header::HeaderValue Oct 10 14:35:13.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:13.901 INFO kablam! Oct 10 14:35:13.901 INFO kablam! warning: unused import: `mio_httpc` Oct 10 14:35:13.901 INFO kablam! --> src/api/process_definition.rs:7:5 Oct 10 14:35:13.901 INFO kablam! | Oct 10 14:35:13.901 INFO kablam! 7 | use mio_httpc; Oct 10 14:35:13.901 INFO kablam! | ^^^^^^^^^ Oct 10 14:35:13.901 INFO kablam! Oct 10 14:35:13.901 INFO kablam! warning: unused import: `tokio` Oct 10 14:35:13.901 INFO kablam! --> src/api/task.rs:2:5 Oct 10 14:35:13.901 INFO kablam! | Oct 10 14:35:13.901 INFO kablam! 2 | use tokio; Oct 10 14:35:13.901 INFO kablam! | ^^^^^ Oct 10 14:35:13.901 INFO kablam! Oct 10 14:35:13.901 INFO kablam! warning: unused imports: `Body`, `Request`, `header::HeaderValue`, `self` Oct 10 14:35:13.901 INFO kablam! --> src/api/task.rs:4:21 Oct 10 14:35:13.901 INFO kablam! | Oct 10 14:35:13.901 INFO kablam! 4 | use hyper::{Client, Request, Body, Oct 10 14:35:13.901 INFO kablam! | ^^^^^^^ ^^^^ Oct 10 14:35:13.901 INFO kablam! 5 | rt::{self, Future, Stream}, Oct 10 14:35:13.901 INFO kablam! | ^^^^ Oct 10 14:35:13.901 INFO kablam! 6 | header::HeaderValue Oct 10 14:35:13.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:13.902 INFO kablam! Oct 10 14:35:14.200 INFO kablam! warning: unused variable: `res` Oct 10 14:35:14.200 INFO kablam! --> src/api/process_definition.rs:29:13 Oct 10 14:35:14.200 INFO kablam! | Oct 10 14:35:14.200 INFO kablam! 29 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 10 14:35:14.200 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 14:35:14.200 INFO kablam! | Oct 10 14:35:14.200 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:35:14.200 INFO kablam! Oct 10 14:35:14.200 INFO kablam! warning: unused variable: `res` Oct 10 14:35:14.200 INFO kablam! --> src/api/task.rs:47:13 Oct 10 14:35:14.200 INFO kablam! | Oct 10 14:35:14.200 INFO kablam! 47 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 10 14:35:14.200 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 14:35:14.200 INFO kablam! Oct 10 14:35:14.296 INFO kablam! warning: function is never used: `test_create` Oct 10 14:35:14.296 INFO kablam! --> src/api/deployment.rs:25:1 Oct 10 14:35:14.296 INFO kablam! | Oct 10 14:35:14.296 INFO kablam! 25 | fn test_create() { Oct 10 14:35:14.296 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:35:14.296 INFO kablam! | Oct 10 14:35:14.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:35:14.296 INFO kablam! Oct 10 14:35:14.296 INFO kablam! warning: function is never used: `get` Oct 10 14:35:14.296 INFO kablam! --> src/api/task.rs:56:1 Oct 10 14:35:14.296 INFO kablam! | Oct 10 14:35:14.296 INFO kablam! 56 | fn get(url: &str) -> impl Future, Error=Error> { Oct 10 14:35:14.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.296 INFO kablam! Oct 10 14:35:14.296 INFO kablam! warning: function is never used: `test_get_list_simple` Oct 10 14:35:14.297 INFO kablam! --> src/api/task.rs:106:1 Oct 10 14:35:14.297 INFO kablam! | Oct 10 14:35:14.297 INFO kablam! 106 | fn test_get_list_simple() { Oct 10 14:35:14.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.297 INFO kablam! Oct 10 14:35:14.297 INFO kablam! warning: function is never used: `test_complete` Oct 10 14:35:14.297 INFO kablam! --> src/api/task.rs:112:1 Oct 10 14:35:14.297 INFO kablam! | Oct 10 14:35:14.297 INFO kablam! 112 | fn test_complete() { Oct 10 14:35:14.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.297 INFO kablam! Oct 10 14:35:14.308 INFO kablam! warning: structure field `followUp` should have a snake case name such as `follow_up` Oct 10 14:35:14.308 INFO kablam! --> src/dto.rs:9:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 9 | pub followUp: Option, // The follow-up date for the task. Format yyyy-MM-dd'T'HH:mm:ss. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `delegationState` should have a snake case name such as `delegation_state` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:10:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 10 | pub delegationState: Option, // The task's delegation state. Possible values are PENDING and RESOLVED. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `executionId` should have a snake case name such as `execution_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:12:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 12 | pub executionId: Option, // The id of the execution the task belongs to. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `parentTaskId` should have a snake case name such as `parent_task_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:13:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 13 | pub parentTaskId: Option, // The id the parent task, if this task is a subtask. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `processDefinitionId` should have a snake case name such as `process_definition_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:15:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 15 | pub processDefinitionId: Option, // The id of the process definition the task belongs to. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `processInstanceId` should have a snake case name such as `process_instance_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:16:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 16 | pub processInstanceId: Option, // The id of the process instance the task belongs to. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `caseExecutionId` should have a snake case name such as `case_execution_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:17:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 17 | pub caseExecutionId: Option, // The id of the case execution the task belongs to. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `caseDefinitionId` should have a snake case name such as `case_definition_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:18:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 18 | pub caseDefinitionId: Option, // The id of the case definition the task belongs to. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `caseInstanceId` should have a snake case name such as `case_instance_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:19:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 19 | pub caseInstanceId: Option, // The id of the case instance the task belongs to. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `taskDefinitionKey` should have a snake case name such as `task_definition_key` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:20:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 20 | pub taskDefinitionKey: Option, // The task's key. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `formKey` should have a snake case name such as `form_key` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:21:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 21 | pub formKey: Option, // If not null, the form key for the task. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:14.309 INFO kablam! warning: structure field `tenantId` should have a snake case name such as `tenant_id` Oct 10 14:35:14.309 INFO kablam! --> src/dto.rs:22:5 Oct 10 14:35:14.309 INFO kablam! | Oct 10 14:35:14.309 INFO kablam! 22 | pub tenantId: Option // If not null, the tenant id of the task. Oct 10 14:35:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:35:14.309 INFO kablam! Oct 10 14:35:17.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.37s Oct 10 14:35:17.993 INFO kablam! su: No module specific data is present Oct 10 14:35:19.294 INFO running `"docker" "rm" "-f" "39dbec225e96af462f9db4af686112d38fede9b836ec11f4b88da834adb0c458"` Oct 10 14:35:19.641 INFO blam! 39dbec225e96af462f9db4af686112d38fede9b836ec11f4b88da834adb0c458 Oct 10 14:35:19.660 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:35:19.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:35:20.101 INFO blam! c42a3b0196222d9d8a5f6cff0f910235fba65c7095d699196fa937faea04d7d3 Oct 10 14:35:20.103 INFO running `"docker" "start" "-a" "c42a3b0196222d9d8a5f6cff0f910235fba65c7095d699196fa937faea04d7d3"` Oct 10 14:35:21.869 INFO kablam! usermod: no changes Oct 10 14:35:22.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 10 14:35:22.173 INFO kablam! Running /target/debug/deps/camunda_client-93f02996e48d1485 Oct 10 14:35:22.184 INFO blam! Oct 10 14:35:22.185 INFO blam! running 1 test Oct 10 14:35:22.309 INFO blam! test api::process_definition::test_start_by_key ... FAILED Oct 10 14:35:22.309 INFO blam! Oct 10 14:35:22.309 INFO blam! failures: Oct 10 14:35:22.310 INFO blam! Oct 10 14:35:22.310 INFO blam! ---- api::process_definition::test_start_by_key stdout ---- Oct 10 14:35:22.310 INFO blam! thread 'api::process_definition::test_start_by_key' panicked at 'assertion failed: start_by_key(host, key, "{}").is_ok()', src/api/process_definition.rs:43:5 Oct 10 14:35:22.311 INFO blam! stack backtrace: Oct 10 14:35:22.311 INFO blam! 0: 0x558948cde1fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 14:35:22.311 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 14:35:22.312 INFO blam! 1: 0x558948ce7186 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 14:35:22.312 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 14:35:22.312 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 14:35:22.313 INFO kablam! error: test failed, to rerun pass '--lib' Oct 10 14:35:22.313 INFO blam! 2: 0x558948ce1edd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 14:35:22.313 INFO blam! at libstd/panicking.rs:211 Oct 10 14:35:22.314 INFO blam! 3: 0x558948ce1beb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 14:35:22.314 INFO blam! at libstd/panicking.rs:221 Oct 10 14:35:22.314 INFO kablam! su: No module specific data is present Oct 10 14:35:22.315 INFO blam! 4: 0x558948ce258c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 14:35:22.315 INFO blam! at libstd/panicking.rs:476 Oct 10 14:35:22.315 INFO blam! 5: 0x558948c207ef - std::panicking::begin_panic::h86bb7d7640b4419a Oct 10 14:35:22.315 INFO blam! at libstd/panicking.rs:410 Oct 10 14:35:22.316 INFO blam! 6: 0x558948a6752e - camunda_client::api::process_definition::test_start_by_key::ha4aa7229aebd71bd Oct 10 14:35:22.316 INFO blam! at src/api/process_definition.rs:43 Oct 10 14:35:22.316 INFO blam! 7: 0x558948a67439 - camunda_client::api::process_definition::test_start_by_key::{{closure}}::he2bdf1d6e25bc58f Oct 10 14:35:22.317 INFO blam! at src/api/process_definition.rs:39 Oct 10 14:35:22.317 INFO blam! 8: 0x558948a6659d - core::ops::function::FnOnce::call_once::h3879634ecf5b38b6 Oct 10 14:35:22.317 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:35:22.317 INFO blam! 9: 0x558948a68eae - >::call_box::h95b7cb918af67b5d Oct 10 14:35:22.317 INFO blam! at libtest/lib.rs:1468 Oct 10 14:35:22.317 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:35:22.317 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:35:22.317 INFO blam! 10: 0x558948cf2359 - __rust_maybe_catch_panic Oct 10 14:35:22.317 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:35:22.317 INFO blam! 11: 0x558948a899fd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 14:35:22.317 INFO blam! at libstd/panicking.rs:289 Oct 10 14:35:22.317 INFO blam! at libstd/panic.rs:392 Oct 10 14:35:22.317 INFO blam! at libtest/lib.rs:1423 Oct 10 14:35:22.318 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 14:35:22.318 INFO blam! 12: 0x558948a8a604 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 14:35:22.318 INFO blam! at libstd/thread/mod.rs:409 Oct 10 14:35:22.318 INFO blam! at libstd/panic.rs:313 Oct 10 14:35:22.318 INFO blam! at libstd/panicking.rs:310 Oct 10 14:35:22.318 INFO blam! 13: 0x558948cf2359 - __rust_maybe_catch_panic Oct 10 14:35:22.318 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:35:22.318 INFO blam! 14: 0x558948a77bc6 - >::call_box::h96125cb29a9ba44b Oct 10 14:35:22.318 INFO blam! at libstd/panicking.rs:289 Oct 10 14:35:22.318 INFO blam! at libstd/panic.rs:392 Oct 10 14:35:22.318 INFO blam! at libstd/thread/mod.rs:408 Oct 10 14:35:22.318 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:35:22.318 INFO blam! 15: 0x558948ce031a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 14:35:22.318 INFO blam! at liballoc/boxed.rs:682 Oct 10 14:35:22.318 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 14:35:22.318 INFO blam! 16: 0x558948cd3e85 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 14:35:22.318 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 14:35:22.318 INFO blam! 17: 0x7f3ef067f6b9 - start_thread Oct 10 14:35:22.318 INFO blam! 18: 0x7f3ef019f41c - clone Oct 10 14:35:22.318 INFO blam! 19: 0x0 - Oct 10 14:35:22.318 INFO blam! Oct 10 14:35:22.318 INFO blam! Oct 10 14:35:22.318 INFO blam! failures: Oct 10 14:35:22.318 INFO blam! api::process_definition::test_start_by_key Oct 10 14:35:22.318 INFO blam! Oct 10 14:35:22.318 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:35:22.318 INFO blam! Oct 10 14:35:23.628 INFO running `"docker" "rm" "-f" "c42a3b0196222d9d8a5f6cff0f910235fba65c7095d699196fa937faea04d7d3"` Oct 10 14:35:23.904 INFO blam! c42a3b0196222d9d8a5f6cff0f910235fba65c7095d699196fa937faea04d7d3