[INFO] updating cached repository https://github.com/satelit-project/satelit-import [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c5c71cf691ff30cc82338ac9c75b4d2318b30ae2 [INFO] testing satelit-project/satelit-import against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsatelit-project%2Fsatelit-import" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/satelit-project/satelit-import on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/satelit-project/satelit-import [INFO] finished tweaking git repo https://github.com/satelit-project/satelit-import [INFO] tweaked toml for git repo https://github.com/satelit-project/satelit-import written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/satelit-project/satelit-import already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55e9b9e01ad15d1d3d76a12b754436a821c8cf9598b1e81a0fdaad6f5cfc2161 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "55e9b9e01ad15d1d3d76a12b754436a821c8cf9598b1e81a0fdaad6f5cfc2161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55e9b9e01ad15d1d3d76a12b754436a821c8cf9598b1e81a0fdaad6f5cfc2161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55e9b9e01ad15d1d3d76a12b754436a821c8cf9598b1e81a0fdaad6f5cfc2161", kill_on_drop: false }` [INFO] [stdout] 55e9b9e01ad15d1d3d76a12b754436a821c8cf9598b1e81a0fdaad6f5cfc2161 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faa56cdf1b40036b8f92863555415668ef372bda9ae2daf849fb777d7b46a164 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "faa56cdf1b40036b8f92863555415668ef372bda9ae2daf849fb777d7b46a164", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling simpl v0.1.0-alpha.1 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling sharded-slab v0.0.8 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling quick-xml v0.18.1 [INFO] [stderr] Compiling lexical-core v0.6.2 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling async-compression v0.3.2 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.4 [INFO] [stderr] Compiling dlv-list v0.2.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling r2d2 v0.8.8 [INFO] [stderr] Compiling ordered-multimap v0.2.4 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling rust-ini v0.15.2 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling tracing-attributes v0.1.7 [INFO] [stderr] Compiling thiserror-impl v1.0.14 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Compiling tokio v0.2.16 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling thiserror v1.0.14 [INFO] [stderr] Compiling tracing v0.1.13 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling tower-discover v0.3.0 [INFO] [stderr] Compiling tower-load-shed v0.3.0 [INFO] [stderr] Compiling tracing-futures v0.2.3 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Compiling diesel v1.4.4 [INFO] [stderr] Compiling tower-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tower-load v0.3.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling tower-retry v0.3.0 [INFO] [stderr] Compiling tower-ready-cache v0.3.1 [INFO] [stderr] Compiling tower-make v0.3.0 [INFO] [stderr] Compiling tower-buffer v0.3.0 [INFO] [stderr] Compiling tower-timeout v0.3.0 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling tower-limit v0.3.1 [INFO] [stderr] Compiling tower-balance v0.3.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling tower v0.3.1 [INFO] [stderr] Compiling hyper v0.13.4 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stderr] Compiling serde-xml-rs v0.4.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling tonic v0.1.1 [INFO] [stderr] Compiling reqwest v0.10.4 [INFO] [stderr] Compiling tinytemplate v1.0.3 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.4 [INFO] [stderr] Compiling rust-s3 v0.19.3 [INFO] [stderr] Compiling satelit-import v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 24s [INFO] running `Command { std: "docker" "inspect" "faa56cdf1b40036b8f92863555415668ef372bda9ae2daf849fb777d7b46a164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faa56cdf1b40036b8f92863555415668ef372bda9ae2daf849fb777d7b46a164", kill_on_drop: false }` [INFO] [stdout] faa56cdf1b40036b8f92863555415668ef372bda9ae2daf849fb777d7b46a164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e279b98a3fc72e978e024c7d22765ee39d6430fe49675f6701248775d78d5f7a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e279b98a3fc72e978e024c7d22765ee39d6430fe49675f6701248775d78d5f7a", kill_on_drop: false }` [INFO] [stderr] Compiling satelit-import v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.10s [INFO] running `Command { std: "docker" "inspect" "e279b98a3fc72e978e024c7d22765ee39d6430fe49675f6701248775d78d5f7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e279b98a3fc72e978e024c7d22765ee39d6430fe49675f6701248775d78d5f7a", kill_on_drop: false }` [INFO] [stdout] e279b98a3fc72e978e024c7d22765ee39d6430fe49675f6701248775d78d5f7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 628c0609f556dfa0794cf27041a934e57b2807834791f5c95f5121e51a142822 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "628c0609f556dfa0794cf27041a934e57b2807834791f5c95f5121e51a142822", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.81s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/satelit_import-4d7c3b627a970f1e [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/satelit_import-4232591be86ee3bf [INFO] [stdout] running 19 tests [INFO] [stderr] Doc-tests satelit-import [INFO] [stdout] test anidb::importer::import::tests::test_import_diff_add_remove ... ok [INFO] [stdout] test anidb::importer::import::tests::test_import_diff_remove ... ok [INFO] [stdout] test anidb::importer::import::tests::test_generates_skip_ids ... ok [INFO] [stdout] test anidb::importer::import::tests::test_does_reimport ... ok [INFO] [stdout] test anidb::importer::import::tests::test_import_diff_add ... ok [INFO] [stdout] test anidb::importer::import::tests::test_import_no_diff ... ok [INFO] [stdout] test rpc::task::update::builder_tests::test_empty_update ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_aired_accept ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_airing_accepts ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_airing_asap ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_airing_has_end ... ok [INFO] [stdout] test rpc::task::update::builder_tests::test_next_update_date ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_just_aired ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_airing_no_end ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_unaired ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_just_aired_accept ... ok [INFO] [stdout] test rpc::task::update::strategy_tests::test_unaired_accepts ... ok [INFO] [stdout] test rpc::task::update::builder_tests::test_full_update ... ok [INFO] [stdout] test store::tests::filenames ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [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 `Command { std: "docker" "inspect" "628c0609f556dfa0794cf27041a934e57b2807834791f5c95f5121e51a142822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "628c0609f556dfa0794cf27041a934e57b2807834791f5c95f5121e51a142822", kill_on_drop: false }` [INFO] [stdout] 628c0609f556dfa0794cf27041a934e57b2807834791f5c95f5121e51a142822