[INFO] updating cached repository https://github.com/erikjohnston/rust-synapse-compress-state [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 2c364b1110a82f7dc7de499ce631c91131c957dc [INFO] testing erikjohnston/rust-synapse-compress-state against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikjohnston%2Frust-synapse-compress-state" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erikjohnston/rust-synapse-compress-state on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/erikjohnston/rust-synapse-compress-state [INFO] finished tweaking git repo https://github.com/erikjohnston/rust-synapse-compress-state [INFO] tweaked toml for git repo https://github.com/erikjohnston/rust-synapse-compress-state written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/erikjohnston/rust-synapse-compress-state already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 391c1d953dcb1bf676e15fb7722c72637378ce05bf03113c1feef25274e6e56b [INFO] running `"docker" "start" "-a" "391c1d953dcb1bf676e15fb7722c72637378ce05bf03113c1feef25274e6e56b"` [INFO] [stderr] Compiling libc v0.2.61 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling state-map v0.1.0 (https://github.com/matrix-org/rust-matrix-state-map#211343e8) [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling getrandom v0.1.8 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling indicatif v0.11.0 [INFO] [stderr] Compiling jemallocator v0.3.2 [INFO] [stderr] Compiling synapse-compress-state v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `"docker" "inspect" "391c1d953dcb1bf676e15fb7722c72637378ce05bf03113c1feef25274e6e56b"` [INFO] running `"docker" "rm" "-f" "391c1d953dcb1bf676e15fb7722c72637378ce05bf03113c1feef25274e6e56b"` [INFO] [stdout] 391c1d953dcb1bf676e15fb7722c72637378ce05bf03113c1feef25274e6e56b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 486f94f417a59436e14b66fe5320e579f690f800fc7c30cd118ee6a8776527ea [INFO] running `"docker" "start" "-a" "486f94f417a59436e14b66fe5320e579f690f800fc7c30cd118ee6a8776527ea"` [INFO] [stderr] Compiling synapse-compress-state v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.67s [INFO] running `"docker" "inspect" "486f94f417a59436e14b66fe5320e579f690f800fc7c30cd118ee6a8776527ea"` [INFO] running `"docker" "rm" "-f" "486f94f417a59436e14b66fe5320e579f690f800fc7c30cd118ee6a8776527ea"` [INFO] [stdout] 486f94f417a59436e14b66fe5320e579f690f800fc7c30cd118ee6a8776527ea [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen"` [INFO] [stdout] 816b9cbf943c3f30caee6b1a3fb576fcadad6e7a8787bcb3d17531c66178ba26 [INFO] running `"docker" "start" "-a" "816b9cbf943c3f30caee6b1a3fb576fcadad6e7a8787bcb3d17531c66178ba26"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/synapse_compress_state-b68d46517ff61d42 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test database::test_pg_escape ... ok [INFO] [stdout] test compressor::test_new_map ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "816b9cbf943c3f30caee6b1a3fb576fcadad6e7a8787bcb3d17531c66178ba26"` [INFO] running `"docker" "rm" "-f" "816b9cbf943c3f30caee6b1a3fb576fcadad6e7a8787bcb3d17531c66178ba26"` [INFO] [stdout] 816b9cbf943c3f30caee6b1a3fb576fcadad6e7a8787bcb3d17531c66178ba26