Console Output
Started by upstream project "QEMU-tests" build number 363
originally caused by:
Started by user Alex
Building in workspace /var/lib/jenkins/sharedspace/QEMU
[magic-lantern] $ hg showconfig paths.default
[magic-lantern] $ hg pull --rev qemu
pulling from https://bitbucket.org/hudson/magic-lantern/
no changes found
[magic-lantern] $ hg update --clean --rev qemu
314 files updated, 0 files merged, 119 files removed, 0 files unresolved
[magic-lantern] $ hg log --rev . --template {node}
[magic-lantern] $ hg log --rev . --template {rev}
[magic-lantern] $ hg log --rev d78f841fa972274522b3c9ac287e397469b152e8 --template exists\n
exists
[magic-lantern] $ hg log --template "<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n" --rev "ancestors('qemu') and not ancestors(d78f841fa972274522b3c9ac287e397469b152e8)" --encoding UTF-8 --encodingmode replace
[QEMU] $ /bin/bash -v /tmp/jenkins1421016840830361737.sh
#!/bin/bash -v
export QEMU_EOS_WORKDIR=../../../qemu-roms
export PATH=$PATH:~/gcc-arm-none-eabi-5_4-2016q3/bin/
cd qemu-eos
# The next tests require custom SD/CF card imags.
# The one that comes with our QEMU install script is perfect.
echo
echo "Setting up SD/CF card images..."
Setting up SD/CF card images...
rm -f sd.img cf.img
cp -v ../magic-lantern/contrib/qemu/sd.img.xz .
'../magic-lantern/contrib/qemu/sd.img.xz' -> './sd.img.xz'
unxz -k sd.img.xz
cp sd.img cf.img
rm -f *.log *.ppm *.png *.html
rm -rf html/
TIMEOUT=5 AUTOEXEC_ONLY=1 ML_OPTIONS="CONFIG_QEMU=y" \
QEMU_ARGS="-d romcpy" \
./run_ml_all_cams.sh
Emulating EOSM 202...
=====================
make -C ../platform/EOSM.202/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM.202'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] EOSM_202.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM.202'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM.202'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/EOSM.202/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/EOSM.202/stubs.o
[ VERSION ] ../../platform/EOSM.202/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
In file included from ../../src/bitrate.c:5:0:
../../src/bitrate.c: In function 'time_indicator_show':
../../src/bitrate.c:374:81: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
int fnts = FONT(FONT_SMALL, COLOR_WHITE, mvr_config.actual_qscale_maybe == -16 ? COLOR_RED : COLOR_BLACK);
^
../../src/bmp.h:174:13: note: in definition of macro 'FONT'
| ((bg) & 0xFF) << 8 \
^
../../src/bitrate.c:379:44: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
mvr_config.actual_qscale_maybe < 0 ? "-" : "+",
^
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
../../src/zebra.c: In function 'draw_zoom_overlay':
../../src/zebra.c:3366:6: warning: #warning FIXME: this method uses busy waiting, which causes high CPU usage and overheating when using Magic Zoom [-Wcpp]
#warning FIXME: this method uses busy waiting, which causes high CPU usage and overheating when using Magic Zoom
^
../../src/zebra.c: At top level:
../../src/zebra.c:178:12: warning: 'transparent_overlay_hidden' defined but not used [-Wunused-variable]
static int transparent_overlay_hidden = 0;
^
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:600:10: warning: #warning FIXME: are these values correct for 720p and crop modes? [-Wcpp]
#warning FIXME: are these values correct for 720p and crop modes?
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 421256 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x0000e0 0x0009e1e0 0x0009e1e0 0x66d88 0x7a134 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] EOSM_202.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM.202'
Symbols from ../magic-lantern/platform/EOSM.202/
memcpy 000e66b8 - 000e6820
DebugMsg 000040d4
(
sleep 5
echo quit
) | (
arm-none-eabi-gdb -x EOSM/patches.gdb &
./run_canon_fw.sh EOSM,firmware='boot=1' \
-display none -monitor stdio -d romcpy -s -S
) &> EOSM.202.log
Emulating EOSM2 103...
=====================
make -C ../platform/EOSM2.103/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM2.103'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM2.103'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM2.103'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/EOSM2.103'
Emulating 100D 101...
=====================
make -C ../platform/100D.101/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/100D.101'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/100D.101'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/100D.101'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/100D.101'
Emulating 1100D 105...
=====================
make -C ../platform/1100D.105/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1100D.105'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] t3_105.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1100D.105'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1100D.105'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/1100D.105/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/1100D.105/stubs.o
[ VERSION ] ../../platform/1100D.105/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:623:2: warning: #warning RAW FEATURES WILL NOT WORK IN LIVEVIEW ON THIS BUILD [-Wcpp]
#warning RAW FEATURES WILL NOT WORK IN LIVEVIEW ON THIS BUILD
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] liveview.o
[ CC ] reloc.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 429588 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x00c80100 0x00c80100 0x68e14 0x79b1c RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] t3_105.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1100D.105'
Symbols from ../magic-lantern/platform/1100D.105/
memcpy 00cc8c68 - 00cc8dd0
DebugMsg ff06c914
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 1100D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 1100D.105.log
Emulating 1200D 101...
=====================
make -C ../platform/1200D.101/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.101'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.101'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.101'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.101'
Emulating 1200D 102...
=====================
make -C ../platform/1200D.102/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.102'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.102'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.102'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1200D.102'
Emulating 1300D 110...
=====================
make -C ../platform/1300D.110/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1300D.110'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1300D.110'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1300D.110'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/1300D.110'
Emulating 200D 101...
=====================
make -C ../platform/200D.101/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/200D.101'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/200D.101'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/200D.101'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/200D.101'
Emulating 500D 111...
=====================
make -C ../platform/500D.111/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/500D.111'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 500D_111.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/500D.111'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/500D.111'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/500D.111/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/500D.111/stubs.o
[ VERSION ] ../../platform/500D.111/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle-noauto.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:574:10: warning: #warning FIXME: are these values correct for 1080p or 720p? (which of them?) [-Wcpp]
#warning FIXME: are these values correct for 1080p or 720p? (which of them?)
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 447860 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x0004d000 0x0004d000 0x6d574 0x803f4 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 500D_111.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/500D.111'
Symbols from ../magic-lantern/platform/500D.111/
memcpy 00098060 - 000981c8
DebugMsg ff066a98
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 500D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 500D.111.log
Emulating 50D 109...
=====================
make -C ../platform/50D.109/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/50D.109'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 50D_109.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/50D.109'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/50D.109'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/50D.109/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/50D.109/stubs.o
[ VERSION ] ../../platform/50D.109/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle-noauto.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] zebra.o
../../src/zebra.c: In function 'draw_zoom_overlay':
../../src/zebra.c:3366:6: warning: #warning FIXME: this method uses busy waiting, which causes high CPU usage and overheating when using Magic Zoom [-Wcpp]
#warning FIXME: this method uses busy waiting, which causes high CPU usage and overheating when using Magic Zoom
^
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] misc.o
[ CC ] afma.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 438148 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x0004b000 0x0004b000 0x6af84 0x7bbec RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 50D_109.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/50D.109'
Symbols from ../magic-lantern/platform/50D.109/
memcpy 00094cc8 - 00094e30
DebugMsg ff863b10
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 50D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 50D.109.log
Emulating 550D 109...
=====================
make -C ../platform/550D.109/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/550D.109'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 550D_109.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/550D.109'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/550D.109'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/550D.109/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/550D.109/stubs.o
[ VERSION ] ../../platform/550D.109/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle-noauto.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:580:10: warning: #warning FIXME: are these values correct for 720p and crop modes? [-Wcpp]
#warning FIXME: are these values correct for 720p and crop modes?
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] liveview.o
[ CC ] reloc.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 463380 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x00c60100 0x00c60100 0x71214 0x84afc RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 550D_109.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/550D.109'
Symbols from ../magic-lantern/platform/550D.109/
memcpy 00cae098 - 00cae200
DebugMsg ff0673ec
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 550D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 550D.109.log
Emulating 5D2 212...
=====================
make -C ../platform/5D2.212/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D2.212'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 5D2_212.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D2.212'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D2.212'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/5D2.212/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/5D2.212/stubs.o
[ VERSION ] ../../platform/5D2.212/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle-noauto.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
../../src/tweaks.c: In function 'protect_image_task':
../../src/tweaks.c:701:18: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
intptr_t h = get_current_dialog_handler();
^
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
../../src/zebra.c: In function 'draw_zoom_overlay':
../../src/zebra.c:3366:6: warning: #warning FIXME: this method uses busy waiting, which causes high CPU usage and overheating when using Magic Zoom [-Wcpp]
#warning FIXME: this method uses busy waiting, which causes high CPU usage and overheating when using Magic Zoom
^
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] afma.o
[ CC ] asm.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 461864 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x0004e000 0x0004e000 0x70c28 0x83ff4 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 5D2_212.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D2.212'
Symbols from ../magic-lantern/platform/5D2.212/
memcpy 0009b854 - 0009b9bc
DebugMsg ff86af64
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 5D2,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 5D2.212.log
Emulating 5D3 113...
=====================
make -C ../platform/5D3.113/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.113'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 5D3_113.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.113'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.113'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/5D3.113/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/5D3.113/stubs.o
[ VERSION ] ../../platform/5D3.113/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate-5d3.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] video_hacks.o
[ CC ] afma.o
[ CC ] asm.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 448132 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x00069500 0x00069500 0x6d684 0x80d14 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 5D3_113.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.113'
Symbols from ../magic-lantern/platform/5D3.113/
memcpy 000b5a44 - 000b5bac
DebugMsg 00005b90
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 5D3,firmware='113;boot=1' \
-display none -monitor stdio -d romcpy
) &> 5D3.113.log
Emulating 5D3 123...
=====================
make -C ../platform/5D3.123/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.123'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 5D3_123.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.123'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.123'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/5D3.123/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/5D3.123/stubs.o
[ VERSION ] ../../platform/5D3.123/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate-5d3.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] video_hacks.o
[ CC ] afma.o
[ CC ] asm.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 444624 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x00069500 0x00069500 0x6c8d0 0x7fe14 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 5D3_123.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D3.123'
Symbols from ../magic-lantern/platform/5D3.123/
memcpy 000b5104 - 000b526c
DebugMsg 00005b90
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 5D3,firmware='123;boot=1' \
-display none -monitor stdio -d romcpy
) &> 5D3.123.log
Emulating 5D4 104...
=====================
make -C ../platform/5D4.104/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.104'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.104'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.104'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.104'
Emulating 5D4 112...
=====================
make -C ../platform/5D4.112/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.112'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.112'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.112'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/5D4.112'
Emulating 600D 102...
=====================
make -C ../platform/600D.102/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/600D.102'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 600D_102.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/600D.102'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/600D.102'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/600D.102/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/600D.102/stubs.o
[ VERSION ] ../../platform/600D.102/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-lapis.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:580:10: warning: #warning FIXME: are these values correct for 720p and crop modes? [-Wcpp]
#warning FIXME: are these values correct for 720p and crop modes?
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] liveview.o
[ CC ] reloc.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 454524 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x00c80100 0x00c80100 0x6ef7c 0x7be2c RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 600D_102.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/600D.102'
Symbols from ../magic-lantern/platform/600D.102/
memcpy 00ccc708 - 00ccc870
DebugMsg ff06e398
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 600D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 600D.102.log
Emulating 60D 111...
=====================
make -C ../platform/60D.111/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/60D.111'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 60D_111.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/60D.111'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/60D.111'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/60D.111/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/60D.111/stubs.o
[ VERSION ] ../../platform/60D.111/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle-noauto.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] liveview.o
[ CC ] reloc.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 466152 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x1fe00000 0x1fe00000 0x71ce8 0x81cfc RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 60D_111.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/60D.111'
Symbols from ../magic-lantern/platform/60D.111/
memcpy 1fe4e7b8 - 1fe4e920
DebugMsg ff06b8dc
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 60D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 60D.111.log
Emulating 650D 104...
=====================
make -C ../platform/650D.104/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/650D.104'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 650D_104.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/650D.104'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/650D.104'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/650D.104/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/650D.104/stubs.o
[ VERSION ] ../../platform/650D.104/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
In file included from ../../src/bitrate.c:5:0:
../../src/bitrate.c: In function 'time_indicator_show':
../../src/bitrate.c:374:81: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
int fnts = FONT(FONT_SMALL, COLOR_WHITE, mvr_config.actual_qscale_maybe == -16 ? COLOR_RED : COLOR_BLACK);
^
../../src/bmp.h:174:13: note: in definition of macro 'FONT'
| ((bg) & 0xFF) << 8 \
^
../../src/bitrate.c:379:44: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
mvr_config.actual_qscale_maybe < 0 ? "-" : "+",
^
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:600:10: warning: #warning FIXME: are these values correct for 720p and crop modes? [-Wcpp]
#warning FIXME: are these values correct for 720p and crop modes?
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 452596 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x0007e100 0x0007e100 0x6e7f4 0x82014 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 650D_104.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/650D.104'
Symbols from ../magic-lantern/platform/650D.104/
memcpy 000ca9f8 - 000cab60
DebugMsg 0000395c
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 650D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 650D.104.log
Emulating 6D 116...
=====================
make -C ../platform/6D.116/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/6D.116'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 6D_116.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/6D.116'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/6D.116'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/6D.116/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/6D.116/stubs.o
[ VERSION ] ../../platform/6D.116/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate-5d3.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] afma.o
[ CC ] gps.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 449412 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x00c1c100 0x00c1c100 0x6db84 0x7e314 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 6D_116.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/6D.116'
Symbols from ../magic-lantern/platform/6D.116/
memcpy 00c68924 - 00c68a8c
DebugMsg 000067c8
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 6D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 6D.116.log
Emulating 700D 114...
=====================
make -C ../platform/700D.114/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.114'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.114'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.114'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.114'
Emulating 700D 115...
=====================
make -C ../platform/700D.115/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.115'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 700D_115.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.115'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.115'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/700D.115/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/700D.115/stubs.o
[ VERSION ] ../../platform/700D.115/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
In file included from ../../src/bitrate.c:5:0:
../../src/bitrate.c: In function 'time_indicator_show':
../../src/bitrate.c:374:81: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
int fnts = FONT(FONT_SMALL, COLOR_WHITE, mvr_config.actual_qscale_maybe == -16 ? COLOR_RED : COLOR_BLACK);
^
../../src/bmp.h:174:13: note: in definition of macro 'FONT'
| ((bg) & 0xFF) << 8 \
^
../../src/bitrate.c:379:44: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
mvr_config.actual_qscale_maybe < 0 ? "-" : "+",
^
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 452724 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x0007ec00 0x0007ec00 0x6e874 0x82114 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 700D_115.sym
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/700D.115'
Symbols from ../magic-lantern/platform/700D.115/
memcpy 000cb598 - 000cb700
DebugMsg 0000395c
(
sleep 5
echo quit
) | (
./run_canon_fw.sh 700D,firmware='boot=1' \
-display none -monitor stdio -d romcpy
) &> 700D.115.log
Emulating 70D 112...
=====================
make -C ../platform/70D.112/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/70D.112'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/70D.112'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/70D.112'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/70D.112'
Emulating 77D 102...
=====================
make -C ../platform/77D.102/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/77D.102'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/77D.102'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/77D.102'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/77D.102'
Emulating 7D 203...
=====================
make -C ../platform/7D.203/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D.203'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
Makefile:30: warning: overriding recipe for target 'build_fir'
../../platform/Makefile.platform.extras:5: warning: ignoring old recipe for target 'build_fir'
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] 7D_203.sym magiclantern.sym
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D.203'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D.203'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
Makefile:30: warning: overriding recipe for target 'build_fir'
../../platform/Makefile.platform.extras:5: warning: ignoring old recipe for target 'build_fir'
[ VERSION ] ../../platform/7D.203/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/7D.203/stubs.o
[ VERSION ] ../../platform/7D.203/version.c
[ CC ] version.o
[ CC ] backtrace.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle-noauto.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
../../src/fps-engio.c:300:12: warning: 'fps_timer_b_method' defined but not used [-Wunused-variable]
static int fps_timer_b_method = 0;
^
[ CC ] shoot.o
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] builtin-enforcing.o
[ CC ] powersave.o
[ CC ] ml-cbr.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:615:10: warning: #warning FIXME: are these values correct for 720p and crop modes? [-Wcpp]
#warning FIXME: are these values correct for 720p and crop modes?
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/tcc'
[ CC ] module.o
[ CC ] ml_rpc.o
[ CC ] video_hacks.o
[ CC ] ptpbuf.o
[ CC ] afma.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[ OBJCOPY ] magiclantern.bin
[ STAT ] magiclantern.bin
magiclantern.bin: 453220 bytes
[ CC ] reboot.o
[ CC ] disp_direct.o
[ CC ] font_direct.o
[ CC ] footer.o
[ LD ] autoexec
[ XOR_CHK ] ../../build_tools/xor_chk
[ OBJCOPY ] autoexec.bin
[ XOR_CHK ] autoexec.bin
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000100 0x1f800100 0x1f800100 0x6ea64 0x7f790 RWE 0x100
CONFIG_QEMU=y
Tip: to compile faster, try one of these:
make -j4
export MAKEFLAGS='-j4'
[ SYMBOLS ] magiclantern.sym
[ CP ] 7D_203.sym
make -C ../../platform/7D_MASTER.203
make[1]: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D_MASTER.203'
[ VERSION ] ../../platform/7D_MASTER.203/version.bin
[ CC ] master_boot.o
[ AS ] stubs.o
make[1]: *** No rule to make target '../../src/patch.h', needed by 'gdb.o'. Stop.
make[1]: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D_MASTER.203'
Makefile:26: recipe for target 'all' failed
make: *** [all] Error 2
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D.203'
Emulating 7D2 104...
=====================
make -C ../platform/7D2.104/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D2.104'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D2.104'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D2.104'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D2.104'
Emulating 7D_MASTER 203...
=====================
make -C ../platform/7D_MASTER.203/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D_MASTER.203'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ RM ] *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ] magiclantern.bin autoexec autoexec.map location.map
[ RM ] autoexec-fir autoexec-fir.bin
[ RM ] magiclantern.lds
[ RM ] dietlibc.a newlib-libc.a newlib-libm.a gcc-libgcc.a
[ RM ] version.c version.bin
[ RM ] ../../build_tools/xor_chk ../../build_tools/xor_chk.exe
[ RM dir ] zip
[ RM ] *.zip
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D_MASTER.203'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D_MASTER.203'
Using ~/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc (preferred).
[ VERSION ] ../../platform/7D_MASTER.203/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ CC ] master_boot.o
[ AS ] stubs.o
[ CC ] gdb.o
[ CC ] ptpbuf.o
[ CC ] ml_rpc.o
[ CC ] state-object.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
master_boot.o: In function `call_init_funcs':
/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D_MASTER.203/master_boot.c:227: undefined reference to `DryosDebugMsg'
../../src/Makefile.src:203: recipe for target 'magiclantern' failed
make: *** [magiclantern] Error 1
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/7D_MASTER.203'
Emulating 80D 102...
=====================
make -C ../platform/80D.102/ clean CONFIG_QEMU=y
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/80D.102'
make: *** No rule to make target 'clean'. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/80D.102'
make: Entering directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/80D.102'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/jenkins/sharedspace/QEMU/magic-lantern/platform/80D.102'
./html_logs.sh *.log
1100D.105.log -> html/1100D.105.log.html
500D.111.log -> html/500D.111.log.html
50D.109.log -> html/50D.109.log.html
550D.109.log -> html/550D.109.log.html
5D2.212.log -> html/5D2.212.log.html
5D3.113.log -> html/5D3.113.log.html
5D3.123.log -> html/5D3.123.log.html
600D.102.log -> html/600D.102.log.html
60D.111.log -> html/60D.111.log.html
650D.104.log -> html/650D.104.log.html
6D.116.log -> html/6D.116.log.html
700D.115.log -> html/700D.115.log.html
EOSM.202.log -> html/EOSM.202.log.html
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/sharedspace/QEMU/qemu-eos/html to /var/lib/jenkins/jobs/QEMU-boot-check/htmlreports/QEMU_20boot_20check_20logs
Triggering a new build of QEMU-coverage
Finished: SUCCESS