[INFO] updating cached repository https://github.com/MathisWellmann/rust_trade_aggregation [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/MathisWellmann/rust_trade_aggregation [INFO] [stderr] 114fc28..929b624 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 929b624f96293bb86f5ccabc4d5e4f7a2bba00da [INFO] checking MathisWellmann/rust_trade_aggregation against try#8a5e87609850cdd8679aada01eb0f3062f254ca8 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathisWellmann%2Frust_trade_aggregation" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MathisWellmann/rust_trade_aggregation on toolchain 8a5e87609850cdd8679aada01eb0f3062f254ca8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MathisWellmann/rust_trade_aggregation [INFO] finished tweaking git repo https://github.com/MathisWellmann/rust_trade_aggregation [INFO] tweaked toml for git repo https://github.com/MathisWellmann/rust_trade_aggregation written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/MathisWellmann/rust_trade_aggregation already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b2d06d7b4cb192ea79a95e0fca6f0fb053a609f860ced53c1b538e264b01a244 [INFO] running `"docker" "start" "-a" "b2d06d7b4cb192ea79a95e0fca6f0fb053a609f860ced53c1b538e264b01a244"` [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking euclid v0.20.10 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking freetype v0.4.1 [INFO] [stderr] Checking servo-fontconfig-sys v4.0.9 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking image v0.22.5 [INFO] [stderr] Checking servo-fontconfig v0.4.0 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking trade_aggregation v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `welford_online::WelfordOnline: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/agg_time_streaming.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | welford_prices: welford_online::WelfordOnline, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `welford_online::WelfordOnline` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::clone::Clone::clone` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `welford_online::WelfordOnline: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/agg_time_streaming.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | welford_sizes: welford_online::WelfordOnline, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `welford_online::WelfordOnline` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::clone::Clone::clone` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `welford_online::WelfordOnline: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/agg_volume_streaming.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | welford_prices: welford_online::WelfordOnline, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `welford_online::WelfordOnline` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::clone::Clone::clone` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `welford_online::WelfordOnline: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/agg_volume_streaming.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | welford_sizes: welford_online::WelfordOnline, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `welford_online::WelfordOnline` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::clone::Clone::clone` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `trade_aggregation`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b2d06d7b4cb192ea79a95e0fca6f0fb053a609f860ced53c1b538e264b01a244"` [INFO] running `"docker" "rm" "-f" "b2d06d7b4cb192ea79a95e0fca6f0fb053a609f860ced53c1b538e264b01a244"` [INFO] [stdout] b2d06d7b4cb192ea79a95e0fca6f0fb053a609f860ced53c1b538e264b01a244