[INFO] fetching crate crdt 0.5.0...
[INFO] checking crdt-0.5.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[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 b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--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-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9c73fdfa949f7580693d3568e981ea190e74e55306dc5fd28acf66f108ff411b
[INFO] running `Command { std: "docker" "start" "-a" "9c73fdfa949f7580693d3568e981ea190e74e55306dc5fd28acf66f108ff411b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c73fdfa949f7580693d3568e981ea190e74e55306dc5fd28acf66f108ff411b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c73fdfa949f7580693d3568e981ea190e74e55306dc5fd28acf66f108ff411b", kill_on_drop: false }`
[INFO] [stdout] 9c73fdfa949f7580693d3568e981ea190e74e55306dc5fd28acf66f108ff411b
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b467082ef32e0fcc2cb8915542c11be701f62b9842d3026a207eaceadd9c45ab
[INFO] running `Command { std: "docker" "start" "-a" "b467082ef32e0fcc2cb8915542c11be701f62b9842d3026a207eaceadd9c45ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking crdt v0.5.0 (/opt/rustwide/workdir)
[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" "b467082ef32e0fcc2cb8915542c11be701f62b9842d3026a207eaceadd9c45ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b467082ef32e0fcc2cb8915542c11be701f62b9842d3026a207eaceadd9c45ab", kill_on_drop: false }`
[INFO] [stdout] b467082ef32e0fcc2cb8915542c11be701f62b9842d3026a207eaceadd9c45ab
[INFO] checking crdt-0.5.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[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 bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ebcf15c348107a249da5476eccbe2aa3a0e50351411f74513580d13c6c6eedf6
[INFO] running `Command { std: "docker" "start" "-a" "ebcf15c348107a249da5476eccbe2aa3a0e50351411f74513580d13c6c6eedf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebcf15c348107a249da5476eccbe2aa3a0e50351411f74513580d13c6c6eedf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebcf15c348107a249da5476eccbe2aa3a0e50351411f74513580d13c6c6eedf6", kill_on_drop: false }`
[INFO] [stdout] ebcf15c348107a249da5476eccbe2aa3a0e50351411f74513580d13c6c6eedf6
[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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec51026c8ba2658a539700ff9e197f27ff09ccb968256f1f3b0c96ed74ecd489
[INFO] running `Command { std: "docker" "start" "-a" "ec51026c8ba2658a539700ff9e197f27ff09ccb968256f1f3b0c96ed74ecd489", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking crdt v0.5.0 (/opt/rustwide/workdir)
[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" "ec51026c8ba2658a539700ff9e197f27ff09ccb968256f1f3b0c96ed74ecd489", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec51026c8ba2658a539700ff9e197f27ff09ccb968256f1f3b0c96ed74ecd489", kill_on_drop: false }`
[INFO] [stdout] ec51026c8ba2658a539700ff9e197f27ff09ccb968256f1f3b0c96ed74ecd489
