[INFO] fetching crate crdt 0.5.0...
[INFO] checking crdt-0.5.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate crdt 0.5.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate crdt 0.5.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate crdt 0.5.0
[INFO] finished tweaking crates.io crate crdt 0.5.0
[INFO] tweaked toml for crates.io crate crdt 0.5.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quickcheck v1.0.3
[INFO] [stderr]   Downloaded quickcheck_macros v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d28980bb35a00c16a8c165f9179a261e2e1778e32847b5261e3f3ce96f79d2e2
[INFO] running `Command { std: "docker" "start" "-a" "d28980bb35a00c16a8c165f9179a261e2e1778e32847b5261e3f3ce96f79d2e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d28980bb35a00c16a8c165f9179a261e2e1778e32847b5261e3f3ce96f79d2e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d28980bb35a00c16a8c165f9179a261e2e1778e32847b5261e3f3ce96f79d2e2", kill_on_drop: false }`
[INFO] [stdout] d28980bb35a00c16a8c165f9179a261e2e1778e32847b5261e3f3ce96f79d2e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 01a9fdd99db4bd53e2af5785d69f76adfe44a0ee7dbb9fe84205741a8b40e083
[INFO] running `Command { std: "docker" "start" "-a" "01a9fdd99db4bd53e2af5785d69f76adfe44a0ee7dbb9fe84205741a8b40e083", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking crdt v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![register_tool]` and `#![register_attr]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |                                    ^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::iter::AdditiveIterator`
[INFO] [stdout]  --> src/counter/gcounter.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::iter::AdditiveIterator;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AdditiveIterator` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::iter::AdditiveIterator`
[INFO] [stdout]  --> src/counter/pncounter.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::iter::AdditiveIterator;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AdditiveIterator` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::num::SignedInt`
[INFO] [stdout]  --> src/counter/pncounter.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::num::SignedInt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 |          try!(write!(f, "{{present: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:240:10
[INFO] [stdout]     |
[INFO] [stdout] 240 |          try!(write!(f, "}}, removed: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:238:14
[INFO] [stdout]     |
[INFO] [stdout] 238 |              try!(write!(f, "{:?}", *x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:237:26
[INFO] [stdout]     |
[INFO] [stdout] 237 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:247:14
[INFO] [stdout]     |
[INFO] [stdout] 247 |              try!(write!(f, "{:?}", *x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:246:26
[INFO] [stdout]     |
[INFO] [stdout] 246 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:235:10
[INFO] [stdout]     |
[INFO] [stdout] 235 |          try!(write!(f, "{{present: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 |          try!(write!(f, "}}, removed: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:242:14
[INFO] [stdout]     |
[INFO] [stdout] 242 |              try!(write!(f, "{:?}", x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:251:14
[INFO] [stdout]     |
[INFO] [stdout] 251 |              try!(write!(f, "{:?}", x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/test.rs:4:38
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/test.rs:6:41
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut REPLICA_COUNT: AtomicUsize = ATOMIC_USIZE_INIT;
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut REPLICA_COUNT: AtomicUsize = AtomicUsize::new(0);
[INFO] [stdout]   |                                         ~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `std_misc`
[INFO] [stdout]  --> src/lib.rs:8:44
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0557, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crdt` (lib) due to 7 previous errors; 15 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "01a9fdd99db4bd53e2af5785d69f76adfe44a0ee7dbb9fe84205741a8b40e083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01a9fdd99db4bd53e2af5785d69f76adfe44a0ee7dbb9fe84205741a8b40e083", kill_on_drop: false }`
[INFO] [stdout] 01a9fdd99db4bd53e2af5785d69f76adfe44a0ee7dbb9fe84205741a8b40e083
[INFO] checking crdt-0.5.0 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate crdt 0.5.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate crdt 0.5.0 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate crdt 0.5.0
[INFO] finished tweaking crates.io crate crdt 0.5.0
[INFO] tweaked toml for crates.io crate crdt 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26a4a62dc69d793b9416515aca233f89f5e1b07f6bcefe4feff781d9e37fd25c
[INFO] running `Command { std: "docker" "start" "-a" "26a4a62dc69d793b9416515aca233f89f5e1b07f6bcefe4feff781d9e37fd25c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26a4a62dc69d793b9416515aca233f89f5e1b07f6bcefe4feff781d9e37fd25c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26a4a62dc69d793b9416515aca233f89f5e1b07f6bcefe4feff781d9e37fd25c", kill_on_drop: false }`
[INFO] [stdout] 26a4a62dc69d793b9416515aca233f89f5e1b07f6bcefe4feff781d9e37fd25c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02745026ca51fc1b152698cbc5e81698676ce2a32558ac804fb0c3462b4214fd
[INFO] running `Command { std: "docker" "start" "-a" "02745026ca51fc1b152698cbc5e81698676ce2a32558ac804fb0c3462b4214fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking crdt v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![register_tool]` and `#![register_attr]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |                                    ^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::iter::AdditiveIterator`
[INFO] [stdout]  --> src/counter/gcounter.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::iter::AdditiveIterator;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AdditiveIterator` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::iter::AdditiveIterator`
[INFO] [stdout]  --> src/counter/pncounter.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::iter::AdditiveIterator;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AdditiveIterator` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::num::SignedInt`
[INFO] [stdout]  --> src/counter/pncounter.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::num::SignedInt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 |          try!(write!(f, "{{present: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:240:10
[INFO] [stdout]     |
[INFO] [stdout] 240 |          try!(write!(f, "}}, removed: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:238:14
[INFO] [stdout]     |
[INFO] [stdout] 238 |              try!(write!(f, "{:?}", *x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:237:26
[INFO] [stdout]     |
[INFO] [stdout] 237 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:247:14
[INFO] [stdout]     |
[INFO] [stdout] 247 |              try!(write!(f, "{:?}", *x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/tpset.rs:246:26
[INFO] [stdout]     |
[INFO] [stdout] 246 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:235:10
[INFO] [stdout]     |
[INFO] [stdout] 235 |          try!(write!(f, "{{present: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 |          try!(write!(f, "}}, removed: {{"));
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:242:14
[INFO] [stdout]     |
[INFO] [stdout] 242 |              try!(write!(f, "{:?}", x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:251:14
[INFO] [stdout]     |
[INFO] [stdout] 251 |              try!(write!(f, "{:?}", x))
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/set/lwwset.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |              if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/test.rs:4:38
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/test.rs:6:41
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut REPLICA_COUNT: AtomicUsize = ATOMIC_USIZE_INIT;
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut REPLICA_COUNT: AtomicUsize = AtomicUsize::new(0);
[INFO] [stdout]   |                                         ~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `std_misc`
[INFO] [stdout]  --> src/lib.rs:8:44
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(core, custom_attribute, plugin, std_misc)]
[INFO] [stdout]   |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0557, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crdt` (lib) due to 7 previous errors; 15 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "02745026ca51fc1b152698cbc5e81698676ce2a32558ac804fb0c3462b4214fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02745026ca51fc1b152698cbc5e81698676ce2a32558ac804fb0c3462b4214fd", kill_on_drop: false }`
[INFO] [stdout] 02745026ca51fc1b152698cbc5e81698676ce2a32558ac804fb0c3462b4214fd
