Oct 12 23:37:59.424 INFO testing solarinc/camunda-client against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:37:59.424 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 23:38:00.056 INFO blam! 4e2ee9a54015ae407ff2a16847d754ce5424a5cb5a46dfdb0c8f80d39e658b03 Oct 12 23:38:00.058 INFO running `"docker" "start" "-a" "4e2ee9a54015ae407ff2a16847d754ce5424a5cb5a46dfdb0c8f80d39e658b03"` Oct 12 23:38:01.751 INFO kablam! usermod: no changes Oct 12 23:38:02.131 INFO kablam! Compiling mio_httpc v0.6.15 Oct 12 23:38:02.136 INFO kablam! Compiling data-encoding v2.1.1 Oct 12 23:38:02.150 INFO kablam! Compiling bytes v0.4.9 Oct 12 23:38:02.151 INFO kablam! Compiling pest_derive v1.0.7 Oct 12 23:38:02.151 INFO kablam! Compiling libflate v0.1.16 Oct 12 23:38:08.323 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 23:38:08.323 INFO kablam! Compiling http v0.1.8 Oct 12 23:38:16.966 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 12 23:38:16.967 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 23:38:16.969 INFO kablam! Compiling tokio-fs v0.1.2 Oct 12 23:38:28.021 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 12 23:38:28.023 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 23:38:31.535 INFO kablam! Compiling tokio v0.1.7 Oct 12 23:38:47.422 INFO kablam! Compiling h2 v0.1.10 Oct 12 23:38:55.491 INFO kablam! Compiling hyper v0.12.7 Oct 12 23:39:03.800 INFO kablam! Compiling hyper-multipart-rfc7578 v0.2.0-alpha2 Oct 12 23:39:05.383 INFO kablam! Compiling camunda-client v0.1.0 (/source) Oct 12 23:39:06.799 INFO kablam! warning: unused import: `tokio` Oct 12 23:39:06.800 INFO kablam! --> src/api/process_definition.rs:1:5 Oct 12 23:39:06.800 INFO kablam! | Oct 12 23:39:06.801 INFO kablam! 1 | use tokio; Oct 12 23:39:06.802 INFO kablam! | ^^^^^ Oct 12 23:39:06.802 INFO kablam! | Oct 12 23:39:06.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:39:06.803 INFO kablam! Oct 12 23:39:06.804 INFO kablam! warning: unused import: `futures` Oct 12 23:39:06.805 INFO kablam! --> src/api/process_definition.rs:2:5 Oct 12 23:39:06.805 INFO kablam! | Oct 12 23:39:06.806 INFO kablam! 2 | use futures; Oct 12 23:39:06.806 INFO kablam! | ^^^^^^^ Oct 12 23:39:06.807 INFO kablam! Oct 12 23:39:06.807 INFO kablam! warning: unused imports: `Body`, `Client`, `Future`, `Request`, `Stream`, `header::HeaderValue`, `self` Oct 12 23:39:06.808 INFO kablam! --> src/api/process_definition.rs:3:13 Oct 12 23:39:06.809 INFO kablam! | Oct 12 23:39:06.809 INFO kablam! 3 | use hyper::{Client, Request, Body, Oct 12 23:39:06.810 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^ Oct 12 23:39:06.811 INFO kablam! 4 | rt::{self, Future, Stream}, Oct 12 23:39:06.811 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 12 23:39:06.812 INFO kablam! 5 | header::HeaderValue Oct 12 23:39:06.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:06.812 INFO kablam! Oct 12 23:39:06.812 INFO kablam! warning: unused import: `mio_httpc` Oct 12 23:39:06.813 INFO kablam! --> src/api/process_definition.rs:7:5 Oct 12 23:39:06.813 INFO kablam! | Oct 12 23:39:06.813 INFO kablam! 7 | use mio_httpc; Oct 12 23:39:06.813 INFO kablam! | ^^^^^^^^^ Oct 12 23:39:06.813 INFO kablam! Oct 12 23:39:06.813 INFO kablam! warning: unused import: `tokio` Oct 12 23:39:06.813 INFO kablam! --> src/api/task.rs:2:5 Oct 12 23:39:06.813 INFO kablam! | Oct 12 23:39:06.813 INFO kablam! 2 | use tokio; Oct 12 23:39:06.813 INFO kablam! | ^^^^^ Oct 12 23:39:06.813 INFO kablam! Oct 12 23:39:06.813 INFO kablam! warning: unused imports: `Body`, `Request`, `header::HeaderValue`, `self` Oct 12 23:39:06.813 INFO kablam! --> src/api/task.rs:4:21 Oct 12 23:39:06.813 INFO kablam! | Oct 12 23:39:06.813 INFO kablam! 4 | use hyper::{Client, Request, Body, Oct 12 23:39:06.813 INFO kablam! | ^^^^^^^ ^^^^ Oct 12 23:39:06.813 INFO kablam! 5 | rt::{self, Future, Stream}, Oct 12 23:39:06.813 INFO kablam! | ^^^^ Oct 12 23:39:06.813 INFO kablam! 6 | header::HeaderValue Oct 12 23:39:06.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:06.813 INFO kablam! Oct 12 23:39:07.144 INFO kablam! warning: unused variable: `res` Oct 12 23:39:07.144 INFO kablam! --> src/api/process_definition.rs:29:13 Oct 12 23:39:07.144 INFO kablam! | Oct 12 23:39:07.145 INFO kablam! 29 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 12 23:39:07.145 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 23:39:07.145 INFO kablam! | Oct 12 23:39:07.146 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:39:07.146 INFO kablam! Oct 12 23:39:07.146 INFO kablam! warning: unused variable: `res` Oct 12 23:39:07.146 INFO kablam! --> src/api/task.rs:47:13 Oct 12 23:39:07.146 INFO kablam! | Oct 12 23:39:07.146 INFO kablam! 47 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 12 23:39:07.146 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 23:39:07.147 INFO kablam! Oct 12 23:39:07.239 INFO kablam! warning: function is never used: `test_create` Oct 12 23:39:07.239 INFO kablam! --> src/api/deployment.rs:25:1 Oct 12 23:39:07.239 INFO kablam! | Oct 12 23:39:07.239 INFO kablam! 25 | fn test_create() { Oct 12 23:39:07.239 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 23:39:07.239 INFO kablam! | Oct 12 23:39:07.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:39:07.239 INFO kablam! Oct 12 23:39:07.239 INFO kablam! warning: function is never used: `get` Oct 12 23:39:07.239 INFO kablam! --> src/api/task.rs:56:1 Oct 12 23:39:07.239 INFO kablam! | Oct 12 23:39:07.239 INFO kablam! 56 | fn get(url: &str) -> impl Future, Error=Error> { Oct 12 23:39:07.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.239 INFO kablam! Oct 12 23:39:07.239 INFO kablam! warning: function is never used: `test_get_list_simple` Oct 12 23:39:07.239 INFO kablam! --> src/api/task.rs:106:1 Oct 12 23:39:07.239 INFO kablam! | Oct 12 23:39:07.239 INFO kablam! 106 | fn test_get_list_simple() { Oct 12 23:39:07.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.239 INFO kablam! Oct 12 23:39:07.243 INFO kablam! warning: function is never used: `test_complete` Oct 12 23:39:07.243 INFO kablam! --> src/api/task.rs:112:1 Oct 12 23:39:07.243 INFO kablam! | Oct 12 23:39:07.243 INFO kablam! 112 | fn test_complete() { Oct 12 23:39:07.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.243 INFO kablam! Oct 12 23:39:07.246 INFO kablam! warning: structure field `followUp` should have a snake case name such as `follow_up` Oct 12 23:39:07.246 INFO kablam! --> src/dto.rs:9:5 Oct 12 23:39:07.246 INFO kablam! | Oct 12 23:39:07.246 INFO kablam! 9 | pub followUp: Option, // The follow-up date for the task. Format yyyy-MM-dd'T'HH:mm:ss. Oct 12 23:39:07.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.246 INFO kablam! | Oct 12 23:39:07.247 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:39:07.247 INFO kablam! Oct 12 23:39:07.247 INFO kablam! warning: structure field `delegationState` should have a snake case name such as `delegation_state` Oct 12 23:39:07.247 INFO kablam! --> src/dto.rs:10:5 Oct 12 23:39:07.247 INFO kablam! | Oct 12 23:39:07.248 INFO kablam! 10 | pub delegationState: Option, // The task's delegation state. Possible values are PENDING and RESOLVED. Oct 12 23:39:07.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.249 INFO kablam! Oct 12 23:39:07.249 INFO kablam! warning: structure field `executionId` should have a snake case name such as `execution_id` Oct 12 23:39:07.249 INFO kablam! --> src/dto.rs:12:5 Oct 12 23:39:07.249 INFO kablam! | Oct 12 23:39:07.249 INFO kablam! 12 | pub executionId: Option, // The id of the execution the task belongs to. Oct 12 23:39:07.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.250 INFO kablam! Oct 12 23:39:07.250 INFO kablam! warning: structure field `parentTaskId` should have a snake case name such as `parent_task_id` Oct 12 23:39:07.250 INFO kablam! --> src/dto.rs:13:5 Oct 12 23:39:07.250 INFO kablam! | Oct 12 23:39:07.250 INFO kablam! 13 | pub parentTaskId: Option, // The id the parent task, if this task is a subtask. Oct 12 23:39:07.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.251 INFO kablam! Oct 12 23:39:07.251 INFO kablam! warning: structure field `processDefinitionId` should have a snake case name such as `process_definition_id` Oct 12 23:39:07.251 INFO kablam! --> src/dto.rs:15:5 Oct 12 23:39:07.252 INFO kablam! | Oct 12 23:39:07.252 INFO kablam! 15 | pub processDefinitionId: Option, // The id of the process definition the task belongs to. Oct 12 23:39:07.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.253 INFO kablam! Oct 12 23:39:07.254 INFO kablam! warning: structure field `processInstanceId` should have a snake case name such as `process_instance_id` Oct 12 23:39:07.254 INFO kablam! --> src/dto.rs:16:5 Oct 12 23:39:07.254 INFO kablam! | Oct 12 23:39:07.254 INFO kablam! 16 | pub processInstanceId: Option, // The id of the process instance the task belongs to. Oct 12 23:39:07.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.254 INFO kablam! Oct 12 23:39:07.254 INFO kablam! warning: structure field `caseExecutionId` should have a snake case name such as `case_execution_id` Oct 12 23:39:07.254 INFO kablam! --> src/dto.rs:17:5 Oct 12 23:39:07.254 INFO kablam! | Oct 12 23:39:07.255 INFO kablam! 17 | pub caseExecutionId: Option, // The id of the case execution the task belongs to. Oct 12 23:39:07.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.255 INFO kablam! Oct 12 23:39:07.255 INFO kablam! warning: structure field `caseDefinitionId` should have a snake case name such as `case_definition_id` Oct 12 23:39:07.255 INFO kablam! --> src/dto.rs:18:5 Oct 12 23:39:07.255 INFO kablam! | Oct 12 23:39:07.255 INFO kablam! 18 | pub caseDefinitionId: Option, // The id of the case definition the task belongs to. Oct 12 23:39:07.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.255 INFO kablam! Oct 12 23:39:07.256 INFO kablam! warning: structure field `caseInstanceId` should have a snake case name such as `case_instance_id` Oct 12 23:39:07.256 INFO kablam! --> src/dto.rs:19:5 Oct 12 23:39:07.256 INFO kablam! | Oct 12 23:39:07.256 INFO kablam! 19 | pub caseInstanceId: Option, // The id of the case instance the task belongs to. Oct 12 23:39:07.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.256 INFO kablam! Oct 12 23:39:07.256 INFO kablam! warning: structure field `taskDefinitionKey` should have a snake case name such as `task_definition_key` Oct 12 23:39:07.256 INFO kablam! --> src/dto.rs:20:5 Oct 12 23:39:07.256 INFO kablam! | Oct 12 23:39:07.257 INFO kablam! 20 | pub taskDefinitionKey: Option, // The task's key. Oct 12 23:39:07.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.257 INFO kablam! Oct 12 23:39:07.257 INFO kablam! warning: structure field `formKey` should have a snake case name such as `form_key` Oct 12 23:39:07.257 INFO kablam! --> src/dto.rs:21:5 Oct 12 23:39:07.257 INFO kablam! | Oct 12 23:39:07.257 INFO kablam! 21 | pub formKey: Option, // If not null, the form key for the task. Oct 12 23:39:07.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.257 INFO kablam! Oct 12 23:39:07.271 INFO kablam! warning: structure field `tenantId` should have a snake case name such as `tenant_id` Oct 12 23:39:07.271 INFO kablam! --> src/dto.rs:22:5 Oct 12 23:39:07.271 INFO kablam! | Oct 12 23:39:07.271 INFO kablam! 22 | pub tenantId: Option // If not null, the tenant id of the task. Oct 12 23:39:07.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:07.271 INFO kablam! Oct 12 23:39:14.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 12 23:39:14.729 INFO kablam! su: No module specific data is present Oct 12 23:39:17.180 INFO running `"docker" "rm" "-f" "4e2ee9a54015ae407ff2a16847d754ce5424a5cb5a46dfdb0c8f80d39e658b03"` Oct 12 23:39:17.575 INFO blam! 4e2ee9a54015ae407ff2a16847d754ce5424a5cb5a46dfdb0c8f80d39e658b03 Oct 12 23:39:17.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 23:39:18.075 INFO blam! c2c28309463fb155ff2a97287d250a52cd839a21df23af4a200d34e03b757cde Oct 12 23:39:18.077 INFO running `"docker" "start" "-a" "c2c28309463fb155ff2a97287d250a52cd839a21df23af4a200d34e03b757cde"` Oct 12 23:39:20.299 INFO kablam! usermod: no changes Oct 12 23:39:20.572 INFO kablam! Compiling camunda-client v0.1.0 (/source) Oct 12 23:39:21.791 INFO kablam! warning: unused import: `tokio` Oct 12 23:39:21.792 INFO kablam! --> src/api/process_definition.rs:1:5 Oct 12 23:39:21.793 INFO kablam! | Oct 12 23:39:21.794 INFO kablam! 1 | use tokio; Oct 12 23:39:21.794 INFO kablam! | ^^^^^ Oct 12 23:39:21.795 INFO kablam! | Oct 12 23:39:21.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:39:21.796 INFO kablam! Oct 12 23:39:21.796 INFO kablam! warning: unused import: `futures` Oct 12 23:39:21.797 INFO kablam! --> src/api/process_definition.rs:2:5 Oct 12 23:39:21.797 INFO kablam! | Oct 12 23:39:21.798 INFO kablam! 2 | use futures; Oct 12 23:39:21.798 INFO kablam! | ^^^^^^^ Oct 12 23:39:21.799 INFO kablam! Oct 12 23:39:21.799 INFO kablam! warning: unused imports: `Body`, `Client`, `Future`, `Request`, `Stream`, `header::HeaderValue`, `self` Oct 12 23:39:21.799 INFO kablam! --> src/api/process_definition.rs:3:13 Oct 12 23:39:21.799 INFO kablam! | Oct 12 23:39:21.800 INFO kablam! 3 | use hyper::{Client, Request, Body, Oct 12 23:39:21.800 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^ Oct 12 23:39:21.800 INFO kablam! 4 | rt::{self, Future, Stream}, Oct 12 23:39:21.800 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 12 23:39:21.801 INFO kablam! 5 | header::HeaderValue Oct 12 23:39:21.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:21.801 INFO kablam! Oct 12 23:39:21.803 INFO kablam! warning: unused import: `mio_httpc` Oct 12 23:39:21.803 INFO kablam! --> src/api/process_definition.rs:7:5 Oct 12 23:39:21.803 INFO kablam! | Oct 12 23:39:21.804 INFO kablam! 7 | use mio_httpc; Oct 12 23:39:21.804 INFO kablam! | ^^^^^^^^^ Oct 12 23:39:21.804 INFO kablam! Oct 12 23:39:21.804 INFO kablam! warning: unused import: `tokio` Oct 12 23:39:21.805 INFO kablam! --> src/api/task.rs:2:5 Oct 12 23:39:21.805 INFO kablam! | Oct 12 23:39:21.805 INFO kablam! 2 | use tokio; Oct 12 23:39:21.805 INFO kablam! | ^^^^^ Oct 12 23:39:21.806 INFO kablam! Oct 12 23:39:21.806 INFO kablam! warning: unused imports: `Body`, `Request`, `header::HeaderValue`, `self` Oct 12 23:39:21.806 INFO kablam! --> src/api/task.rs:4:21 Oct 12 23:39:21.806 INFO kablam! | Oct 12 23:39:21.807 INFO kablam! 4 | use hyper::{Client, Request, Body, Oct 12 23:39:21.807 INFO kablam! | ^^^^^^^ ^^^^ Oct 12 23:39:21.807 INFO kablam! 5 | rt::{self, Future, Stream}, Oct 12 23:39:21.807 INFO kablam! | ^^^^ Oct 12 23:39:21.808 INFO kablam! 6 | header::HeaderValue Oct 12 23:39:21.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:21.808 INFO kablam! Oct 12 23:39:22.079 INFO kablam! warning: unused variable: `res` Oct 12 23:39:22.080 INFO kablam! --> src/api/process_definition.rs:29:13 Oct 12 23:39:22.080 INFO kablam! | Oct 12 23:39:22.080 INFO kablam! 29 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 12 23:39:22.080 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 23:39:22.080 INFO kablam! | Oct 12 23:39:22.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:39:22.080 INFO kablam! Oct 12 23:39:22.080 INFO kablam! warning: unused variable: `res` Oct 12 23:39:22.080 INFO kablam! --> src/api/task.rs:47:13 Oct 12 23:39:22.080 INFO kablam! | Oct 12 23:39:22.080 INFO kablam! 47 | let (_, res) = CallBuilder::post(body.as_bytes().to_vec()) Oct 12 23:39:22.080 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 23:39:22.080 INFO kablam! Oct 12 23:39:22.192 INFO kablam! warning: function is never used: `test_create` Oct 12 23:39:22.192 INFO kablam! --> src/api/deployment.rs:25:1 Oct 12 23:39:22.192 INFO kablam! | Oct 12 23:39:22.192 INFO kablam! 25 | fn test_create() { Oct 12 23:39:22.192 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 23:39:22.192 INFO kablam! | Oct 12 23:39:22.192 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:39:22.192 INFO kablam! Oct 12 23:39:22.192 INFO kablam! warning: function is never used: `get` Oct 12 23:39:22.192 INFO kablam! --> src/api/task.rs:56:1 Oct 12 23:39:22.192 INFO kablam! | Oct 12 23:39:22.192 INFO kablam! 56 | fn get(url: &str) -> impl Future, Error=Error> { Oct 12 23:39:22.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.192 INFO kablam! Oct 12 23:39:22.192 INFO kablam! warning: function is never used: `test_get_list_simple` Oct 12 23:39:22.192 INFO kablam! --> src/api/task.rs:106:1 Oct 12 23:39:22.192 INFO kablam! | Oct 12 23:39:22.192 INFO kablam! 106 | fn test_get_list_simple() { Oct 12 23:39:22.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.192 INFO kablam! Oct 12 23:39:22.192 INFO kablam! warning: function is never used: `test_complete` Oct 12 23:39:22.192 INFO kablam! --> src/api/task.rs:112:1 Oct 12 23:39:22.192 INFO kablam! | Oct 12 23:39:22.192 INFO kablam! 112 | fn test_complete() { Oct 12 23:39:22.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.196 INFO kablam! Oct 12 23:39:22.196 INFO kablam! warning: structure field `followUp` should have a snake case name such as `follow_up` Oct 12 23:39:22.196 INFO kablam! --> src/dto.rs:9:5 Oct 12 23:39:22.196 INFO kablam! | Oct 12 23:39:22.196 INFO kablam! 9 | pub followUp: Option, // The follow-up date for the task. Format yyyy-MM-dd'T'HH:mm:ss. Oct 12 23:39:22.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.196 INFO kablam! | Oct 12 23:39:22.196 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:39:22.196 INFO kablam! Oct 12 23:39:22.196 INFO kablam! warning: structure field `delegationState` should have a snake case name such as `delegation_state` Oct 12 23:39:22.196 INFO kablam! --> src/dto.rs:10:5 Oct 12 23:39:22.196 INFO kablam! | Oct 12 23:39:22.196 INFO kablam! 10 | pub delegationState: Option, // The task's delegation state. Possible values are PENDING and RESOLVED. Oct 12 23:39:22.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.196 INFO kablam! Oct 12 23:39:22.196 INFO kablam! warning: structure field `executionId` should have a snake case name such as `execution_id` Oct 12 23:39:22.196 INFO kablam! --> src/dto.rs:12:5 Oct 12 23:39:22.196 INFO kablam! | Oct 12 23:39:22.196 INFO kablam! 12 | pub executionId: Option, // The id of the execution the task belongs to. Oct 12 23:39:22.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `parentTaskId` should have a snake case name such as `parent_task_id` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:13:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 13 | pub parentTaskId: Option, // The id the parent task, if this task is a subtask. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `processDefinitionId` should have a snake case name such as `process_definition_id` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:15:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 15 | pub processDefinitionId: Option, // The id of the process definition the task belongs to. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `processInstanceId` should have a snake case name such as `process_instance_id` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:16:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 16 | pub processInstanceId: Option, // The id of the process instance the task belongs to. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `caseExecutionId` should have a snake case name such as `case_execution_id` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:17:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 17 | pub caseExecutionId: Option, // The id of the case execution the task belongs to. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `caseDefinitionId` should have a snake case name such as `case_definition_id` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:18:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 18 | pub caseDefinitionId: Option, // The id of the case definition the task belongs to. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `caseInstanceId` should have a snake case name such as `case_instance_id` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:19:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 19 | pub caseInstanceId: Option, // The id of the case instance the task belongs to. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `taskDefinitionKey` should have a snake case name such as `task_definition_key` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:20:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 20 | pub taskDefinitionKey: Option, // The task's key. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `formKey` should have a snake case name such as `form_key` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:21:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 21 | pub formKey: Option, // If not null, the form key for the task. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:22.197 INFO kablam! warning: structure field `tenantId` should have a snake case name such as `tenant_id` Oct 12 23:39:22.197 INFO kablam! --> src/dto.rs:22:5 Oct 12 23:39:22.197 INFO kablam! | Oct 12 23:39:22.197 INFO kablam! 22 | pub tenantId: Option // If not null, the tenant id of the task. Oct 12 23:39:22.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:22.197 INFO kablam! Oct 12 23:39:25.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.76s Oct 12 23:39:25.106 INFO kablam! su: No module specific data is present Oct 12 23:39:26.947 INFO running `"docker" "rm" "-f" "c2c28309463fb155ff2a97287d250a52cd839a21df23af4a200d34e03b757cde"` Oct 12 23:39:27.307 INFO blam! c2c28309463fb155ff2a97287d250a52cd839a21df23af4a200d34e03b757cde