[INFO] updating cached repository https://github.com/uniphil/write-only.space [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] 8ef176f80d6135870dbaa05778be265d55422ba3 [INFO] testing uniphil/write-only.space against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funiphil%2Fwrite-only.space" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uniphil/write-only.space on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/uniphil/write-only.space [INFO] finished tweaking git repo https://github.com/uniphil/write-only.space [INFO] tweaked toml for git repo https://github.com/uniphil/write-only.space written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/uniphil/write-only.space already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] 2db24d058529a8bde81ea23465b52a407fc6f9ecc7a97145300af5dd4ba81420 [INFO] running `"docker" "start" "-a" "2db24d058529a8bde81ea23465b52a407fc6f9ecc7a97145300af5dd4ba81420"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling buf_redux v0.3.0 [INFO] [stderr] Compiling route v0.2.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling r2d2 v0.7.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling phf_shared v0.7.15 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling phf v0.7.15 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling phf_generator v0.7.15 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling phf_codegen v0.7.15 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling hyper v0.9.18 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling multipart v0.8.1 [INFO] [stderr] Compiling postgres v0.11.12 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling rustls v0.13.1 [INFO] [stderr] Compiling r2d2_postgres v0.10.1 [INFO] [stderr] Compiling persistent v0.2.1 [INFO] [stderr] Compiling logger v0.1.0 [INFO] [stderr] Compiling bodyparser v0.4.1 [INFO] [stderr] Compiling urlencoded v0.4.1 [INFO] [stderr] Compiling params v0.4.1 (https://github.com/uniphil/params#b475d544) [INFO] [stderr] Compiling hyper-rustls v0.6.2 [INFO] [stderr] Compiling write-only-space v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:490:19 [INFO] [stderr] | [INFO] [stderr] 490 | let manager = try!(PostgresConnectionManager::new(uri, SslMode::None) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:307:42 [INFO] [stderr] | [INFO] [stderr] 307 | None => return Ok(Response::with((Status::NotFound))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:349:42 [INFO] [stderr] | [INFO] [stderr] 349 | None => return Ok(Response::with((Status::NotFound))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:482:1 [INFO] [stderr] | [INFO] [stderr] 482 | / lazy_static! { [INFO] [stderr] 483 | | // sandbox account [INFO] [stderr] 484 | | static ref MAILGUN_KEY: String = env("MAILGUN_KEY", "key-7cdbe8cd5fe3a81fff2a24121c7644dc"); [INFO] [stderr] 485 | | static ref MAILGUN_DOMAIN: String = env("MAILGUN_DOMAIN", "sandboxdef91d7398f94b818073e4b7a1341be7.mailgun.org"); [INFO] [stderr] 486 | | } [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:482:1 [INFO] [stderr] | [INFO] [stderr] 482 | / lazy_static! { [INFO] [stderr] 483 | | // sandbox account [INFO] [stderr] 484 | | static ref MAILGUN_KEY: String = env("MAILGUN_KEY", "key-7cdbe8cd5fe3a81fff2a24121c7644dc"); [INFO] [stderr] 485 | | static ref MAILGUN_DOMAIN: String = env("MAILGUN_DOMAIN", "sandboxdef91d7398f94b818073e4b7a1341be7.mailgun.org"); [INFO] [stderr] 486 | | } [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: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.23s [INFO] running `"docker" "inspect" "2db24d058529a8bde81ea23465b52a407fc6f9ecc7a97145300af5dd4ba81420"` [INFO] running `"docker" "rm" "-f" "2db24d058529a8bde81ea23465b52a407fc6f9ecc7a97145300af5dd4ba81420"` [INFO] [stdout] 2db24d058529a8bde81ea23465b52a407fc6f9ecc7a97145300af5dd4ba81420 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] 812a06dffe66daba67fa7d1d8ed6bda7c45a457f140e9928cf7d642c99153e3c [INFO] running `"docker" "start" "-a" "812a06dffe66daba67fa7d1d8ed6bda7c45a457f140e9928cf7d642c99153e3c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling write-only-space v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:490:19 [INFO] [stderr] | [INFO] [stderr] 490 | let manager = try!(PostgresConnectionManager::new(uri, SslMode::None) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:307:42 [INFO] [stderr] | [INFO] [stderr] 307 | None => return Ok(Response::with((Status::NotFound))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:349:42 [INFO] [stderr] | [INFO] [stderr] 349 | None => return Ok(Response::with((Status::NotFound))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:482:1 [INFO] [stderr] | [INFO] [stderr] 482 | / lazy_static! { [INFO] [stderr] 483 | | // sandbox account [INFO] [stderr] 484 | | static ref MAILGUN_KEY: String = env("MAILGUN_KEY", "key-7cdbe8cd5fe3a81fff2a24121c7644dc"); [INFO] [stderr] 485 | | static ref MAILGUN_DOMAIN: String = env("MAILGUN_DOMAIN", "sandboxdef91d7398f94b818073e4b7a1341be7.mailgun.org"); [INFO] [stderr] 486 | | } [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:482:1 [INFO] [stderr] | [INFO] [stderr] 482 | / lazy_static! { [INFO] [stderr] 483 | | // sandbox account [INFO] [stderr] 484 | | static ref MAILGUN_KEY: String = env("MAILGUN_KEY", "key-7cdbe8cd5fe3a81fff2a24121c7644dc"); [INFO] [stderr] 485 | | static ref MAILGUN_DOMAIN: String = env("MAILGUN_DOMAIN", "sandboxdef91d7398f94b818073e4b7a1341be7.mailgun.org"); [INFO] [stderr] 486 | | } [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: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.54s [INFO] running `"docker" "inspect" "812a06dffe66daba67fa7d1d8ed6bda7c45a457f140e9928cf7d642c99153e3c"` [INFO] running `"docker" "rm" "-f" "812a06dffe66daba67fa7d1d8ed6bda7c45a457f140e9928cf7d642c99153e3c"` [INFO] [stdout] 812a06dffe66daba67fa7d1d8ed6bda7c45a457f140e9928cf7d642c99153e3c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] 24d75c1be79a2983499739756b9662833d2c6ed39a8e14e7cd138c674abc583a [INFO] running `"docker" "start" "-a" "24d75c1be79a2983499739756b9662833d2c6ed39a8e14e7cd138c674abc583a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:490:19 [INFO] [stderr] | [INFO] [stderr] 490 | let manager = try!(PostgresConnectionManager::new(uri, SslMode::None) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:307:42 [INFO] [stderr] | [INFO] [stderr] 307 | None => return Ok(Response::with((Status::NotFound))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:349:42 [INFO] [stderr] | [INFO] [stderr] 349 | None => return Ok(Response::with((Status::NotFound))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:482:1 [INFO] [stderr] | [INFO] [stderr] 482 | / lazy_static! { [INFO] [stderr] 483 | | // sandbox account [INFO] [stderr] 484 | | static ref MAILGUN_KEY: String = env("MAILGUN_KEY", "key-7cdbe8cd5fe3a81fff2a24121c7644dc"); [INFO] [stderr] 485 | | static ref MAILGUN_DOMAIN: String = env("MAILGUN_DOMAIN", "sandboxdef91d7398f94b818073e4b7a1341be7.mailgun.org"); [INFO] [stderr] 486 | | } [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:482:1 [INFO] [stderr] | [INFO] [stderr] 482 | / lazy_static! { [INFO] [stderr] 483 | | // sandbox account [INFO] [stderr] 484 | | static ref MAILGUN_KEY: String = env("MAILGUN_KEY", "key-7cdbe8cd5fe3a81fff2a24121c7644dc"); [INFO] [stderr] 485 | | static ref MAILGUN_DOMAIN: String = env("MAILGUN_DOMAIN", "sandboxdef91d7398f94b818073e4b7a1341be7.mailgun.org"); [INFO] [stderr] 486 | | } [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: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/write_only_space-e578395fe8bdaf3d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test html::test_tag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "24d75c1be79a2983499739756b9662833d2c6ed39a8e14e7cd138c674abc583a"` [INFO] running `"docker" "rm" "-f" "24d75c1be79a2983499739756b9662833d2c6ed39a8e14e7cd138c674abc583a"` [INFO] [stdout] 24d75c1be79a2983499739756b9662833d2c6ed39a8e14e7cd138c674abc583a