[INFO] cloning repository https://github.com/Max-Meldrum/kompact_template [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Max-Meldrum/kompact_template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMax-Meldrum%2Fkompact_template"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMax-Meldrum%2Fkompact_template'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e17b6d2199e2e1f28e186f7c8fc31f32f23a5d5f [INFO] checking Max-Meldrum/kompact_template against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMax-Meldrum%2Fkompact_template" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Max-Meldrum/kompact_template on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Max-Meldrum/kompact_template [INFO] finished tweaking git repo https://github.com/Max-Meldrum/kompact_template [INFO] tweaked toml for git repo https://github.com/Max-Meldrum/kompact_template written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Max-Meldrum/kompact_template already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/kompics/kompact` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a218eadcdcaebc04668fe58c135004cf197e0db19e9aa3319b6d18718e44ffa5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a218eadcdcaebc04668fe58c135004cf197e0db19e9aa3319b6d18718e44ffa5"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Checking as_num v0.2.5 [INFO] [stderr] Checking bitfields v0.2.0 [INFO] [stderr] Checking synchronoise v0.4.0 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking isatty v0.1.9 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking tokio-retry v0.2.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking executors v0.4.4 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Checking slog-term v2.4.0 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking spaniel v0.1.0 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Compiling kompact-actor-derive v0.6.0 (https://github.com/kompics/kompact#0d51a9ee) [INFO] [stderr] Compiling kompact-component-derive v0.6.0 (https://github.com/kompics/kompact#0d51a9ee) [INFO] [stderr] Checking kompact v0.6.0 (https://github.com/kompics/kompact#0d51a9ee) [INFO] [stderr] error[E0520]: `execute_send` specializes an item from a parent `impl`, but that item is not marked `default` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/kompact-8e3803f644d2dc0c/0d51a9e/core/src/component.rs:329:5 [INFO] [stderr] | [INFO] [stderr] 326 | impl ExecuteSend for A {} [INFO] [stderr] | -------------------------------------- parent `impl` is here [INFO] [stderr] ... [INFO] [stderr] 329 | / fn execute_send(&mut self, env: DispatchEnvelope) -> () { [INFO] [stderr] 330 | | Dispatcher::receive(self, env) [INFO] [stderr] 331 | | } [INFO] [stderr] | |_____^ cannot specialize default item `execute_send` [INFO] [stderr] | [INFO] [stderr] = note: to specialize, `execute_send` in the parent `impl` must be marked `default` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0520`. [INFO] [stderr] error: could not compile `kompact`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a218eadcdcaebc04668fe58c135004cf197e0db19e9aa3319b6d18718e44ffa5"` [INFO] running `"docker" "rm" "-f" "a218eadcdcaebc04668fe58c135004cf197e0db19e9aa3319b6d18718e44ffa5"` [INFO] [stdout] a218eadcdcaebc04668fe58c135004cf197e0db19e9aa3319b6d18718e44ffa5