[INFO] updating cached repository https://github.com/Max-Meldrum/kompact_template
[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] e17b6d2199e2e1f28e186f7c8fc31f32f23a5d5f
[INFO] checking Max-Meldrum/kompact_template against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMax-Meldrum%2Fkompact_template" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Max-Meldrum/kompact_template on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 62f578c1f46bbeb7b80d5b095dbf39af3d47930adac1ad3e6b07890b7fd330dd
[INFO] running `"docker" "start" "-a" "62f578c1f46bbeb7b80d5b095dbf39af3d47930adac1ad3e6b07890b7fd330dd"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling slog v2.4.1
[INFO] [stderr]    Compiling syn v0.15.34
[INFO] [stderr]     Checking sequence_trie v0.3.6
[INFO] [stderr]     Checking oncemutex v0.1.1
[INFO] [stderr]     Checking as_num v0.2.5
[INFO] [stderr]     Checking arc-swap v0.3.11
[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 threadpool v1.7.1
[INFO] [stderr]     Checking tokio-retry v0.2.0
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking spaniel v0.1.0
[INFO] [stderr]     Checking term v0.5.2
[INFO] [stderr]     Checking executors v0.4.4
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking slog-term v2.4.0
[INFO] [stderr]     Checking slog-async v2.3.0
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio-uds v0.2.5
[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<A: ActorRaw> 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" "62f578c1f46bbeb7b80d5b095dbf39af3d47930adac1ad3e6b07890b7fd330dd"`
[INFO] running `"docker" "rm" "-f" "62f578c1f46bbeb7b80d5b095dbf39af3d47930adac1ad3e6b07890b7fd330dd"`
[INFO] [stdout] 62f578c1f46bbeb7b80d5b095dbf39af3d47930adac1ad3e6b07890b7fd330dd
