[INFO] updating cached repository https://github.com/arminha/covet [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] [stderr] From https://github.com/arminha/covet [INFO] [stderr] eb7d47a..351edaa master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 351edaa6599d909fcc7f3a8937031063cafa640b [INFO] testing arminha/covet against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farminha%2Fcovet" "/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/arminha/covet on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/arminha/covet [INFO] finished tweaking git repo https://github.com/arminha/covet [INFO] tweaked toml for git repo https://github.com/arminha/covet written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/arminha/covet already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] fd5455560596cfea9e69ac98c4881d7bf9c0f6d491d2a9feeac1339bb599a977 [INFO] running `"docker" "start" "-a" "fd5455560596cfea9e69ac98c4881d7bf9c0f6d491d2a9feeac1339bb599a977"` [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling xml-rs v0.8.2 [INFO] [stderr] Compiling time v0.2.1 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling xmltree v0.10.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling openssl-sys v0.9.48 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling structopt-derive v0.3.2 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling structopt v0.3.2 [INFO] [stderr] Compiling covet v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/scanner.rs:74:37 [INFO] [stderr] | [INFO] [stderr] 74 | ErrorKind::Other if err.description().contains("Name or service not known") => true, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/scanner.rs:91:33 [INFO] [stderr] | [INFO] [stderr] 91 | ScannerError::Other(err.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `"docker" "inspect" "fd5455560596cfea9e69ac98c4881d7bf9c0f6d491d2a9feeac1339bb599a977"` [INFO] running `"docker" "rm" "-f" "fd5455560596cfea9e69ac98c4881d7bf9c0f6d491d2a9feeac1339bb599a977"` [INFO] [stdout] fd5455560596cfea9e69ac98c4881d7bf9c0f6d491d2a9feeac1339bb599a977 [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 970565fcb7333508e1843e2cb9c0af0f8522d29930a7d1e5b52ce1acec23a4e1 [INFO] running `"docker" "start" "-a" "970565fcb7333508e1843e2cb9c0af0f8522d29930a7d1e5b52ce1acec23a4e1"` [INFO] [stderr] Compiling covet v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/scanner.rs:74:37 [INFO] [stderr] | [INFO] [stderr] 74 | ErrorKind::Other if err.description().contains("Name or service not known") => true, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/scanner.rs:91:33 [INFO] [stderr] | [INFO] [stderr] 91 | ScannerError::Other(err.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.30s [INFO] running `"docker" "inspect" "970565fcb7333508e1843e2cb9c0af0f8522d29930a7d1e5b52ce1acec23a4e1"` [INFO] running `"docker" "rm" "-f" "970565fcb7333508e1843e2cb9c0af0f8522d29930a7d1e5b52ce1acec23a4e1"` [INFO] [stdout] 970565fcb7333508e1843e2cb9c0af0f8522d29930a7d1e5b52ce1acec23a4e1 [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] f48634e311bfbb7a4cf8668b91d2ecdb7e4389cb147de30eaea036a084b16bd3 [INFO] running `"docker" "start" "-a" "f48634e311bfbb7a4cf8668b91d2ecdb7e4389cb147de30eaea036a084b16bd3"` [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/scanner.rs:74:37 [INFO] [stderr] | [INFO] [stderr] 74 | ErrorKind::Other if err.description().contains("Name or service not known") => true, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/scanner.rs:91:33 [INFO] [stderr] | [INFO] [stderr] 91 | ScannerError::Other(err.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/covet-ec99c2ac849e9763 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test message::job_status::test::read_job_status_xml_ready_to_upload ... ok [INFO] [stdout] test message::scan_job::test::scan_job_write_xml_pdf ... ok [INFO] [stdout] test message::job_status::test::read_job_status_xml_completed ... ok [INFO] [stdout] test message::scan_status::test::read_scan_status_xml ... ok [INFO] [stdout] test message::job_status::test::read_job_status_xml_preparing ... ok [INFO] [stdout] test scanner::test::check_output_file_name ... ok [INFO] [stdout] test message::scan_job::test::scan_job_write_xml_jpeg ... ok [INFO] [stdout] test web::test::static_content_generate_etag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f48634e311bfbb7a4cf8668b91d2ecdb7e4389cb147de30eaea036a084b16bd3"` [INFO] running `"docker" "rm" "-f" "f48634e311bfbb7a4cf8668b91d2ecdb7e4389cb147de30eaea036a084b16bd3"` [INFO] [stdout] f48634e311bfbb7a4cf8668b91d2ecdb7e4389cb147de30eaea036a084b16bd3