[INFO] fetching crate urbit 0.1.0... [INFO] testing urbit-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate urbit 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate urbit 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate urbit 0.1.0 [INFO] finished tweaking crates.io crate urbit 0.1.0 [INFO] tweaked toml for crates.io crate urbit 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nock v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4de339bd07a479177f5c740935691f66cf4a9e302be230419b1434668325cb18 [INFO] running `Command { std: "docker" "start" "-a" "4de339bd07a479177f5c740935691f66cf4a9e302be230419b1434668325cb18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4de339bd07a479177f5c740935691f66cf4a9e302be230419b1434668325cb18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4de339bd07a479177f5c740935691f66cf4a9e302be230419b1434668325cb18", kill_on_drop: false }` [INFO] [stdout] 4de339bd07a479177f5c740935691f66cf4a9e302be230419b1434668325cb18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5053aeaa6d3e8cf54ae16fd28c83e173793e824ebf9e37183289b5303d34d2c [INFO] running `Command { std: "docker" "start" "-a" "d5053aeaa6d3e8cf54ae16fd28c83e173793e824ebf9e37183289b5303d34d2c", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling nock v0.4.0 [INFO] [stderr] Compiling urbit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `alloc_system` [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate alloc_system; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jet.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | let t1: T1 = try!(FromNoun::from_noun(&arg)); [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/jet.rs:71:15 [INFO] [stdout] | [INFO] [stdout] 71 | let ret = try!(f(t1).map_err(|e| NockError(format!("jet {} {}", jet_name, e)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jet.rs:83:30 [INFO] [stdout] | [INFO] [stdout] 83 | let (t1, t2): (T1, T2) = try!(FromNoun::from_noun(&arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jet.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | let ret = try!(f(t1, t2).map_err(|e| NockError(format!("jet {} {}", jet_name, e)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jet.rs:96:38 [INFO] [stdout] | [INFO] [stdout] 96 | let (t1, t2, t3): (T1, T2, T3) = try!(FromNoun::from_noun(&arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jet.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | let ret = try!(f(t1, t2, t3).map_err(|e| NockError(format!("jet {} {}", jet_name, e)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/jets.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | let bytes = cmp::min(((bits + 7) / 8), c.len()); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 83 - let bytes = cmp::min(((bits + 7) / 8), c.len()); [INFO] [stdout] 83 + let bytes = cmp::min((bits + 7) / 8, c.len()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jets.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | let (_, noun) = try!(parse(0, data, &mut Default::default())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jets.rs:170:33 [INFO] [stdout] | [INFO] [stdout] 170 | let (p, left) = try!(parse(pos, data.clone(), dict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jets.rs:172:34 [INFO] [stdout] | [INFO] [stdout] 172 | let (p, right) = try!(parse(pos, data.clone(), dict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jets.rs:182:30 [INFO] [stdout] | [INFO] [stdout] 182 | let (p, q) = try!(rub(data.clone(), pos)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/jets.rs:9:78 [INFO] [stdout] | [INFO] [stdout] 9 | macro_rules! bail( ($($arg:tt)*) => ( return Err(JetError(format!($($arg)*))); )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | bail!("Bad cell index") [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/jets.rs:193:26 [INFO] [stdout] | [INFO] [stdout] 193 | let (p, q) = try!(rub(data.clone(), pos)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | (p.clone(), try!(self.nock_on((*subject).clone(), (*q).clone()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:44:24 [INFO] [stdout] | [INFO] [stdout] 44 | let core = try!(self.nock_on((*subject).clone(), (*c).clone())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | let chum = try!(String::from_noun(name).map_err(|_| NockError(format!("hint")))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:106:42 [INFO] [stdout] | [INFO] [stdout] 106 | let hooks: Vec<(String, Noun)> = try!(FromNoun::from_noun(hooks) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/jet.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn cause(&self) -> Option<&Error> { [INFO] [stdout] 25 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `urbit` due to 2 previous errors; 19 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d5053aeaa6d3e8cf54ae16fd28c83e173793e824ebf9e37183289b5303d34d2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5053aeaa6d3e8cf54ae16fd28c83e173793e824ebf9e37183289b5303d34d2c", kill_on_drop: false }` [INFO] [stdout] d5053aeaa6d3e8cf54ae16fd28c83e173793e824ebf9e37183289b5303d34d2c