[INFO] fetching crate fcp 0.2.1... [INFO] testing fcp-0.2.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate fcp 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate fcp 0.2.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fcp 0.2.1 [INFO] finished tweaking crates.io crate fcp 0.2.1 [INFO] tweaked toml for crates.io crate fcp 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate fcp 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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 semver v1.0.3 [INFO] [stderr] Downloaded nix v0.22.0 [INFO] [stderr] Downloaded criterion v0.3.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fa9f3eb3e136735ae50a16f7b11f3ff51a2d6135a94575e96daed2ab90d66b0 [INFO] running `Command { std: "docker" "start" "-a" "4fa9f3eb3e136735ae50a16f7b11f3ff51a2d6135a94575e96daed2ab90d66b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fa9f3eb3e136735ae50a16f7b11f3ff51a2d6135a94575e96daed2ab90d66b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fa9f3eb3e136735ae50a16f7b11f3ff51a2d6135a94575e96daed2ab90d66b0", kill_on_drop: false }` [INFO] [stdout] 4fa9f3eb3e136735ae50a16f7b11f3ff51a2d6135a94575e96daed2ab90d66b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dce4c7e3309310b9ee36f154ac6d89a37e3ae25b84aa0255be71b81f0f125b77 [INFO] running `Command { std: "docker" "start" "-a" "dce4c7e3309310b9ee36f154ac6d89a37e3ae25b84aa0255be71b81f0f125b77", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling nix v0.22.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling fcp v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | .map_err(make_error_message!(path)) [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | .map_err(make_error_message!(path)) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 80 | unistd::mkfifo(path, mode).map_err(make_error_message!(path)) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.03s [INFO] running `Command { std: "docker" "inspect" "dce4c7e3309310b9ee36f154ac6d89a37e3ae25b84aa0255be71b81f0f125b77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dce4c7e3309310b9ee36f154ac6d89a37e3ae25b84aa0255be71b81f0f125b77", kill_on_drop: false }` [INFO] [stdout] dce4c7e3309310b9ee36f154ac6d89a37e3ae25b84aa0255be71b81f0f125b77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b676de59799514665cbf6c229363a49e05055989b0b64ff9f77bf7985d591533 [INFO] running `Command { std: "docker" "start" "-a" "b676de59799514665cbf6c229363a49e05055989b0b64ff9f77bf7985d591533", 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] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | .map_err(make_error_message!(path)) [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | .map_err(make_error_message!(path)) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 80 | unistd::mkfifo(path, mode).map_err(make_error_message!(path)) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling fcp v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | .map_err(make_error_message!(path)) [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | .map_err(make_error_message!(path)) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filesystem.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | |err| Error::new(format!("{}: {}", $path.display(), err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 80 | unistd::mkfifo(path, mode).map_err(make_error_message!(path)) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: this warning originates in the macro `make_error_message` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dev_utils` [INFO] [stdout] --> tests/tests.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use dev_utils::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dev_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | HYDRATED_DIR.join(filename).to_str().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | COPIES_DIR.join(filename).to_str().unwrap(), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `fcp_executable_path` in this scope [INFO] [stdout] --> tests/tests.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 49 | let result = Command::new(fcp_executable_path()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:61:23 [INFO] [stdout] | [INFO] [stdout] 61 | let destination = COPIES_DIR.join(filename); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | remove(&destination); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 63 | fcp_run(&[HYDRATED_DIR.join(filename), destination]) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 83 | make_test!(regular_file); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 83 | make_test!(regular_file); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 84 | make_test!(symlink); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 84 | make_test!(symlink); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 85 | make_test!(empty_directory); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 85 | make_test!(empty_directory); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 86 | make_test!(simple_directory); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 86 | make_test!(simple_directory); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 87 | make_test!(deep_directory); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 87 | make_test!(deep_directory); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 88 | / make_test!( [INFO] [stdout] 89 | | #[ignore] [INFO] [stdout] 90 | | linux [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 88 | / make_test!( [INFO] [stdout] 89 | | #[ignore] [INFO] [stdout] 90 | | linux [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 92 | / make_test!( [INFO] [stdout] 93 | | #[ignore] [INFO] [stdout] 94 | | large_files [INFO] [stdout] 95 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 92 | / make_test!( [INFO] [stdout] 93 | | #[ignore] [INFO] [stdout] 94 | | large_files [INFO] [stdout] 95 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | fs::file_type(&COPIES_DIR.join(fixture_file.strip_suffix(".json").unwrap())).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:122:23 [INFO] [stdout] | [INFO] [stdout] 122 | let destination = COPIES_DIR.join("character_device"); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | remove(&destination); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `fcp_executable_path` in this scope [INFO] [stdout] --> tests/tests.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | fcp_executable_path().to_str().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:155:23 [INFO] [stdout] | [INFO] [stdout] 155 | let destination = COPIES_DIR.join("source_does_not_exist"); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | remove(&destination); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | HYDRATED_DIR [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | COPIES_DIR [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:200:18 [INFO] [stdout] | [INFO] [stdout] 200 | let source = COPIES_DIR.join("copy_into_empty"); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:201:23 [INFO] [stdout] | [INFO] [stdout] 201 | let destination = COPIES_DIR.join("copy_into"); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | remove(&source); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | remove(&destination); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | remove(&HYDRATED_DIR.join(fixture_file.strip_suffix(".json").unwrap())); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | remove(&HYDRATED_DIR.join(fixture_file.strip_suffix(".json").unwrap())); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:218:24 [INFO] [stdout] | [INFO] [stdout] 218 | let fixture_path = HYDRATED_DIR.join(fixture_file.strip_suffix(".json").unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hydrate_fixture` in this scope [INFO] [stdout] --> tests/tests.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | hydrate_fixture(fixture_file); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:244:18 [INFO] [stdout] | [INFO] [stdout] 244 | let source = HYDRATED_DIR.join(fixture_name); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:245:23 [INFO] [stdout] | [INFO] [stdout] 245 | let destination = COPIES_DIR.join(fixture_name); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | remove(&destination); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:304:17 [INFO] [stdout] | [INFO] [stdout] 304 | HYDRATED_DIR.join(fixture_name).join(file).to_str().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:305:17 [INFO] [stdout] | [INFO] [stdout] 305 | COPIES_DIR.join(fixture_name).join(file).to_str().unwrap(), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:322:18 [INFO] [stdout] | [INFO] [stdout] 322 | let source = HYDRATED_DIR.join("prevent_copying_into_self"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 323 | remove(&source); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 327 | let other = HYDRATED_DIR.join("prevent_copying_into_self_other"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:328:5 [INFO] [stdout] | [INFO] [stdout] 328 | remove(&other); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:333:34 [INFO] [stdout] | [INFO] [stdout] 333 | assert_self_copy_failure(&[&*HYDRATED_DIR, &source]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/tests.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:353:18 [INFO] [stdout] | [INFO] [stdout] 353 | let source = HYDRATED_DIR.join("prevent_duplicate_sources"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | remove(&source); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COPIES_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | let destination = COPIES_DIR.join("prevent_duplicate_sources"); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove` in this scope [INFO] [stdout] --> tests/tests.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | remove(&destination); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HYDRATED_DIR` in this scope [INFO] [stdout] --> tests/tests.rs:368:19 [INFO] [stdout] | [INFO] [stdout] 368 | .join(HYDRATED_DIR.file_name().unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/tests.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | file_paths.push(destination); [INFO] [stdout] | ^^^^^^^^^^^- help: try using a conversion method: `.to_path_buf()` [INFO] [stdout] | | [INFO] [stdout] | expected struct `PathBuf`, found struct `Path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 68 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fcp` due to 69 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b676de59799514665cbf6c229363a49e05055989b0b64ff9f77bf7985d591533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b676de59799514665cbf6c229363a49e05055989b0b64ff9f77bf7985d591533", kill_on_drop: false }` [INFO] [stdout] b676de59799514665cbf6c229363a49e05055989b0b64ff9f77bf7985d591533