[INFO] updating cached repository https://github.com/devmane144/google_home [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c7dec5c4f375ed009db8872417981cdafe3420e7 [INFO] testing devmane144/google_home against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevmane144%2Fgoogle_home" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/devmane144/google_home 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/devmane144/google_home [INFO] finished tweaking git repo https://github.com/devmane144/google_home [INFO] tweaked toml for git repo https://github.com/devmane144/google_home written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/devmane144/google_home 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] fcb7d4f336e5a024537f6ad7f4838dffff25290c6112c28371065339f630f2d8 [INFO] running `"docker" "start" "-a" "fcb7d4f336e5a024537f6ad7f4838dffff25290c6112c28371065339f630f2d8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling multipart v0.15.4 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling rouille v3.0.0 [INFO] [stderr] Compiling google_home v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | let data = try_or_400!(post_input!(request, { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 32 | | txt: String, [INFO] [stderr] 33 | | files: Vec, [INFO] [stderr] 34 | | })); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | let data = try_or_400!(post_input!(request, { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 32 | | txt: String, [INFO] [stderr] 33 | | files: Vec, [INFO] [stderr] 34 | | })); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "fcb7d4f336e5a024537f6ad7f4838dffff25290c6112c28371065339f630f2d8"` [INFO] running `"docker" "rm" "-f" "fcb7d4f336e5a024537f6ad7f4838dffff25290c6112c28371065339f630f2d8"` [INFO] [stdout] fcb7d4f336e5a024537f6ad7f4838dffff25290c6112c28371065339f630f2d8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 284d80119d6b6a597b1d7650c34d62260a6035b1ba89c0ce8d08634b3dedce18 [INFO] running `"docker" "start" "-a" "284d80119d6b6a597b1d7650c34d62260a6035b1ba89c0ce8d08634b3dedce18"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling google_home v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | let data = try_or_400!(post_input!(request, { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 32 | | txt: String, [INFO] [stderr] 33 | | files: Vec, [INFO] [stderr] 34 | | })); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | let data = try_or_400!(post_input!(request, { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 32 | | txt: String, [INFO] [stderr] 33 | | files: Vec, [INFO] [stderr] 34 | | })); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.74s [INFO] running `"docker" "inspect" "284d80119d6b6a597b1d7650c34d62260a6035b1ba89c0ce8d08634b3dedce18"` [INFO] running `"docker" "rm" "-f" "284d80119d6b6a597b1d7650c34d62260a6035b1ba89c0ce8d08634b3dedce18"` [INFO] [stdout] 284d80119d6b6a597b1d7650c34d62260a6035b1ba89c0ce8d08634b3dedce18 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 85c0398b9082446f0c81e7b6da6c1e52e07f76fceaa34dcc060850e716126f1e [INFO] running `"docker" "start" "-a" "85c0398b9082446f0c81e7b6da6c1e52e07f76fceaa34dcc060850e716126f1e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | let data = try_or_400!(post_input!(request, { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 32 | | txt: String, [INFO] [stderr] 33 | | files: Vec, [INFO] [stderr] 34 | | })); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | let data = try_or_400!(post_input!(request, { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 32 | | txt: String, [INFO] [stderr] 33 | | files: Vec, [INFO] [stderr] 34 | | })); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/google_home-e4c3c21f358f4f07 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "85c0398b9082446f0c81e7b6da6c1e52e07f76fceaa34dcc060850e716126f1e"` [INFO] running `"docker" "rm" "-f" "85c0398b9082446f0c81e7b6da6c1e52e07f76fceaa34dcc060850e716126f1e"` [INFO] [stdout] 85c0398b9082446f0c81e7b6da6c1e52e07f76fceaa34dcc060850e716126f1e