[INFO] fetching crate oxischeme 0.0.3... [INFO] checking oxischeme-0.0.3 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate oxischeme 0.0.3 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate oxischeme 0.0.3 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate oxischeme 0.0.3 [INFO] finished tweaking crates.io crate oxischeme 0.0.3 [INFO] tweaked toml for crates.io crate oxischeme 0.0.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fdd36bec734ec42a66f75b88d44e70031bb8125af88dd6baae394fb0325fb8a [INFO] running `Command { std: "docker" "start" "-a" "4fdd36bec734ec42a66f75b88d44e70031bb8125af88dd6baae394fb0325fb8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fdd36bec734ec42a66f75b88d44e70031bb8125af88dd6baae394fb0325fb8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fdd36bec734ec42a66f75b88d44e70031bb8125af88dd6baae394fb0325fb8a", kill_on_drop: false }` [INFO] [stdout] 4fdd36bec734ec42a66f75b88d44e70031bb8125af88dd6baae394fb0325fb8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86577806d2e2ed3d4a3b5f490783d11987ce098e70f8510f8ca9d9193d8e8943 [INFO] running `Command { std: "docker" "start" "-a" "86577806d2e2ed3d4a3b5f490783d11987ce098e70f8510f8ca9d9193d8e8943", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking oxischeme v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::old_io` [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use std::old_io; [INFO] [stdout] | ^^^^^^^^^^^ no `old_io` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::old_io` [INFO] [stdout] --> src/read.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | use std::old_io::{BufferedReader, File, IoError, IoErrorKind, IoResult, MemReader}; [INFO] [stdout] | ^^^^^^ could not find `old_io` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::old_io` [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use std::old_io; [INFO] [stdout] | ^^^^^^^^^^^ no `old_io` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::old_io` [INFO] [stdout] --> src/read.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | use std::old_io::{BufferedReader, File, IoError, IoErrorKind, IoResult, MemReader}; [INFO] [stdout] | ^^^^^^ could not find `old_io` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> src/heap.rs:343:3 [INFO] [stdout] | [INFO] [stdout] 343 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> src/heap.rs:343:3 [INFO] [stdout] | [INFO] [stdout] 343 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/environment.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | impl hash::Hash for Activation { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/eval.rs:453:15 [INFO] [stdout] | [INFO] [stdout] 453 | impl hash::Hash for Meaning { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/heap.rs:156:19 [INFO] [stdout] | [INFO] [stdout] 156 | pool: range(0, capacity).map(|_| Default::default()).collect(), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 128 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/heap.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | free: range(0, capacity).collect(), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 128 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/heap.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | self.free = range(0, self.capacity()) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 128 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | impl CharReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | impl Iterator for CharReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | pub struct Read { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | impl<'a, R: Reader> Read { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | impl Iterator for Read { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> src/read.rs:502:16 [INFO] [stdout] | [INFO] [stdout] 502 | let path = Path::new(path_name); [INFO] [stdout] | ^^^^ use of undeclared type `Path` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 17 + use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/value.rs:128:15 [INFO] [stdout] | [INFO] [stdout] 128 | impl hash::Hash for Procedure { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/value.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | impl hash::Hash for Primitive { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `args` in module `os` [INFO] [stdout] --> src/main.rs:69:26 [INFO] [stdout] | [INFO] [stdout] 69 | for file_path in os::args().iter().skip(1) { [INFO] [stdout] | ^^^^ not found in `os` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 + use std::env::args; [INFO] [stdout] | [INFO] [stdout] help: if you import `args`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 69 - for file_path in os::args().iter().skip(1) { [INFO] [stdout] 69 + for file_path in args().iter().skip(1) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/environment.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | impl hash::Hash for Activation { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/eval.rs:453:15 [INFO] [stdout] | [INFO] [stdout] 453 | impl hash::Hash for Meaning { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/heap.rs:156:19 [INFO] [stdout] | [INFO] [stdout] 156 | pool: range(0, capacity).map(|_| Default::default()).collect(), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 128 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/heap.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | free: range(0, capacity).collect(), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 128 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/heap.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | self.free = range(0, self.capacity()) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 128 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | impl CharReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | impl Iterator for CharReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | pub struct Read { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | impl<'a, R: Reader> Read { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/read.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | impl Iterator for Read { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> src/read.rs:502:16 [INFO] [stdout] | [INFO] [stdout] 502 | let path = Path::new(path_name); [INFO] [stdout] | ^^^^ use of undeclared type `Path` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 17 + use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/value.rs:128:15 [INFO] [stdout] | [INFO] [stdout] 128 | impl hash::Hash for Procedure { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `hash` [INFO] [stdout] --> src/value.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | impl hash::Hash for Primitive { [INFO] [stdout] | ^^^^^^ not found in `hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `args` in module `os` [INFO] [stdout] --> src/main.rs:69:26 [INFO] [stdout] | [INFO] [stdout] 69 | for file_path in os::args().iter().skip(1) { [INFO] [stdout] | ^^^^ not found in `os` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 + use std::env::args; [INFO] [stdout] | [INFO] [stdout] help: if you import `args`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 69 - for file_path in os::args().iter().skip(1) { [INFO] [stdout] 69 + for file_path in args().iter().skip(1) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `unsafe_destructor` [INFO] [stdout] --> src/main.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | #![feature(unsafe_destructor)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/environment.rs:127:44 [INFO] [stdout] | [INFO] [stdout] 127 | impl hash::Hash for Activation { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0117]: only traits defined in the current crate can be implemented for arbitrary types [INFO] [stdout] --> src/eval.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | impl fmt::Debug for MeaningEvaluatorFn { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^------------------ [INFO] [stdout] | | [INFO] [stdout] | `for<'a, 'b, 'c> fn(&'a mut Heap, &'b MeaningData, &'c mut Rooted>) -> Result` is not defined in the current crate [INFO] [stdout] | [INFO] [stdout] = note: impl doesn't have any local type before any uncovered type parameters [INFO] [stdout] = note: for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules [INFO] [stdout] = note: define and implement a trait or new type instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `unsafe_destructor` [INFO] [stdout] --> src/main.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | #![feature(unsafe_destructor)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/environment.rs:127:44 [INFO] [stdout] | [INFO] [stdout] 127 | impl hash::Hash for Activation { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/eval.rs:453:44 [INFO] [stdout] | [INFO] [stdout] 453 | impl hash::Hash for Meaning { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0117]: only traits defined in the current crate can be implemented for arbitrary types [INFO] [stdout] --> src/eval.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | impl fmt::Debug for MeaningEvaluatorFn { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^------------------ [INFO] [stdout] | | [INFO] [stdout] | `for<'a, 'b, 'c> fn(&'a mut Heap, &'b MeaningData, &'c mut Rooted>) -> Result` is not defined in the current crate [INFO] [stdout] | [INFO] [stdout] = note: impl doesn't have any local type before any uncovered type parameters [INFO] [stdout] = note: for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules [INFO] [stdout] = note: define and implement a trait or new type instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ArenaPtr: Clone` is not satisfied [INFO] [stdout] --> src/heap.rs:209:33 [INFO] [stdout] | [INFO] [stdout] 209 | impl ::std::marker::Copy for ArenaPtr { } [INFO] [stdout] | ^^^^^^^^^^^ the trait `Clone` is not implemented for `ArenaPtr` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] help: consider annotating `ArenaPtr` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 200 + #[derive(Clone)] [INFO] [stdout] 201 | pub struct ArenaPtr { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0367]: `Drop` impl requires `T: ToGcThing` but the struct it is implemented for does not [INFO] [stdout] --> src/heap.rs:344:9 [INFO] [stdout] | [INFO] [stdout] 344 | impl Drop for Rooted { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the implementor must specify the same requirement [INFO] [stdout] --> src/heap.rs:279:1 [INFO] [stdout] | [INFO] [stdout] 279 | pub struct Rooted { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/eval.rs:453:44 [INFO] [stdout] | [INFO] [stdout] 453 | impl hash::Hash for Meaning { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `GcThing: Clone` is not satisfied [INFO] [stdout] --> src/heap.rs:736:10 [INFO] [stdout] | [INFO] [stdout] 736 | #[derive(Copy, Eq, Hash, PartialEq, Debug)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `GcThing` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Cons: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Copy, Eq, Hash, PartialEq)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Cons` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/value.rs:128:44 [INFO] [stdout] | [INFO] [stdout] 128 | impl hash::Hash for Procedure { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ArenaPtr: Clone` is not satisfied [INFO] [stdout] --> src/heap.rs:209:33 [INFO] [stdout] | [INFO] [stdout] 209 | impl ::std::marker::Copy for ArenaPtr { } [INFO] [stdout] | ^^^^^^^^^^^ the trait `Clone` is not implemented for `ArenaPtr` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] help: consider annotating `ArenaPtr` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 200 + #[derive(Clone)] [INFO] [stdout] 201 | pub struct ArenaPtr { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Primitive: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Primitive` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `Primitive` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 152 + #[derive(Clone)] [INFO] [stdout] 153 | pub struct Primitive { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/value.rs:167:44 [INFO] [stdout] | [INFO] [stdout] 167 | impl hash::Hash for Primitive { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | #[derive(Copy, Eq, Hash, PartialEq, Debug)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ConsIterator: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `ConsIterator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0367]: `Drop` impl requires `T: ToGcThing` but the struct it is implemented for does not [INFO] [stdout] --> src/heap.rs:344:9 [INFO] [stdout] | [INFO] [stdout] 344 | impl Drop for Rooted { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the implementor must specify the same requirement [INFO] [stdout] --> src/heap.rs:279:1 [INFO] [stdout] | [INFO] [stdout] 279 | pub struct Rooted { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0117, E0277, E0367, E0405, E0425, E0432, E0433, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `GcThing: Clone` is not satisfied [INFO] [stdout] --> src/heap.rs:736:10 [INFO] [stdout] | [INFO] [stdout] 736 | #[derive(Copy, Eq, Hash, PartialEq, Debug)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `GcThing` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Cons: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Copy, Eq, Hash, PartialEq)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Cons` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/value.rs:128:44 [INFO] [stdout] | [INFO] [stdout] 128 | impl hash::Hash for Procedure { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Primitive: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Primitive` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `Primitive` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 152 + #[derive(Clone)] [INFO] [stdout] 153 | pub struct Primitive { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/value.rs:167:44 [INFO] [stdout] | [INFO] [stdout] 167 | impl hash::Hash for Primitive { [INFO] [stdout] | ^^^^--- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | #[derive(Copy, Eq, Hash, PartialEq, Debug)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `oxischeme` (bin "oxischeme") due to 30 previous errors [INFO] [stdout] error[E0277]: the trait bound `ConsIterator: Clone` is not satisfied [INFO] [stdout] --> src/value.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `ConsIterator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/marker.rs:416:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0107, E0117, E0277, E0367, E0405, E0425, E0432, E0433, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `oxischeme` (bin "oxischeme" test) due to 30 previous errors [INFO] running `Command { std: "docker" "inspect" "86577806d2e2ed3d4a3b5f490783d11987ce098e70f8510f8ca9d9193d8e8943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86577806d2e2ed3d4a3b5f490783d11987ce098e70f8510f8ca9d9193d8e8943", kill_on_drop: false }` [INFO] [stdout] 86577806d2e2ed3d4a3b5f490783d11987ce098e70f8510f8ca9d9193d8e8943