Oct 14 20:17:05.400 INFO testing fsommar/rustboi against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:17:05.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:17:05.927 INFO blam! ca5e93ecc0911f4d3059583a06b8ecd4b5ba50cc76e37d1e69b4fedf3a437274 Oct 14 20:17:05.933 INFO running `"docker" "start" "-a" "ca5e93ecc0911f4d3059583a06b8ecd4b5ba50cc76e37d1e69b4fedf3a437274"` Oct 14 20:17:07.067 INFO kablam! usermod: no changes Oct 14 20:17:07.143 INFO kablam! Compiling rustboi v0.1.0 (/source) Oct 14 20:17:07.491 INFO kablam! warning: unused import: `super::flag` Oct 14 20:17:07.503 INFO kablam! --> src/gameboy/cpu/register.rs:3:5 Oct 14 20:17:07.503 INFO kablam! | Oct 14 20:17:07.503 INFO kablam! 3 | use super::flag; Oct 14 20:17:07.503 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:17:07.503 INFO kablam! | Oct 14 20:17:07.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:17:07.503 INFO kablam! Oct 14 20:17:07.704 INFO kablam! warning: method is never used: `a` Oct 14 20:17:07.704 INFO kablam! --> src/gameboy/cpu/register.rs:56:5 Oct 14 20:17:07.704 INFO kablam! | Oct 14 20:17:07.704 INFO kablam! 56 | pub fn a(&mut self) -> &mut u8 { Oct 14 20:17:07.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.704 INFO kablam! | Oct 14 20:17:07.704 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:17:07.704 INFO kablam! Oct 14 20:17:07.707 INFO kablam! warning: method is never used: `f` Oct 14 20:17:07.707 INFO kablam! --> src/gameboy/cpu/register.rs:60:5 Oct 14 20:17:07.707 INFO kablam! | Oct 14 20:17:07.707 INFO kablam! 60 | pub fn f(&mut self) -> &mut RegisterF { Oct 14 20:17:07.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.707 INFO kablam! Oct 14 20:17:07.707 INFO kablam! warning: method is never used: `af` Oct 14 20:17:07.707 INFO kablam! --> src/gameboy/cpu/register.rs:64:5 Oct 14 20:17:07.707 INFO kablam! | Oct 14 20:17:07.707 INFO kablam! 64 | pub fn af(&mut self) -> &mut RegisterPair { Oct 14 20:17:07.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.707 INFO kablam! Oct 14 20:17:07.707 INFO kablam! warning: method is never used: `b` Oct 14 20:17:07.707 INFO kablam! --> src/gameboy/cpu/register.rs:68:5 Oct 14 20:17:07.707 INFO kablam! | Oct 14 20:17:07.707 INFO kablam! 68 | pub fn b(&mut self) -> &mut u8 { Oct 14 20:17:07.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.711 INFO kablam! Oct 14 20:17:07.711 INFO kablam! warning: method is never used: `c` Oct 14 20:17:07.711 INFO kablam! --> src/gameboy/cpu/register.rs:72:5 Oct 14 20:17:07.711 INFO kablam! | Oct 14 20:17:07.711 INFO kablam! 72 | pub fn c(&mut self) -> &mut u8 { Oct 14 20:17:07.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.711 INFO kablam! Oct 14 20:17:07.711 INFO kablam! warning: method is never used: `bc` Oct 14 20:17:07.711 INFO kablam! --> src/gameboy/cpu/register.rs:76:5 Oct 14 20:17:07.711 INFO kablam! | Oct 14 20:17:07.711 INFO kablam! 76 | pub fn bc(&mut self) -> &mut RegisterPair { Oct 14 20:17:07.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.712 INFO kablam! Oct 14 20:17:07.712 INFO kablam! warning: method is never used: `d` Oct 14 20:17:07.712 INFO kablam! --> src/gameboy/cpu/register.rs:80:5 Oct 14 20:17:07.712 INFO kablam! | Oct 14 20:17:07.712 INFO kablam! 80 | pub fn d(&mut self) -> &mut u8 { Oct 14 20:17:07.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.712 INFO kablam! Oct 14 20:17:07.712 INFO kablam! warning: method is never used: `e` Oct 14 20:17:07.712 INFO kablam! --> src/gameboy/cpu/register.rs:84:5 Oct 14 20:17:07.712 INFO kablam! | Oct 14 20:17:07.712 INFO kablam! 84 | pub fn e(&mut self) -> &mut u8 { Oct 14 20:17:07.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.712 INFO kablam! Oct 14 20:17:07.712 INFO kablam! warning: method is never used: `de` Oct 14 20:17:07.712 INFO kablam! --> src/gameboy/cpu/register.rs:88:5 Oct 14 20:17:07.712 INFO kablam! | Oct 14 20:17:07.712 INFO kablam! 88 | pub fn de(&mut self) -> &mut RegisterPair { Oct 14 20:17:07.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.712 INFO kablam! Oct 14 20:17:07.712 INFO kablam! warning: method is never used: `h` Oct 14 20:17:07.712 INFO kablam! --> src/gameboy/cpu/register.rs:92:5 Oct 14 20:17:07.712 INFO kablam! | Oct 14 20:17:07.712 INFO kablam! 92 | pub fn h(&mut self) -> &mut u8 { Oct 14 20:17:07.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.712 INFO kablam! Oct 14 20:17:07.712 INFO kablam! warning: method is never used: `l` Oct 14 20:17:07.712 INFO kablam! --> src/gameboy/cpu/register.rs:96:5 Oct 14 20:17:07.712 INFO kablam! | Oct 14 20:17:07.712 INFO kablam! 96 | pub fn l(&mut self) -> &mut u8 { Oct 14 20:17:07.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.712 INFO kablam! Oct 14 20:17:07.712 INFO kablam! warning: method is never used: `hl` Oct 14 20:17:07.712 INFO kablam! --> src/gameboy/cpu/register.rs:100:5 Oct 14 20:17:07.723 INFO kablam! | Oct 14 20:17:07.723 INFO kablam! 100 | pub fn hl(&mut self) -> &mut RegisterPair { Oct 14 20:17:07.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.723 INFO kablam! Oct 14 20:17:07.723 INFO kablam! warning: method is never used: `lo` Oct 14 20:17:07.723 INFO kablam! --> src/gameboy/cpu/register.rs:106:5 Oct 14 20:17:07.723 INFO kablam! | Oct 14 20:17:07.723 INFO kablam! 106 | fn lo(&self) -> u8 { Oct 14 20:17:07.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.723 INFO kablam! Oct 14 20:17:07.723 INFO kablam! warning: method is never used: `lo_mut` Oct 14 20:17:07.723 INFO kablam! --> src/gameboy/cpu/register.rs:110:5 Oct 14 20:17:07.723 INFO kablam! | Oct 14 20:17:07.723 INFO kablam! 110 | fn lo_mut(&mut self) -> &mut u8 { Oct 14 20:17:07.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.723 INFO kablam! Oct 14 20:17:07.723 INFO kablam! warning: method is never used: `hi_mut` Oct 14 20:17:07.723 INFO kablam! --> src/gameboy/cpu/register.rs:114:5 Oct 14 20:17:07.723 INFO kablam! | Oct 14 20:17:07.723 INFO kablam! 114 | fn hi_mut(&mut self) -> &mut u8 { Oct 14 20:17:07.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.723 INFO kablam! Oct 14 20:17:07.723 INFO kablam! warning: method is never used: `hi` Oct 14 20:17:07.723 INFO kablam! --> src/gameboy/cpu/register.rs:118:5 Oct 14 20:17:07.723 INFO kablam! | Oct 14 20:17:07.723 INFO kablam! 118 | fn hi(&self) -> u8 { Oct 14 20:17:07.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:07.723 INFO kablam! Oct 14 20:17:08.201 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 14 20:17:08.201 INFO kablam! su: No module specific data is present Oct 14 20:17:09.179 INFO running `"docker" "rm" "-f" "ca5e93ecc0911f4d3059583a06b8ecd4b5ba50cc76e37d1e69b4fedf3a437274"` Oct 14 20:17:09.491 INFO blam! ca5e93ecc0911f4d3059583a06b8ecd4b5ba50cc76e37d1e69b4fedf3a437274 Oct 14 20:17:09.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:17:09.943 INFO blam! f2681074d62a71d4408c63635530863cf7d73c94e0546bdca3eca09808f14247 Oct 14 20:17:09.967 INFO running `"docker" "start" "-a" "f2681074d62a71d4408c63635530863cf7d73c94e0546bdca3eca09808f14247"` Oct 14 20:17:10.774 INFO kablam! usermod: no changes Oct 14 20:17:10.803 INFO kablam! Compiling rustboi v0.1.0 (/source) Oct 14 20:17:11.371 INFO kablam! warning: method is never used: `a` Oct 14 20:17:11.371 INFO kablam! --> src/gameboy/cpu/register.rs:56:5 Oct 14 20:17:11.371 INFO kablam! | Oct 14 20:17:11.371 INFO kablam! 56 | pub fn a(&mut self) -> &mut u8 { Oct 14 20:17:11.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.371 INFO kablam! | Oct 14 20:17:11.371 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:17:11.371 INFO kablam! Oct 14 20:17:11.371 INFO kablam! warning: method is never used: `af` Oct 14 20:17:11.371 INFO kablam! --> src/gameboy/cpu/register.rs:64:5 Oct 14 20:17:11.371 INFO kablam! | Oct 14 20:17:11.371 INFO kablam! 64 | pub fn af(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.371 INFO kablam! Oct 14 20:17:11.371 INFO kablam! warning: method is never used: `b` Oct 14 20:17:11.371 INFO kablam! --> src/gameboy/cpu/register.rs:68:5 Oct 14 20:17:11.371 INFO kablam! | Oct 14 20:17:11.371 INFO kablam! 68 | pub fn b(&mut self) -> &mut u8 { Oct 14 20:17:11.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.371 INFO kablam! Oct 14 20:17:11.371 INFO kablam! warning: method is never used: `c` Oct 14 20:17:11.371 INFO kablam! --> src/gameboy/cpu/register.rs:72:5 Oct 14 20:17:11.371 INFO kablam! | Oct 14 20:17:11.371 INFO kablam! 72 | pub fn c(&mut self) -> &mut u8 { Oct 14 20:17:11.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.371 INFO kablam! Oct 14 20:17:11.371 INFO kablam! warning: method is never used: `bc` Oct 14 20:17:11.371 INFO kablam! --> src/gameboy/cpu/register.rs:76:5 Oct 14 20:17:11.371 INFO kablam! | Oct 14 20:17:11.371 INFO kablam! 76 | pub fn bc(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.371 INFO kablam! Oct 14 20:17:11.371 INFO kablam! warning: method is never used: `d` Oct 14 20:17:11.371 INFO kablam! --> src/gameboy/cpu/register.rs:80:5 Oct 14 20:17:11.371 INFO kablam! | Oct 14 20:17:11.371 INFO kablam! 80 | pub fn d(&mut self) -> &mut u8 { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.372 INFO kablam! warning: method is never used: `e` Oct 14 20:17:11.372 INFO kablam! --> src/gameboy/cpu/register.rs:84:5 Oct 14 20:17:11.372 INFO kablam! | Oct 14 20:17:11.372 INFO kablam! 84 | pub fn e(&mut self) -> &mut u8 { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.372 INFO kablam! warning: method is never used: `de` Oct 14 20:17:11.372 INFO kablam! --> src/gameboy/cpu/register.rs:88:5 Oct 14 20:17:11.372 INFO kablam! | Oct 14 20:17:11.372 INFO kablam! 88 | pub fn de(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.372 INFO kablam! warning: method is never used: `h` Oct 14 20:17:11.372 INFO kablam! --> src/gameboy/cpu/register.rs:92:5 Oct 14 20:17:11.372 INFO kablam! | Oct 14 20:17:11.372 INFO kablam! 92 | pub fn h(&mut self) -> &mut u8 { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.372 INFO kablam! warning: method is never used: `l` Oct 14 20:17:11.372 INFO kablam! --> src/gameboy/cpu/register.rs:96:5 Oct 14 20:17:11.372 INFO kablam! | Oct 14 20:17:11.372 INFO kablam! 96 | pub fn l(&mut self) -> &mut u8 { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.372 INFO kablam! warning: method is never used: `hl` Oct 14 20:17:11.372 INFO kablam! --> src/gameboy/cpu/register.rs:100:5 Oct 14 20:17:11.372 INFO kablam! | Oct 14 20:17:11.372 INFO kablam! 100 | pub fn hl(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.372 INFO kablam! warning: method is never used: `lo` Oct 14 20:17:11.372 INFO kablam! --> src/gameboy/cpu/register.rs:106:5 Oct 14 20:17:11.372 INFO kablam! | Oct 14 20:17:11.372 INFO kablam! 106 | fn lo(&self) -> u8 { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.372 INFO kablam! warning: method is never used: `hi` Oct 14 20:17:11.372 INFO kablam! --> src/gameboy/cpu/register.rs:118:5 Oct 14 20:17:11.372 INFO kablam! | Oct 14 20:17:11.372 INFO kablam! 118 | fn hi(&self) -> u8 { Oct 14 20:17:11.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.372 INFO kablam! Oct 14 20:17:11.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 14 20:17:11.855 INFO kablam! su: No module specific data is present Oct 14 20:17:12.247 INFO running `"docker" "rm" "-f" "f2681074d62a71d4408c63635530863cf7d73c94e0546bdca3eca09808f14247"` Oct 14 20:17:12.535 INFO blam! f2681074d62a71d4408c63635530863cf7d73c94e0546bdca3eca09808f14247 Oct 14 20:17:12.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:17:12.839 INFO blam! 27e4a223d9ea8cded6fa181d9d130b8c8ea8bf3604aceedcde4e42c56fbe5adf Oct 14 20:17:12.845 INFO running `"docker" "start" "-a" "27e4a223d9ea8cded6fa181d9d130b8c8ea8bf3604aceedcde4e42c56fbe5adf"` Oct 14 20:17:13.802 INFO kablam! usermod: no changes Oct 14 20:17:13.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 20:17:13.839 INFO kablam! Running /target/debug/deps/rustboi-5023837758e0e79b Oct 14 20:17:13.843 INFO blam! Oct 14 20:17:13.843 INFO blam! running 11 tests Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::flag::test_as_bool ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::flag::test_flag_offsets ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::register::test_lo_hi_mut ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::register::test_get_f_register ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::register::test_struct_sizes ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::register::test_as_u16_mut ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::flag::test_set_bool ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::flag::test_set_reset ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::flag::test_sizes ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::register::test_as_u16 ... ok Oct 14 20:17:13.843 INFO blam! test gameboy::cpu::flag::test_toggle ... ok Oct 14 20:17:13.843 INFO blam! Oct 14 20:17:13.843 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:17:13.843 INFO blam! Oct 14 20:17:13.847 INFO kablam! su: No module specific data is present Oct 14 20:17:14.354 INFO running `"docker" "rm" "-f" "27e4a223d9ea8cded6fa181d9d130b8c8ea8bf3604aceedcde4e42c56fbe5adf"` Oct 14 20:17:14.582 INFO blam! 27e4a223d9ea8cded6fa181d9d130b8c8ea8bf3604aceedcde4e42c56fbe5adf