[INFO] cloning repository https://github.com/jvcmarcenes/bcc266_tp03
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jvcmarcenes/bcc266_tp03" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvcmarcenes%2Fbcc266_tp03", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvcmarcenes%2Fbcc266_tp03'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 30eecbe4172ea38cc88df20d76095bff2c9ad493
[INFO] checking jvcmarcenes/bcc266_tp03 against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvcmarcenes%2Fbcc266_tp03" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jvcmarcenes/bcc266_tp03
[INFO] finished tweaking git repo https://github.com/jvcmarcenes/bcc266_tp03
[INFO] tweaked toml for git repo https://github.com/jvcmarcenes/bcc266_tp03 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jvcmarcenes/bcc266_tp03 on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jvcmarcenes/bcc266_tp03 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded os_str_bytes v6.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d
[INFO] running `Command { std: "docker" "start" "af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking os_str_bytes v6.1.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking clap_lex v0.2.0
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v3.1.18
[INFO] [stderr]     Checking clap v3.1.18
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking tp02 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> src/machine.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |             if !step && let Some((interrupt, id)) = self.io.get_interrupt() {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> src/machine.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |             if !step && let Some((interrupt, id)) = self.io.get_interrupt() {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/memory/external.rs:2:40
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{fs::{File, OpenOptions}, os::windows::prelude::FileExt};
[INFO] [stdout]   |                                        ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/memory/external.rs:2:40
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{fs::{File, OpenOptions}, os::windows::prelude::FileExt};
[INFO] [stdout]   |                                        ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:56
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |                                                        ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_else` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:68
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |                                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:56
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |                                                        ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_else` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:68
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |                                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `int_log` has been stable since 1.67.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `int_log` has been stable since 1.67.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `slice_as_chunks` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `slice_as_chunks` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(int_log ,adt_const_params, slice_as_chunks, let_chains, let_else)]
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]  --> src/memory/cache.rs:9:43
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Cache<const S: usize, const L: CacheLevel> {
[INFO] [stdout]   |                                           ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]   |
[INFO] [stdout] 7 + #[derive(ConstParamTy)]
[INFO] [stdout] 8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]  --> src/memory/cache.rs:9:43
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Cache<const S: usize, const L: CacheLevel> {
[INFO] [stdout]   |                                           ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]   |
[INFO] [stdout] 7 + #[derive(ConstParamTy)]
[INFO] [stdout] 8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/memory/cache.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const S: usize, const L: CacheLevel> Display for Cache<S, L> {
[INFO] [stdout]    |                               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(ConstParamTy)]
[INFO] [stdout]  8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/memory/cache.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<const S: usize, const L: CacheLevel> Cache<S, L> {
[INFO] [stdout]    |                               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(ConstParamTy)]
[INFO] [stdout]  8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/memory/cache.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const S: usize, const L: CacheLevel> Display for Cache<S, L> {
[INFO] [stdout]    |                               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(ConstParamTy)]
[INFO] [stdout]  8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/memory/cache.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<const S: usize, const L: CacheLevel> Cache<S, L> {
[INFO] [stdout]    |                               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(ConstParamTy)]
[INFO] [stdout]  8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/memory/cache.rs:53:31
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<const S: usize, const L: CacheLevel> MemoryModule for Cache<S, L> {
[INFO] [stdout]    |                               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(ConstParamTy)]
[INFO] [stdout]  8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `cache::CacheLevel` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/memory/cache.rs:53:31
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<const S: usize, const L: CacheLevel> MemoryModule for Cache<S, L> {
[INFO] [stdout]    |                               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(ConstParamTy)]
[INFO] [stdout]  8 | pub enum CacheLevel { L1, L2, L3, Ram, External }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_read` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |         self.file.seek_read(&mut buf, add as u64).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `seek_relative` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/seek.rs:171:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_read` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |         self.file.seek_read(&mut buf, add as u64).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `seek_relative` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/seek.rs:171:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_write` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |         self.file.seek_write(&data, add as u64 * INT_SIZE as u64).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `write` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/write.rs:101:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_write` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |         self.file.seek_write(&data, add as u64 * INT_SIZE as u64).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `write` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/write.rs:101:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_write` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         self.file.seek_write(data.as_slice(), tag as u64 * BLOCK_SIZE_BYTES as u64).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `write` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/write.rs:101:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_write` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         self.file.seek_write(data.as_slice(), tag as u64 * BLOCK_SIZE_BYTES as u64).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `write` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/write.rs:101:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_read` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 48 |             self.file.seek_read(vec.as_mut_slice(), start as u64 * 4).unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `seek_relative` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/seek.rs:171:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `seek_read` found for struct `File` in the current scope
[INFO] [stdout]   --> src/memory/external.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 48 |             self.file.seek_read(vec.as_mut_slice(), start as u64 * 4).unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `seek_relative` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/seek.rs:171:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `log2` found for type `usize` in the current scope
[INFO] [stdout]   --> src/memory/mod.rs:16:39
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BLOCK_EXP: u32 = BLOCK_SIZE.log2();
[INFO] [stdout]    |                                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ilog2` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BLOCK_EXP: u32 = BLOCK_SIZE.ilog2();
[INFO] [stdout]    |                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `log2` found for type `usize` in the current scope
[INFO] [stdout]   --> src/memory/mod.rs:16:39
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BLOCK_EXP: u32 = BLOCK_SIZE.log2();
[INFO] [stdout]    |                                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ilog2` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BLOCK_EXP: u32 = BLOCK_SIZE.ilog2();
[INFO] [stdout]    |                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599, E0741.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599, E0741.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tp02` (bin "tp02" test) due to 11 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tp02` (bin "tp02") due to 11 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d", kill_on_drop: false }`
[INFO] [stdout] af4420cb911a9ff8410fd2169d1ab99bdb29b13c46535a512ccd77db53d8785d
