[INFO] cloning repository https://github.com/CDRayn/chatty [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CDRayn/chatty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDRayn%2Fchatty"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDRayn%2Fchatty'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 93ed9c6d118c52ff9002f4e618da3de8b1536177 [INFO] testing CDRayn/chatty against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDRayn%2Fchatty" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CDRayn/chatty on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/CDRayn/chatty [INFO] finished tweaking git repo https://github.com/CDRayn/chatty [INFO] tweaked toml for git repo https://github.com/CDRayn/chatty written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/CDRayn/chatty already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ece32fee33927313ef2de9d08924b74b9df8a3d489b475b2cc9ee0c52f990092 [INFO] running `"docker" "start" "-a" "ece32fee33927313ef2de9d08924b74b9df8a3d489b475b2cc9ee0c52f990092"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling simple_logger v1.3.0 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling chatty v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/models.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `HttpRequest` [INFO] [stderr] --> src/http.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct HttpRequest<'a> [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_request` [INFO] [stderr] --> src/http.rs:28:8 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn parse_request(request: &str) -> Result> [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_chat` [INFO] [stderr] --> src/models.rs:50:8 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn parse_chat(http_body: &str) -> Result [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_message` [INFO] [stderr] --> src/models.rs:68:8 [INFO] [stderr] | [INFO] [stderr] 68 | pub fn parse_message(http_body: &str) -> Result [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.35s [INFO] running `"docker" "inspect" "ece32fee33927313ef2de9d08924b74b9df8a3d489b475b2cc9ee0c52f990092"` [INFO] running `"docker" "rm" "-f" "ece32fee33927313ef2de9d08924b74b9df8a3d489b475b2cc9ee0c52f990092"` [INFO] [stdout] ece32fee33927313ef2de9d08924b74b9df8a3d489b475b2cc9ee0c52f990092 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 487e0d7338b706d8cabfa409be1278058d347f8d775fff51a3b00a0c9b8f761c [INFO] running `"docker" "start" "-a" "487e0d7338b706d8cabfa409be1278058d347f8d775fff51a3b00a0c9b8f761c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling chatty v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/models.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/models.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 176 | let mut json_message = r#" [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/models.rs:185:13 [INFO] [stderr] | [INFO] [stderr] 185 | let mut expected = Message { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/models.rs:192:13 [INFO] [stderr] | [INFO] [stderr] 192 | let mut parsed_message = parse_message(&json_message).unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.05s [INFO] running `"docker" "inspect" "487e0d7338b706d8cabfa409be1278058d347f8d775fff51a3b00a0c9b8f761c"` [INFO] running `"docker" "rm" "-f" "487e0d7338b706d8cabfa409be1278058d347f8d775fff51a3b00a0c9b8f761c"` [INFO] [stdout] 487e0d7338b706d8cabfa409be1278058d347f8d775fff51a3b00a0c9b8f761c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9413753a4c90a89e82d4fa71936a27a9c1c6bf61fc30ef5419b6e1ba8abf076b [INFO] running `"docker" "start" "-a" "9413753a4c90a89e82d4fa71936a27a9c1c6bf61fc30ef5419b6e1ba8abf076b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/models.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/models.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 176 | let mut json_message = r#" [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/models.rs:185:13 [INFO] [stderr] | [INFO] [stderr] 185 | let mut expected = Message { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/models.rs:192:13 [INFO] [stderr] | [INFO] [stderr] 192 | let mut parsed_message = parse_message(&json_message).unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chatty-fc57367fdd98078b [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test http::tests::test_parse_http_request_connect_invalid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_connect_valid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_delete_valid ... ok [INFO] [stdout] test models::test::test_parse_chat_valid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_post_valid ... ok [INFO] [stdout] test models::test::test_parse_message_valid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_options_invalid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_trace_valid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_head_invalid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_trace_invalid ... ok [INFO] [stdout] test http::tests::test_parse_request_get_valid ... ok [INFO] [stdout] test models::test::test_parse_chat_invalid ... ok [INFO] [stdout] test http::tests::test_parse_request_head_valid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_post_invalid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_delete_invalid ... ok [INFO] [stdout] test http::tests::test_parse_http_request_options_valid ... ok [INFO] [stdout] test http::tests::test_parse_request_get_invalid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9413753a4c90a89e82d4fa71936a27a9c1c6bf61fc30ef5419b6e1ba8abf076b"` [INFO] running `"docker" "rm" "-f" "9413753a4c90a89e82d4fa71936a27a9c1c6bf61fc30ef5419b6e1ba8abf076b"` [INFO] [stdout] 9413753a4c90a89e82d4fa71936a27a9c1c6bf61fc30ef5419b6e1ba8abf076b