Bug#1047992: yosys: Fails to build source after successful build

Lucas Nussbaum lucas at debian.org
Sun Aug 13 20:21:34 BST 2023


Source: yosys
Version: 0.23-6
Severity: minor
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa at lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S
> ----------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package yosys
> dpkg-buildpackage: info: source version 0.23-6
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Daniel Gröber <dxld at darkboxed.org>
>  dpkg-source --before-build .
>  debian/rules clean
> PREFIX=/usr dh clean --with=python3
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> 	make -j8 clean
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> [Makefile.conf] CONFIG := gcc
> [Makefile.conf] ABCEXTERNAL=berkeley-abc
> [Makefile.conf] ABCPULL=0
> [Makefile.conf] STRIP=:
> rm -rf share
> rm -rf kernel/*.pyh
> if test -d manual; then cd manual && sh clean.sh; fi
> find ./ -name '*.aux' | xargs rm -f
> find ./ -name '*.bbl' | xargs rm -f
> find ./ -name '*.blg' | xargs rm -f
> find ./ -name '*.idx' | xargs rm -f
> find ./ -name '*.log' | xargs rm -f
> find ./ -name '*.out' | xargs rm -f
> find ./ -name '*.pdf' | xargs rm -f
> find ./ -name '*.toc' | xargs rm -f
> find ./ -name '*.snm' | xargs rm -f
> find ./ -name '*.nav' | xargs rm -f
> find ./ -name '*.vrb' | xargs rm -f
> find ./ -name '*.ok' | xargs rm -f
> find ./PRESENTATION_Prog/ -name 'my_cmd.so' | xargs rm -f
> find ./PRESENTATION_Prog/ -name 'my_cmd.d' | xargs rm -f
> find ./PRESENTATION_ExOth/ -name '*.dot' | xargs rm -f
> find ./CHAPTER_Prog/ -name 'stubnets.so' | xargs rm -f
> find ./CHAPTER_Prog/ -name 'stubnets.d' | xargs rm -f
> find ./CHAPTER_Prog/ -name '*.log' | xargs rm -f
> find ./PRESENTATION_Intro/ -name 'counter_00.dot' | xargs rm -f
> find ./PRESENTATION_Intro/ -name 'counter_01.dot' | xargs rm -f
> find ./PRESENTATION_Intro/ -name 'counter_02.dot' | xargs rm -f
> find ./PRESENTATION_Intro/ -name 'counter_03.dot' | xargs rm -f
> find ./PRESENTATION_ExAdv/ -name '*.dot' | xargs rm -f
> find ./PRESENTATION_ExSyn/ -name '*.dot' | xargs rm -f
> rm -f kernel/version_7ce5011c24b.o kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o kernel/binding.o kernel/cellaigs.o kernel/celledges.o kernel/satgen.o kernel/qcsat.o kernel/mem.o kernel/ffmerge.o kernel/ff.o kernel/fstdata.o libs/bigint/BigIntegerAlgorithms.o libs/bigint/BigInteger.o libs/bigint/BigIntegerUtils.o libs/bigint/BigUnsigned.o libs/bigint/BigUnsignedInABase.o libs/sha1/sha1.o libs/json11/json11.o libs/subcircuit/subcircuit.o libs/ezsat/ezsat.o libs/ezsat/ezminisat.o libs/minisat/Options.o libs/minisat/SimpSolver.o libs/minisat/Solver.o libs/minisat/System.o libs/fst/fstapi.o libs/fst/fastlz.o libs/fst/lz4.o frontends/aiger/aigerparse.o frontends/ast/ast.o frontends/ast/simplify.o frontends/ast/genrtlil.o frontends/ast/dpicall.o frontends/ast/ast_binding.o 
> frontends/blif/blifparse.o frontends/json/jsonparse.o frontends/liberty/liberty.o frontends/rpc/rpc_frontend.o frontends/rtlil/rtlil_parser.tab.o frontends/rtlil/rtlil_lexer.o frontends/rtlil/rtlil_frontend.o frontends/verific/verific.o frontends/verilog/verilog_parser.tab.o frontends/verilog/verilog_lexer.o frontends/verilog/preproc.o frontends/verilog/verilog_frontend.o frontends/verilog/const2ast.o passes/cmds/exec.o passes/cmds/add.o passes/cmds/delete.o passes/cmds/design.o passes/cmds/select.o passes/cmds/show.o passes/cmds/rename.o passes/cmds/autoname.o passes/cmds/connect.o passes/cmds/scatter.o passes/cmds/setundef.o passes/cmds/splitnets.o passes/cmds/stat.o passes/cmds/setattr.o passes/cmds/copy.o passes/cmds/splice.o passes/cmds/scc.o passes/cmds/glift.o passes/cmds/torder.o passes/cmds/logcmd.o 
> passes/cmds/tee.o passes/cmds/write_file.o passes/cmds/connwrappers.o passes/cmds/cover.o passes/cmds/trace.o passes/cmds/plugin.o passes/cmds/check.o passes/cmds/qwp.o passes/cmds/edgetypes.o passes/cmds/portlist.o passes/cmds/chformal.o passes/cmds/chtype.o passes/cmds/blackbox.o passes/cmds/ltp.o passes/cmds/bugpoint.o passes/cmds/scratchpad.o passes/cmds/logger.o passes/cmds/printattrs.o passes/cmds/sta.o passes/cmds/clean_zerowidth.o passes/equiv/equiv_make.o passes/equiv/equiv_miter.o passes/equiv/equiv_simple.o passes/equiv/equiv_status.o passes/equiv/equiv_add.o passes/equiv/equiv_remove.o passes/equiv/equiv_induct.o passes/equiv/equiv_struct.o passes/equiv/equiv_purge.o passes/equiv/equiv_mark.o passes/equiv/equiv_opt.o passes/fsm/fsm.o passes/fsm/fsm_detect.o passes/fsm/fsm_extract.o 
> passes/fsm/fsm_opt.o passes/fsm/fsm_expand.o passes/fsm/fsm_recode.o passes/fsm/fsm_info.o passes/fsm/fsm_export.o passes/fsm/fsm_map.o passes/hierarchy/hierarchy.o passes/hierarchy/uniquify.o passes/hierarchy/submod.o passes/memory/memory.o passes/memory/memory_dff.o passes/memory/memory_share.o passes/memory/memory_collect.o passes/memory/memory_unpack.o passes/memory/memory_bram.o passes/memory/memory_map.o passes/memory/memory_memx.o passes/memory/memory_nordff.o passes/memory/memory_narrow.o passes/memory/memory_libmap.o passes/memory/memory_bmux2rom.o passes/memory/memlib.o passes/opt/opt.o passes/opt/opt_merge.o passes/opt/opt_mem.o passes/opt/opt_mem_feedback.o passes/opt/opt_mem_priority.o passes/opt/opt_mem_widen.o passes/opt/opt_muxtree.o passes/opt/opt_reduce.o passes/opt/opt_dff.o 
> passes/opt/opt_share.o passes/opt/opt_clean.o passes/opt/opt_expr.o passes/opt/share.o passes/opt/wreduce.o passes/opt/opt_demorgan.o passes/opt/rmports.o passes/opt/opt_lut.o passes/opt/opt_lut_ins.o passes/opt/opt_ffinv.o passes/opt/pmux2shiftx.o passes/opt/muxpack.o passes/pmgen/test_pmgen.o passes/pmgen/ice40_dsp.o passes/pmgen/ice40_wrapcarry.o passes/pmgen/xilinx_dsp.o passes/pmgen/peepopt.o passes/pmgen/xilinx_srl.o passes/proc/proc.o passes/proc/proc_prune.o passes/proc/proc_clean.o passes/proc/proc_rmdead.o passes/proc/proc_init.o passes/proc/proc_arst.o passes/proc/proc_rom.o passes/proc/proc_mux.o passes/proc/proc_dlatch.o passes/proc/proc_dff.o passes/proc/proc_memwr.o passes/sat/sat.o passes/sat/freduce.o passes/sat/eval.o passes/sat/sim.o passes/sat/miter.o passes/sat/expose.o 
> passes/sat/assertpmux.o passes/sat/clk2fflogic.o passes/sat/async2sync.o passes/sat/formalff.o passes/sat/supercover.o passes/sat/fmcombine.o passes/sat/mutate.o passes/sat/cutpoint.o passes/sat/fminit.o passes/sat/qbfsat.o passes/techmap/flatten.o passes/techmap/techmap.o passes/techmap/simplemap.o passes/techmap/dfflibmap.o passes/techmap/maccmap.o passes/techmap/libparse.o passes/techmap/abc.o passes/techmap/abc9.o passes/techmap/abc9_exe.o passes/techmap/abc9_ops.o passes/techmap/iopadmap.o passes/techmap/clkbufmap.o passes/techmap/hilomap.o passes/techmap/extract.o passes/techmap/extract_fa.o passes/techmap/extract_counter.o passes/techmap/extract_reduce.o passes/techmap/alumacc.o passes/techmap/dffinit.o passes/techmap/pmuxtree.o passes/techmap/bmuxmap.o passes/techmap/demuxmap.o passes/techmap/muxcover.o 
> passes/techmap/aigmap.o passes/techmap/tribuf.o passes/techmap/lut2mux.o passes/techmap/nlutmap.o passes/techmap/shregmap.o passes/techmap/deminout.o passes/techmap/insbuf.o passes/techmap/attrmvcp.o passes/techmap/attrmap.o passes/techmap/zinit.o passes/techmap/dfflegalize.o passes/techmap/dffunmap.o passes/techmap/flowmap.o passes/techmap/extractinv.o passes/tests/test_autotb.o passes/tests/test_cell.o passes/tests/test_abcloop.o backends/aiger/aiger.o backends/aiger/xaiger.o backends/blif/blif.o backends/btor/btor.o backends/cxxrtl/cxxrtl_backend.o backends/edif/edif.o backends/firrtl/firrtl.o backends/intersynth/intersynth.o backends/jny/jny.o backends/json/json.o backends/rtlil/rtlil_backend.o backends/simplec/simplec.o backends/smt2/smt2.o backends/smv/smv.o backends/spice/spice.o backends/table/table.o 
> backends/verilog/verilog_backend.o techlibs/achronix/synth_achronix.o techlibs/anlogic/synth_anlogic.o techlibs/anlogic/anlogic_eqn.o techlibs/anlogic/anlogic_fixcarry.o techlibs/common/synth.o techlibs/common/prep.o techlibs/coolrunner2/synth_coolrunner2.o techlibs/coolrunner2/coolrunner2_sop.o techlibs/coolrunner2/coolrunner2_fixup.o techlibs/easic/synth_easic.o techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_gsr.o techlibs/efinix/synth_efinix.o techlibs/efinix/efinix_fixcarry.o techlibs/gatemate/synth_gatemate.o techlibs/gatemate/gatemate_foldinv.o techlibs/gowin/synth_gowin.o techlibs/greenpak4/synth_greenpak4.o techlibs/greenpak4/greenpak4_dffinv.o techlibs/ice40/synth_ice40.o techlibs/ice40/ice40_braminit.o techlibs/ice40/ice40_opt.o techlibs/intel/synth_intel.o techlibs/intel_alm/synth_intel_alm.o 
> techlibs/machxo2/synth_machxo2.o techlibs/nexus/synth_nexus.o techlibs/quicklogic/synth_quicklogic.o techlibs/sf2/synth_sf2.o techlibs/xilinx/synth_xilinx.o techlibs/xilinx/xilinx_dffopt.o frontends/rtlil/rtlil_parser.tab.cc frontends/rtlil/rtlil_parser.tab.hh frontends/rtlil/rtlil_parser.output frontends/rtlil/rtlil_lexer.cc frontends/verilog/verilog_parser.tab.cc frontends/verilog/verilog_parser.tab.hh frontends/verilog/verilog_parser.output frontends/verilog/verilog_lexer.cc passes/pmgen/test_pmgen_pm.h passes/pmgen/ice40_dsp_pm.h passes/pmgen/ice40_wrapcarry_pm.h passes/pmgen/xilinx_dsp_pm.h passes/pmgen/xilinx_dsp48a_pm.h passes/pmgen/xilinx_dsp_CREG_pm.h passes/pmgen/xilinx_dsp_cascade_pm.h passes/pmgen/peepopt_pm.h passes/pmgen/xilinx_srl_pm.h techlibs/common/simlib_help.inc techlibs/common/simcells_help.inc 
> yosys yosys-config yosys-filterlib yosys-smtbmc yosys-witness share/include/kernel/yosys.h share/include/kernel/hashlib.h share/include/kernel/log.h share/include/kernel/rtlil.h share/include/kernel/binding.h share/include/kernel/register.h share/include/kernel/celltypes.h share/include/kernel/celledges.h share/include/kernel/consteval.h share/include/kernel/constids.inc share/include/kernel/sigtools.h share/include/kernel/modtools.h share/include/kernel/macc.h share/include/kernel/utils.h share/include/kernel/satgen.h share/include/kernel/qcsat.h share/include/kernel/ff.h share/include/kernel/ffinit.h share/include/kernel/fstdata.h share/include/kernel/mem.h share/include/libs/ezsat/ezsat.h share/include/libs/ezsat/ezminisat.h share/include/libs/fst/fstapi.h share/include/libs/sha1/sha1.h 
> share/include/libs/json11/json11.hpp share/include/passes/fsm/fsmdata.h share/include/frontends/ast/ast.h share/include/frontends/ast/ast_binding.h share/include/frontends/blif/blifparse.h share/include/backends/rtlil/rtlil_backend.h share/include/backends/cxxrtl/cxxrtl.h share/include/backends/cxxrtl/cxxrtl_vcd.h share/include/backends/cxxrtl/cxxrtl_capi.cc share/include/backends/cxxrtl/cxxrtl_capi.h share/include/backends/cxxrtl/cxxrtl_vcd_capi.cc share/include/backends/cxxrtl/cxxrtl_vcd_capi.h share/python3/smtio.py share/python3/ywio.py share/achronix/speedster22i/cells_sim.v share/achronix/speedster22i/cells_map.v share/anlogic/cells_map.v share/anlogic/arith_map.v share/anlogic/cells_sim.v share/anlogic/eagle_bb.v share/anlogic/lutrams.txt share/anlogic/lutrams_map.v share/anlogic/brams.txt 
> share/anlogic/brams_map.v share/simlib.v share/simcells.v share/techmap.v share/smtmap.v share/pmux2mux.v share/adff2dff.v share/dff2ff.v share/gate2lut.v share/cmp2lut.v share/cells.lib share/mul2dsp.v share/abc9_model.v share/abc9_map.v share/abc9_unmap.v share/cmp2lcu.v share/coolrunner2/cells_latch.v share/coolrunner2/cells_sim.v share/coolrunner2/cells_counter_map.v share/coolrunner2/tff_extract.v share/coolrunner2/xc2_dff.lib share/ecp5/cells_ff.vh share/ecp5/cells_io.vh share/ecp5/cells_map.v share/ecp5/cells_sim.v share/ecp5/cells_bb.v share/ecp5/lutrams_map.v share/ecp5/lutrams.txt share/ecp5/brams_map.v share/ecp5/brams.txt share/ecp5/arith_map.v share/ecp5/latches_map.v share/ecp5/dsp_map.v share/efinix/cells_map.v share/efinix/arith_map.v share/efinix/cells_sim.v share/efinix/brams_map.v 
> share/efinix/gbuf_map.v share/efinix/brams.txt share/gatemate/reg_map.v share/gatemate/mux_map.v share/gatemate/lut_map.v share/gatemate/mul_map.v share/gatemate/arith_map.v share/gatemate/cells_sim.v share/gatemate/cells_bb.v share/gatemate/brams_map.v share/gatemate/brams.txt share/gatemate/brams_init_20.vh share/gatemate/brams_init_40.vh share/gatemate/inv_map.v share/gatemate/lut_tree_cells.genlib share/gatemate/lut_tree_map.v share/gowin/cells_map.v share/gowin/cells_sim.v share/gowin/arith_map.v share/gowin/brams_map.v share/gowin/brams.txt share/gowin/lutrams_map.v share/gowin/lutrams.txt share/greenpak4/cells_blackbox.v share/greenpak4/cells_latch.v share/greenpak4/cells_map.v share/greenpak4/cells_sim.v share/greenpak4/cells_sim_ams.v share/greenpak4/cells_sim_digital.v share/greenpak4/cells_sim_wip.v 
> share/greenpak4/gp_dff.lib share/ice40/arith_map.v share/ice40/cells_map.v share/ice40/ff_map.v share/ice40/cells_sim.v share/ice40/latches_map.v share/ice40/brams.txt share/ice40/brams_map.v share/ice40/spram.txt share/ice40/spram_map.v share/ice40/dsp_map.v share/ice40/abc9_model.v share/intel/common/m9k_bb.v share/intel/common/altpll_bb.v share/intel/common/brams_m9k.txt share/intel/common/brams_map_m9k.v share/intel/common/ff_map.v share/intel/max10/cells_sim.v share/intel/cyclone10lp/cells_sim.v share/intel/cycloneiv/cells_sim.v share/intel/cycloneive/cells_sim.v share/intel/max10/cells_map.v share/intel/cyclone10lp/cells_map.v share/intel/cycloneiv/cells_map.v share/intel/cycloneive/cells_map.v share/intel_alm/common/abc9_map.v share/intel_alm/common/abc9_unmap.v share/intel_alm/common/abc9_model.v 
> share/intel_alm/common/alm_map.v share/intel_alm/common/alm_sim.v share/intel_alm/common/arith_alm_map.v share/intel_alm/common/dff_map.v share/intel_alm/common/dff_sim.v share/intel_alm/common/dsp_sim.v share/intel_alm/common/dsp_map.v share/intel_alm/common/mem_sim.v share/intel_alm/common/misc_sim.v share/intel_alm/cyclonev/cells_sim.v share/intel_alm/common/bram_m10k.txt share/intel_alm/common/bram_m10k_map.v share/intel_alm/common/bram_m20k.txt share/intel_alm/common/bram_m20k_map.v share/intel_alm/common/lutram_mlab.txt share/intel_alm/common/megafunction_bb.v share/intel_alm/common/quartus_rename.v share/machxo2/cells_map.v share/machxo2/cells_sim.v share/machxo2/lutrams.txt share/machxo2/lutrams_map.v share/machxo2/brams.txt share/machxo2/brams_map.v share/nexus/cells_map.v share/nexus/cells_sim.v 
> share/nexus/parse_init.vh share/nexus/cells_xtra.v share/nexus/lutrams_map.v share/nexus/lutrams.txt share/nexus/brams_map.v share/nexus/brams.txt share/nexus/lrams_map.v share/nexus/lrams.txt share/nexus/arith_map.v share/nexus/latches_map.v share/nexus/dsp_map.v share/quicklogic/pp3_ffs_map.v share/quicklogic/pp3_lut_map.v share/quicklogic/pp3_latches_map.v share/quicklogic/pp3_cells_map.v share/quicklogic/cells_sim.v share/quicklogic/lut_sim.v share/quicklogic/pp3_cells_sim.v share/quicklogic/abc9_model.v share/quicklogic/abc9_map.v share/quicklogic/abc9_unmap.v share/sf2/arith_map.v share/sf2/cells_map.v share/sf2/cells_sim.v share/xilinx/cells_map.v share/xilinx/cells_sim.v share/xilinx/cells_xtra.v share/xilinx/lutrams_xcv.txt share/xilinx/lutrams_xcv_map.v share/xilinx/lutrams_xc5v.txt 
> share/xilinx/lutrams_xcu.txt share/xilinx/lutrams_xc5v_map.v share/xilinx/brams_xcv.txt share/xilinx/brams_xcv_map.v share/xilinx/brams_defs.vh share/xilinx/brams_xc2v.txt share/xilinx/brams_xc2v_map.v share/xilinx/brams_xc3sda.txt share/xilinx/brams_xc3sda_map.v share/xilinx/brams_xc4v.txt share/xilinx/brams_xc4v_map.v share/xilinx/brams_xc5v_map.v share/xilinx/brams_xc6v_map.v share/xilinx/brams_xcu_map.v share/xilinx/urams.txt share/xilinx/urams_map.v share/xilinx/arith_map.v share/xilinx/ff_map.v share/xilinx/lut_map.v share/xilinx/mux_map.v share/xilinx/xc3s_mult_map.v share/xilinx/xc3sda_dsp_map.v share/xilinx/xc6s_dsp_map.v share/xilinx/xc4v_dsp_map.v share/xilinx/xc5v_dsp_map.v share/xilinx/xc7_dsp_map.v share/xilinx/xcu_dsp_map.v share/xilinx/abc9_model.v passes/pmgen/test_pmgen_pm.h 
> passes/pmgen/ice40_dsp_pm.h passes/pmgen/ice40_wrapcarry_pm.h passes/pmgen/xilinx_dsp_pm.h passes/pmgen/xilinx_dsp48a_pm.h passes/pmgen/xilinx_dsp_CREG_pm.h passes/pmgen/xilinx_dsp_cascade_pm.h passes/pmgen/peepopt_pm.h passes/pmgen/xilinx_srl_pm.h passes/techmap/filterlib.o techlibs/gatemate/lut_tree_lib.mk  .cc
> rm -f kernel/version_*.o kernel/version_*.cc
> rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d
> rm -rf tests/asicworld/*.out tests/asicworld/*.log
> rm -rf tests/hana/*.out tests/hana/*.log
> rm -rf tests/simple/*.out tests/simple/*.log
> rm -rf tests/memories/*.out tests/memories/*.log tests/memories/*.dmp
> rm -rf tests/sat/*.log tests/techmap/*.log tests/various/*.log
> rm -rf tests/bram/temp tests/fsm/temp tests/realmath/temp tests/share/temp tests/smv/temp tests/various/temp
> rm -rf vloghtb/Makefile vloghtb/refdat vloghtb/rtl vloghtb/scripts vloghtb/spec vloghtb/check_yosys vloghtb/vloghammer_tb.tar.bz2 vloghtb/temp vloghtb/log_test_*
> rm -f tests/svinterfaces/*.log_stdout tests/svinterfaces/*.log_stderr tests/svinterfaces/dut_result.txt tests/svinterfaces/reference_result.txt tests/svinterfaces/a.out tests/svinterfaces/*_syn.v tests/svinterfaces/*.diff
> rm -f  tests/tools/cmp_tbdata
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f debian/man/*.1
> rm -f Makefile.conf
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building yosys using existing ./yosys_0.23.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to tests/aiger/neg.out/neg.aig: binary file contents changed
> dpkg-source: error: add tests/aiger/neg.out/neg.aig in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tests/arch/xilinx/test_macc' will not be represented in diff
> dpkg-source: error: cannot represent change to tests/arch/xilinx/tribuf.log: binary file contents changed
> dpkg-source: error: add tests/arch/xilinx/tribuf.log in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_big.out/t_async_big_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_big.out/t_async_big_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_big_block.out/t_async_big_block_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_big_block.out/t_async_big_block_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_small.out/t_async_small_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_small.out/t_async_small_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_small_block.out/t_async_small_block_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_async_small_block.out/t_async_small_block_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_0.out/t_sp_arst_0_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_0.out/t_sp_arst_0_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_0_re.out/t_sp_arst_0_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_0_re.out/t_sp_arst_0_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_any.out/t_sp_arst_0_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_any.out/t_sp_arst_0_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_any_re.out/t_sp_arst_0_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_any_re.out/t_sp_arst_0_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_init.out/t_sp_arst_0_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_init.out/t_sp_arst_0_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_init_re.out/t_sp_arst_0_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_init_re.out/t_sp_arst_0_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_x.out/t_sp_arst_0_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_x.out/t_sp_arst_0_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_x_re.out/t_sp_arst_0_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_0_x_re.out/t_sp_arst_0_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_0.out/t_sp_arst_e_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_0.out/t_sp_arst_e_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_0_re.out/t_sp_arst_e_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_0_re.out/t_sp_arst_e_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_any.out/t_sp_arst_e_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_any.out/t_sp_arst_e_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_any_re.out/t_sp_arst_e_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_any_re.out/t_sp_arst_e_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_init.out/t_sp_arst_e_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_init.out/t_sp_arst_e_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_init_re.out/t_sp_arst_e_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_init_re.out/t_sp_arst_e_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_x.out/t_sp_arst_e_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_x.out/t_sp_arst_e_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_x_re.out/t_sp_arst_e_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_e_x_re.out/t_sp_arst_e_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_0.out/t_sp_arst_n_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_0.out/t_sp_arst_n_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_0_re.out/t_sp_arst_n_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_0_re.out/t_sp_arst_n_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_any.out/t_sp_arst_n_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_any.out/t_sp_arst_n_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_any_re.out/t_sp_arst_n_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_any_re.out/t_sp_arst_n_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_init.out/t_sp_arst_n_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_init.out/t_sp_arst_n_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_init_re.out/t_sp_arst_n_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_init_re.out/t_sp_arst_n_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_x.out/t_sp_arst_n_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_x.out/t_sp_arst_n_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_x_re.out/t_sp_arst_n_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_n_x_re.out/t_sp_arst_n_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_0.out/t_sp_arst_v_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_0.out/t_sp_arst_v_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_0_re.out/t_sp_arst_v_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_0_re.out/t_sp_arst_v_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_any.out/t_sp_arst_v_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_any.out/t_sp_arst_v_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_any_re.out/t_sp_arst_v_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_any_re.out/t_sp_arst_v_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_init.out/t_sp_arst_v_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_init.out/t_sp_arst_v_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_init_re.out/t_sp_arst_v_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_init_re.out/t_sp_arst_v_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_x.out/t_sp_arst_v_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_x.out/t_sp_arst_v_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_x_re.out/t_sp_arst_v_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_v_x_re.out/t_sp_arst_v_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_x_x.out/t_sp_arst_x_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_x_x.out/t_sp_arst_x_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_x_x_re.out/t_sp_arst_x_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_arst_x_x_re.out/t_sp_arst_x_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_0.out/t_sp_init_0_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_0.out/t_sp_init_0_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_0_re.out/t_sp_init_0_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_0_re.out/t_sp_init_0_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_any.out/t_sp_init_0_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_any.out/t_sp_init_0_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_any_re.out/t_sp_init_0_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_any_re.out/t_sp_init_0_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_x.out/t_sp_init_0_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_x.out/t_sp_init_0_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_x_re.out/t_sp_init_0_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_0_x_re.out/t_sp_init_0_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_0.out/t_sp_init_v_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_0.out/t_sp_init_v_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_0_re.out/t_sp_init_v_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_0_re.out/t_sp_init_v_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_any.out/t_sp_init_v_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_any.out/t_sp_init_v_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_any_re.out/t_sp_init_v_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_any_re.out/t_sp_init_v_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_x.out/t_sp_init_v_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_x.out/t_sp_init_v_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_x_re.out/t_sp_init_v_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_v_x_re.out/t_sp_init_v_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_x_x.out/t_sp_init_x_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_x_x.out/t_sp_init_x_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_x_x_ce.out/t_sp_init_x_x_ce_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_x_x_ce.out/t_sp_init_x_x_ce_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_x_x_re.out/t_sp_init_x_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_init_x_x_re.out/t_sp_init_x_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_auto.out/t_sp_nc_auto_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_auto.out/t_sp_nc_auto_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_auto_be.out/t_sp_nc_auto_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_auto_be.out/t_sp_nc_auto_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_nc.out/t_sp_nc_nc_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_nc.out/t_sp_nc_nc_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_nc_be.out/t_sp_nc_nc_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_nc_be.out/t_sp_nc_nc_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new.out/t_sp_nc_new_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new.out/t_sp_nc_new_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new_be.out/t_sp_nc_new_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new_be.out/t_sp_nc_new_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new_only.out/t_sp_nc_new_only_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new_only.out/t_sp_nc_new_only_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new_only_be.out/t_sp_nc_new_only_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_new_only_be.out/t_sp_nc_new_only_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_none.out/t_sp_nc_none_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_none.out/t_sp_nc_none_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_old.out/t_sp_nc_old_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_old.out/t_sp_nc_old_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_old_be.out/t_sp_nc_old_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_nc_old_be.out/t_sp_nc_old_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_auto.out/t_sp_new_auto_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_auto.out/t_sp_new_auto_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_auto_be.out/t_sp_new_auto_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_auto_be.out/t_sp_new_auto_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_nc.out/t_sp_new_nc_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_nc.out/t_sp_new_nc_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_nc_be.out/t_sp_new_nc_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_nc_be.out/t_sp_new_nc_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new.out/t_sp_new_new_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new.out/t_sp_new_new_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new_be.out/t_sp_new_new_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new_be.out/t_sp_new_new_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new_only.out/t_sp_new_new_only_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new_only.out/t_sp_new_new_only_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new_only_be.out/t_sp_new_new_only_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_new_only_be.out/t_sp_new_new_only_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_none.out/t_sp_new_none_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_none.out/t_sp_new_none_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_old.out/t_sp_new_old_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_old.out/t_sp_new_old_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_old_be.out/t_sp_new_old_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_new_old_be.out/t_sp_new_old_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_auto.out/t_sp_old_auto_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_auto.out/t_sp_old_auto_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_auto_be.out/t_sp_old_auto_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_auto_be.out/t_sp_old_auto_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_nc.out/t_sp_old_nc_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_nc.out/t_sp_old_nc_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_nc_be.out/t_sp_old_nc_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_nc_be.out/t_sp_old_nc_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new.out/t_sp_old_new_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new.out/t_sp_old_new_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new_be.out/t_sp_old_new_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new_be.out/t_sp_old_new_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new_only.out/t_sp_old_new_only_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new_only.out/t_sp_old_new_only_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new_only_be.out/t_sp_old_new_only_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_new_only_be.out/t_sp_old_new_only_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_none.out/t_sp_old_none_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_none.out/t_sp_old_none_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_old.out/t_sp_old_old_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_old.out/t_sp_old_old_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_old_be.out/t_sp_old_old_be_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_old_old_be.out/t_sp_old_old_be_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_0.out/t_sp_srst_0_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_0.out/t_sp_srst_0_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_0_re.out/t_sp_srst_0_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_0_re.out/t_sp_srst_0_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_any.out/t_sp_srst_0_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_any.out/t_sp_srst_0_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_any_re.out/t_sp_srst_0_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_any_re.out/t_sp_srst_0_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_init.out/t_sp_srst_0_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_init.out/t_sp_srst_0_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_init_re.out/t_sp_srst_0_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_init_re.out/t_sp_srst_0_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_x.out/t_sp_srst_0_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_x.out/t_sp_srst_0_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_x_re.out/t_sp_srst_0_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_0_x_re.out/t_sp_srst_0_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_0.out/t_sp_srst_e_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_0.out/t_sp_srst_e_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_0_re.out/t_sp_srst_e_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_0_re.out/t_sp_srst_e_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_any.out/t_sp_srst_e_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_any.out/t_sp_srst_e_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_any_re.out/t_sp_srst_e_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_any_re.out/t_sp_srst_e_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_init.out/t_sp_srst_e_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_init.out/t_sp_srst_e_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_init_re.out/t_sp_srst_e_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_init_re.out/t_sp_srst_e_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_x.out/t_sp_srst_e_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_x.out/t_sp_srst_e_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_x_re.out/t_sp_srst_e_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_e_x_re.out/t_sp_srst_e_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_0.out/t_sp_srst_gv_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_0.out/t_sp_srst_gv_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_0_re.out/t_sp_srst_gv_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_0_re.out/t_sp_srst_gv_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any.out/t_sp_srst_gv_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any.out/t_sp_srst_gv_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_ce.out/t_sp_srst_gv_any_ce_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_ce.out/t_sp_srst_gv_any_ce_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_ce_gated.out/t_sp_srst_gv_any_ce_gated_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_ce_gated.out/t_sp_srst_gv_any_ce_gated_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_re.out/t_sp_srst_gv_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_re.out/t_sp_srst_gv_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_re_gated.out/t_sp_srst_gv_any_re_gated_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_any_re_gated.out/t_sp_srst_gv_any_re_gated_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_init.out/t_sp_srst_gv_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_init.out/t_sp_srst_gv_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_init_re.out/t_sp_srst_gv_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_init_re.out/t_sp_srst_gv_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_x.out/t_sp_srst_gv_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_x.out/t_sp_srst_gv_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_x_re.out/t_sp_srst_gv_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_gv_x_re.out/t_sp_srst_gv_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_0.out/t_sp_srst_n_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_0.out/t_sp_srst_n_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_0_re.out/t_sp_srst_n_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_0_re.out/t_sp_srst_n_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_any.out/t_sp_srst_n_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_any.out/t_sp_srst_n_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_any_re.out/t_sp_srst_n_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_any_re.out/t_sp_srst_n_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_init.out/t_sp_srst_n_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_init.out/t_sp_srst_n_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_init_re.out/t_sp_srst_n_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_init_re.out/t_sp_srst_n_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_x.out/t_sp_srst_n_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_x.out/t_sp_srst_n_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_x_re.out/t_sp_srst_n_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_n_x_re.out/t_sp_srst_n_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_0.out/t_sp_srst_v_0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_0.out/t_sp_srst_v_0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_0_re.out/t_sp_srst_v_0_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_0_re.out/t_sp_srst_v_0_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any.out/t_sp_srst_v_any_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any.out/t_sp_srst_v_any_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_ce.out/t_sp_srst_v_any_ce_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_ce.out/t_sp_srst_v_any_ce_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_ce_gated.out/t_sp_srst_v_any_ce_gated_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_ce_gated.out/t_sp_srst_v_any_ce_gated_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_re.out/t_sp_srst_v_any_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_re.out/t_sp_srst_v_any_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_re_gated.out/t_sp_srst_v_any_re_gated_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_any_re_gated.out/t_sp_srst_v_any_re_gated_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_init.out/t_sp_srst_v_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_init.out/t_sp_srst_v_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_init_re.out/t_sp_srst_v_init_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_init_re.out/t_sp_srst_v_init_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_x.out/t_sp_srst_v_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_x.out/t_sp_srst_v_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_x_re.out/t_sp_srst_v_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_v_x_re.out/t_sp_srst_v_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_x_x.out/t_sp_srst_x_x_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_x_x.out/t_sp_srst_x_x_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_x_x_re.out/t_sp_srst_x_x_re_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sp_srst_x_x_re.out/t_sp_srst_x_x_re_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_2clk.out/t_sync_2clk_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_2clk.out/t_sync_2clk_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_2clk_shared.out/t_sync_2clk_shared_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_2clk_shared.out/t_sync_2clk_shared_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_big.out/t_sync_big_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_big.out/t_sync_big_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_big_lut.out/t_sync_big_lut_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_big_lut.out/t_sync_big_lut_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_big_sdp.out/t_sync_big_sdp_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_big_sdp.out/t_sync_big_sdp_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_shared.out/t_sync_shared_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_shared.out/t_sync_shared_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_small.out/t_sync_small_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_small.out/t_sync_small_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_small_block.out/t_sync_small_block_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_small_block.out/t_sync_small_block_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_small_block_attr.out/t_sync_small_block_attr_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_small_block_attr.out/t_sync_small_block_attr_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_new_new.out/t_sync_trans_new_new_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_new_new.out/t_sync_trans_new_new_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_new_none.out/t_sync_trans_new_none_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_new_none.out/t_sync_trans_new_none_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_new_old.out/t_sync_trans_new_old_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_new_old.out/t_sync_trans_new_old_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_old_new.out/t_sync_trans_old_new_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_old_new.out/t_sync_trans_old_new_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_old_none.out/t_sync_trans_old_none_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_old_none.out/t_sync_trans_old_none_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_old_old.out/t_sync_trans_old_old_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_sync_trans_old_old.out/t_sync_trans_old_old_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_tdp.out/t_tdp_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_tdp.out/t_tdp_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w0b0.out/t_wide_read_a6r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w0b0.out/t_wide_read_a6r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w1b0.out/t_wide_read_a6r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w1b0.out/t_wide_read_a6r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w1b1.out/t_wide_read_a6r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w1b1.out/t_wide_read_a6r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w2b0.out/t_wide_read_a6r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w2b0.out/t_wide_read_a6r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w2b2.out/t_wide_read_a6r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w2b2.out/t_wide_read_a6r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w3b2.out/t_wide_read_a6r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w3b2.out/t_wide_read_a6r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w4b2.out/t_wide_read_a6r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w4b2.out/t_wide_read_a6r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w5b2.out/t_wide_read_a6r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r0w5b2.out/t_wide_read_a6r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r1w0b0.out/t_wide_read_a6r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r1w0b0.out/t_wide_read_a6r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r1w1b1.out/t_wide_read_a6r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r1w1b1.out/t_wide_read_a6r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r2w0b0.out/t_wide_read_a6r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r2w0b0.out/t_wide_read_a6r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r3w0b0.out/t_wide_read_a6r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r3w0b0.out/t_wide_read_a6r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r4w0b0.out/t_wide_read_a6r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r4w0b0.out/t_wide_read_a6r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r5w0b0.out/t_wide_read_a6r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a6r5w0b0.out/t_wide_read_a6r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w0b0.out/t_wide_read_a7r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w0b0.out/t_wide_read_a7r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w1b0.out/t_wide_read_a7r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w1b0.out/t_wide_read_a7r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w1b1.out/t_wide_read_a7r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w1b1.out/t_wide_read_a7r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w2b0.out/t_wide_read_a7r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w2b0.out/t_wide_read_a7r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w2b2.out/t_wide_read_a7r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w2b2.out/t_wide_read_a7r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w3b2.out/t_wide_read_a7r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w3b2.out/t_wide_read_a7r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w4b2.out/t_wide_read_a7r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w4b2.out/t_wide_read_a7r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w5b2.out/t_wide_read_a7r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r0w5b2.out/t_wide_read_a7r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r1w0b0.out/t_wide_read_a7r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r1w0b0.out/t_wide_read_a7r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r1w1b1.out/t_wide_read_a7r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r1w1b1.out/t_wide_read_a7r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r2w0b0.out/t_wide_read_a7r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r2w0b0.out/t_wide_read_a7r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r3w0b0.out/t_wide_read_a7r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r3w0b0.out/t_wide_read_a7r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r4w0b0.out/t_wide_read_a7r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r4w0b0.out/t_wide_read_a7r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r5w0b0.out/t_wide_read_a7r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a7r5w0b0.out/t_wide_read_a7r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a8r1w1b1.out/t_wide_read_a8r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_read_a8r1w1b1.out/t_wide_read_a8r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w0b0x0.out/t_wide_sdp_a6r0w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w0b0x0.out/t_wide_sdp_a6r0w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w1b0x0.out/t_wide_sdp_a6r0w1b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w1b0x0.out/t_wide_sdp_a6r0w1b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w1b1x0.out/t_wide_sdp_a6r0w1b1x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w1b1x0.out/t_wide_sdp_a6r0w1b1x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w2b0x0.out/t_wide_sdp_a6r0w2b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w2b0x0.out/t_wide_sdp_a6r0w2b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w2b2x0.out/t_wide_sdp_a6r0w2b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w2b2x0.out/t_wide_sdp_a6r0w2b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w3b2x0.out/t_wide_sdp_a6r0w3b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w3b2x0.out/t_wide_sdp_a6r0w3b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w4b2x0.out/t_wide_sdp_a6r0w4b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w4b2x0.out/t_wide_sdp_a6r0w4b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w5b2x0.out/t_wide_sdp_a6r0w5b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r0w5b2x0.out/t_wide_sdp_a6r0w5b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r1w0b0x0.out/t_wide_sdp_a6r1w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r1w0b0x0.out/t_wide_sdp_a6r1w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r1w1b1x1.out/t_wide_sdp_a6r1w1b1x1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r1w1b1x1.out/t_wide_sdp_a6r1w1b1x1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r2w0b0x0.out/t_wide_sdp_a6r2w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r2w0b0x0.out/t_wide_sdp_a6r2w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r3w0b0x0.out/t_wide_sdp_a6r3w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r3w0b0x0.out/t_wide_sdp_a6r3w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r4w0b0x0.out/t_wide_sdp_a6r4w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r4w0b0x0.out/t_wide_sdp_a6r4w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r5w0b0x0.out/t_wide_sdp_a6r5w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a6r5w0b0x0.out/t_wide_sdp_a6r5w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w0b0x0.out/t_wide_sdp_a7r0w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w0b0x0.out/t_wide_sdp_a7r0w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w1b0x0.out/t_wide_sdp_a7r0w1b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w1b0x0.out/t_wide_sdp_a7r0w1b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w1b1x0.out/t_wide_sdp_a7r0w1b1x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w1b1x0.out/t_wide_sdp_a7r0w1b1x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w2b0x0.out/t_wide_sdp_a7r0w2b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w2b0x0.out/t_wide_sdp_a7r0w2b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w2b2x0.out/t_wide_sdp_a7r0w2b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w2b2x0.out/t_wide_sdp_a7r0w2b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w3b2x0.out/t_wide_sdp_a7r0w3b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w3b2x0.out/t_wide_sdp_a7r0w3b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w4b2x0.out/t_wide_sdp_a7r0w4b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w4b2x0.out/t_wide_sdp_a7r0w4b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w5b2x0.out/t_wide_sdp_a7r0w5b2x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r0w5b2x0.out/t_wide_sdp_a7r0w5b2x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r1w0b0x0.out/t_wide_sdp_a7r1w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r1w0b0x0.out/t_wide_sdp_a7r1w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r1w1b1x1.out/t_wide_sdp_a7r1w1b1x1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r1w1b1x1.out/t_wide_sdp_a7r1w1b1x1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r2w0b0x0.out/t_wide_sdp_a7r2w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r2w0b0x0.out/t_wide_sdp_a7r2w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r3w0b0x0.out/t_wide_sdp_a7r3w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r3w0b0x0.out/t_wide_sdp_a7r3w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r4w0b0x0.out/t_wide_sdp_a7r4w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r4w0b0x0.out/t_wide_sdp_a7r4w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r5w0b0x0.out/t_wide_sdp_a7r5w0b0x0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a7r5w0b0x0.out/t_wide_sdp_a7r5w0b0x0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a8r1w1b1x1.out/t_wide_sdp_a8r1w1b1x1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sdp_a8r1w1b1x1.out/t_wide_sdp_a8r1w1b1x1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w0b0.out/t_wide_sp_mix_a6r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w0b0.out/t_wide_sp_mix_a6r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w1b0.out/t_wide_sp_mix_a6r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w1b0.out/t_wide_sp_mix_a6r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w1b1.out/t_wide_sp_mix_a6r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w1b1.out/t_wide_sp_mix_a6r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w2b0.out/t_wide_sp_mix_a6r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w2b0.out/t_wide_sp_mix_a6r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w2b2.out/t_wide_sp_mix_a6r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w2b2.out/t_wide_sp_mix_a6r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w3b2.out/t_wide_sp_mix_a6r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w3b2.out/t_wide_sp_mix_a6r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w4b2.out/t_wide_sp_mix_a6r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w4b2.out/t_wide_sp_mix_a6r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w5b2.out/t_wide_sp_mix_a6r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r0w5b2.out/t_wide_sp_mix_a6r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r1w0b0.out/t_wide_sp_mix_a6r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r1w0b0.out/t_wide_sp_mix_a6r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r1w1b1.out/t_wide_sp_mix_a6r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r1w1b1.out/t_wide_sp_mix_a6r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r2w0b0.out/t_wide_sp_mix_a6r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r2w0b0.out/t_wide_sp_mix_a6r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r3w0b0.out/t_wide_sp_mix_a6r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r3w0b0.out/t_wide_sp_mix_a6r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r4w0b0.out/t_wide_sp_mix_a6r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r4w0b0.out/t_wide_sp_mix_a6r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r5w0b0.out/t_wide_sp_mix_a6r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a6r5w0b0.out/t_wide_sp_mix_a6r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w0b0.out/t_wide_sp_mix_a7r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w0b0.out/t_wide_sp_mix_a7r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w1b0.out/t_wide_sp_mix_a7r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w1b0.out/t_wide_sp_mix_a7r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w1b1.out/t_wide_sp_mix_a7r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w1b1.out/t_wide_sp_mix_a7r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w2b0.out/t_wide_sp_mix_a7r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w2b0.out/t_wide_sp_mix_a7r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w2b2.out/t_wide_sp_mix_a7r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w2b2.out/t_wide_sp_mix_a7r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w3b2.out/t_wide_sp_mix_a7r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w3b2.out/t_wide_sp_mix_a7r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w4b2.out/t_wide_sp_mix_a7r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w4b2.out/t_wide_sp_mix_a7r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w5b2.out/t_wide_sp_mix_a7r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r0w5b2.out/t_wide_sp_mix_a7r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r1w0b0.out/t_wide_sp_mix_a7r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r1w0b0.out/t_wide_sp_mix_a7r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r1w1b1.out/t_wide_sp_mix_a7r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r1w1b1.out/t_wide_sp_mix_a7r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r2w0b0.out/t_wide_sp_mix_a7r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r2w0b0.out/t_wide_sp_mix_a7r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r3w0b0.out/t_wide_sp_mix_a7r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r3w0b0.out/t_wide_sp_mix_a7r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r4w0b0.out/t_wide_sp_mix_a7r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r4w0b0.out/t_wide_sp_mix_a7r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r5w0b0.out/t_wide_sp_mix_a7r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a7r5w0b0.out/t_wide_sp_mix_a7r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a8r1w1b1.out/t_wide_sp_mix_a8r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_mix_a8r1w1b1.out/t_wide_sp_mix_a8r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w0b0.out/t_wide_sp_tied_a6r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w0b0.out/t_wide_sp_tied_a6r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w1b0.out/t_wide_sp_tied_a6r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w1b0.out/t_wide_sp_tied_a6r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w1b1.out/t_wide_sp_tied_a6r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w1b1.out/t_wide_sp_tied_a6r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w2b0.out/t_wide_sp_tied_a6r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w2b0.out/t_wide_sp_tied_a6r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w2b2.out/t_wide_sp_tied_a6r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w2b2.out/t_wide_sp_tied_a6r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w3b2.out/t_wide_sp_tied_a6r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w3b2.out/t_wide_sp_tied_a6r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w4b2.out/t_wide_sp_tied_a6r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w4b2.out/t_wide_sp_tied_a6r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w5b2.out/t_wide_sp_tied_a6r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r0w5b2.out/t_wide_sp_tied_a6r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r1w0b0.out/t_wide_sp_tied_a6r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r1w0b0.out/t_wide_sp_tied_a6r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r1w1b1.out/t_wide_sp_tied_a6r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r1w1b1.out/t_wide_sp_tied_a6r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r2w0b0.out/t_wide_sp_tied_a6r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r2w0b0.out/t_wide_sp_tied_a6r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r3w0b0.out/t_wide_sp_tied_a6r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r3w0b0.out/t_wide_sp_tied_a6r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r4w0b0.out/t_wide_sp_tied_a6r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r4w0b0.out/t_wide_sp_tied_a6r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r5w0b0.out/t_wide_sp_tied_a6r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a6r5w0b0.out/t_wide_sp_tied_a6r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w0b0.out/t_wide_sp_tied_a7r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w0b0.out/t_wide_sp_tied_a7r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w1b0.out/t_wide_sp_tied_a7r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w1b0.out/t_wide_sp_tied_a7r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w1b1.out/t_wide_sp_tied_a7r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w1b1.out/t_wide_sp_tied_a7r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w2b0.out/t_wide_sp_tied_a7r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w2b0.out/t_wide_sp_tied_a7r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w2b2.out/t_wide_sp_tied_a7r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w2b2.out/t_wide_sp_tied_a7r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w3b2.out/t_wide_sp_tied_a7r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w3b2.out/t_wide_sp_tied_a7r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w4b2.out/t_wide_sp_tied_a7r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w4b2.out/t_wide_sp_tied_a7r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w5b2.out/t_wide_sp_tied_a7r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r0w5b2.out/t_wide_sp_tied_a7r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r1w0b0.out/t_wide_sp_tied_a7r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r1w0b0.out/t_wide_sp_tied_a7r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r1w1b1.out/t_wide_sp_tied_a7r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r1w1b1.out/t_wide_sp_tied_a7r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r2w0b0.out/t_wide_sp_tied_a7r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r2w0b0.out/t_wide_sp_tied_a7r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r3w0b0.out/t_wide_sp_tied_a7r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r3w0b0.out/t_wide_sp_tied_a7r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r4w0b0.out/t_wide_sp_tied_a7r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r4w0b0.out/t_wide_sp_tied_a7r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r5w0b0.out/t_wide_sp_tied_a7r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a7r5w0b0.out/t_wide_sp_tied_a7r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a8r1w1b1.out/t_wide_sp_tied_a8r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_sp_tied_a8r1w1b1.out/t_wide_sp_tied_a8r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w0b0.out/t_wide_write_a6r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w0b0.out/t_wide_write_a6r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w1b0.out/t_wide_write_a6r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w1b0.out/t_wide_write_a6r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w1b1.out/t_wide_write_a6r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w1b1.out/t_wide_write_a6r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w2b0.out/t_wide_write_a6r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w2b0.out/t_wide_write_a6r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w2b2.out/t_wide_write_a6r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w2b2.out/t_wide_write_a6r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w3b2.out/t_wide_write_a6r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w3b2.out/t_wide_write_a6r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w4b2.out/t_wide_write_a6r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w4b2.out/t_wide_write_a6r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w5b2.out/t_wide_write_a6r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r0w5b2.out/t_wide_write_a6r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r1w0b0.out/t_wide_write_a6r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r1w0b0.out/t_wide_write_a6r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r1w1b1.out/t_wide_write_a6r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r1w1b1.out/t_wide_write_a6r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r2w0b0.out/t_wide_write_a6r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r2w0b0.out/t_wide_write_a6r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r3w0b0.out/t_wide_write_a6r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r3w0b0.out/t_wide_write_a6r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r4w0b0.out/t_wide_write_a6r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r4w0b0.out/t_wide_write_a6r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r5w0b0.out/t_wide_write_a6r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a6r5w0b0.out/t_wide_write_a6r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w0b0.out/t_wide_write_a7r0w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w0b0.out/t_wide_write_a7r0w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w1b0.out/t_wide_write_a7r0w1b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w1b0.out/t_wide_write_a7r0w1b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w1b1.out/t_wide_write_a7r0w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w1b1.out/t_wide_write_a7r0w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w2b0.out/t_wide_write_a7r0w2b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w2b0.out/t_wide_write_a7r0w2b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w2b2.out/t_wide_write_a7r0w2b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w2b2.out/t_wide_write_a7r0w2b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w3b2.out/t_wide_write_a7r0w3b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w3b2.out/t_wide_write_a7r0w3b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w4b2.out/t_wide_write_a7r0w4b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w4b2.out/t_wide_write_a7r0w4b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w5b2.out/t_wide_write_a7r0w5b2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r0w5b2.out/t_wide_write_a7r0w5b2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r1w0b0.out/t_wide_write_a7r1w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r1w0b0.out/t_wide_write_a7r1w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r1w1b1.out/t_wide_write_a7r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r1w1b1.out/t_wide_write_a7r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r2w0b0.out/t_wide_write_a7r2w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r2w0b0.out/t_wide_write_a7r2w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r3w0b0.out/t_wide_write_a7r3w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r3w0b0.out/t_wide_write_a7r3w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r4w0b0.out/t_wide_write_a7r4w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r4w0b0.out/t_wide_write_a7r4w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r5w0b0.out/t_wide_write_a7r5w0b0_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a7r5w0b0.out/t_wide_write_a7r5w0b0_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a8r1w1b1.out/t_wide_write_a8r1w1b1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/memlib/t_wide_write_a8r1w1b1.out/t_wide_write_a8r1w1b1_tb_syn0' will not be represented in diff
> dpkg-source: error: cannot represent change to tests/sat/grom.fst: binary file contents changed
> dpkg-source: error: add tests/sat/grom.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sat/stimulus.fst: binary file contents changed
> dpkg-source: error: add tests/sat/stimulus.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_adff.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_adffe.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_adlatch.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_aldff.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_aldffe.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_dff.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_dffe.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_dffsr.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_dlatch.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_dlatchsr.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_sdff.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_sdffce.out' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/sim/tb/tb_sdffe.out' will not be represented in diff
> dpkg-source: error: cannot represent change to tests/sim/tb_adff.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_adff.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_adffe.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_adffe.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_adlatch.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_adlatch.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_aldff.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_aldff.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_aldffe.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_aldffe.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_dff.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_dff.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_dffe.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_dffe.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_dffsr.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_dffsr.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_dlatch.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_dlatch.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_dlatchsr.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_dlatchsr.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_sdff.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_sdff.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_sdffce.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_sdffce.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/sim/tb_sdffe.fst: binary file contents changed
> dpkg-source: error: add tests/sim/tb_sdffe.fst in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/abc9.out/abc9_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/abc9.out/abc9_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/aes_kexp128.out/aes_kexp128_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/aes_kexp128.out/aes_kexp128_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/always01.out/always01_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/always01.out/always01_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/always02.out/always02_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/always02.out/always02_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/always03.out/always03_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/always03.out/always03_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/arraycells.out/arraycells_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/arraycells.out/arraycells_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/arrays01.out/arrays01_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/arrays01.out/arrays01_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/arrays02.out/arrays02_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/arrays02.out/arrays02_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/asgn_binop.out/asgn_binop_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/asgn_binop.out/asgn_binop_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib01_module.out/attrib01_module_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib01_module.out/attrib01_module_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib02_port_decl.out/attrib02_port_decl_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib02_port_decl.out/attrib02_port_decl_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib03_parameter.out/attrib03_parameter_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib03_parameter.out/attrib03_parameter_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib04_net_var.out/attrib04_net_var_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib04_net_var.out/attrib04_net_var_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib06_operator_suffix.out/attrib06_operator_suffix_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib06_operator_suffix.out/attrib06_operator_suffix_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib08_mod_inst.out/attrib08_mod_inst_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib08_mod_inst.out/attrib08_mod_inst_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib09_case.out/attrib09_case_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/attrib09_case.out/attrib09_case_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/carryadd.out/carryadd_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/carryadd.out/carryadd_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_const.out/case_expr_const_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_const.out/case_expr_const_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_extend.out/case_expr_extend_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_extend.out/case_expr_extend_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_non_const.out/case_expr_non_const_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_non_const.out/case_expr_non_const_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_query.out/case_expr_query_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_expr_query.out/case_expr_query_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_large.out/case_large_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/case_large.out/case_large_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/const_branch_finish.out/const_branch_finish_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/const_branch_finish.out/const_branch_finish_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/const_fold_func.out/const_fold_func_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/const_fold_func.out/const_fold_func_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/const_func_shadow.out/const_func_shadow_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/const_func_shadow.out/const_func_shadow_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/constmuldivmod.out/constmuldivmod_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/constmuldivmod.out/constmuldivmod_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/constpower.out/constpower_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/constpower.out/constpower_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/defvalue.out/defvalue_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/defvalue.out/defvalue_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/dff_different_styles.out/dff_different_styles_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/dff_different_styles.out/dff_different_styles_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/dff_init.out/dff_init_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/dff_init.out/dff_init_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/dynslice.out/dynslice_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/dynslice.out/dynslice_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/fiedler-cooley.out/fiedler-cooley_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/fiedler-cooley.out/fiedler-cooley_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/forgen01.out/forgen01_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/forgen01.out/forgen01_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/forgen02.out/forgen02_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/forgen02.out/forgen02_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/forloops.out/forloops_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/forloops.out/forloops_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/fsm.out/fsm_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/fsm.out/fsm_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/func_block.out/func_block_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/func_block.out/func_block_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/func_recurse.out/func_recurse_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/func_recurse.out/func_recurse_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/func_width_scope.out/func_width_scope_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/func_width_scope.out/func_width_scope_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_collide.out/genblk_collide_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_collide.out/genblk_collide_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_dive.out/genblk_dive_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_dive.out/genblk_dive_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_order.out/genblk_order_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_order.out/genblk_order_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_port_shadow.out/genblk_port_shadow_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/genblk_port_shadow.out/genblk_port_shadow_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/generate.out/generate_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/generate.out/generate_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/graphtest.out/graphtest_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/graphtest.out/graphtest_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/hierarchy.out/hierarchy_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/hierarchy.out/hierarchy_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/hierdefparam.out/hierdefparam_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/hierdefparam.out/hierdefparam_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/i2c_master_tests.out/i2c_master_tests_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/i2c_master_tests.out/i2c_master_tests_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/ifdef_1.out/ifdef_1_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/ifdef_1.out/ifdef_1_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/ifdef_2.out/ifdef_2_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/ifdef_2.out/ifdef_2_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/implicit_ports.out/implicit_ports_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/implicit_ports.out/implicit_ports_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/lesser_size_cast.out/lesser_size_cast_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/lesser_size_cast.out/lesser_size_cast_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/local_loop_var.out/local_loop_var_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/local_loop_var.out/local_loop_var_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/localparam_attr.out/localparam_attr_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/localparam_attr.out/localparam_attr_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/loop_prefix_case.out/loop_prefix_case_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/loop_prefix_case.out/loop_prefix_case_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/loop_var_shadow.out/loop_var_shadow_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/loop_var_shadow.out/loop_var_shadow_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/loops.out/loops_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/loops.out/loops_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/macro_arg_spaces.out/macro_arg_spaces_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/macro_arg_spaces.out/macro_arg_spaces_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/macro_arg_surrounding_spaces.out/macro_arg_surrounding_spaces_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/macro_arg_surrounding_spaces.out/macro_arg_surrounding_spaces_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/macros.out/macros_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/macros.out/macros_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/matching_end_labels.out/matching_end_labels_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/matching_end_labels.out/matching_end_labels_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/mem2reg.out/mem2reg_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/mem2reg.out/mem2reg_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/mem2reg_bounds_tern.out/mem2reg_bounds_tern_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/mem2reg_bounds_tern.out/mem2reg_bounds_tern_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/mem_arst.out/mem_arst_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/mem_arst.out/mem_arst_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/memory.out/memory_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/memory.out/memory_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/memwr_port_connection.out/memwr_port_connection_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/memwr_port_connection.out/memwr_port_connection_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/module_scope.out/module_scope_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/module_scope.out/module_scope_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/module_scope_case.out/module_scope_case_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/module_scope_case.out/module_scope_case_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/multiplier.out/multiplier_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/multiplier.out/multiplier_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/muxtree.out/muxtree_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/muxtree.out/muxtree_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/named_genblk.out/named_genblk_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/named_genblk.out/named_genblk_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/nested_genblk_resolve.out/nested_genblk_resolve_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/nested_genblk_resolve.out/nested_genblk_resolve_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/omsp_dbg_uart.out/omsp_dbg_uart_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/omsp_dbg_uart.out/omsp_dbg_uart_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/operators.out/operators_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/operators.out/operators_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/param_attr.out/param_attr_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/param_attr.out/param_attr_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/paramods.out/paramods_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/paramods.out/paramods_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/partsel.out/partsel_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/partsel.out/partsel_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/process.out/process_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/process.out/process_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/realexpr.out/realexpr_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/realexpr.out/realexpr_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/repwhile.out/repwhile_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/repwhile.out/repwhile_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/retime.out/retime_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/retime.out/retime_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/rotate.out/rotate_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/rotate.out/rotate_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/scopes.out/scopes_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/scopes.out/scopes_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/signed_full_slice.out/signed_full_slice_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/signed_full_slice.out/signed_full_slice_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/signedexpr.out/signedexpr_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/signedexpr.out/signedexpr_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/sincos.out/sincos_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/sincos.out/sincos_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/string_format.out/string_format_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/string_format.out/string_format_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/subbytes.out/subbytes_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/subbytes.out/subbytes_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/task_func.out/task_func_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/task_func.out/task_func_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/undef_eqx_nex.out/undef_eqx_nex_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/undef_eqx_nex.out/undef_eqx_nex_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/unnamed_block_decl.out/unnamed_block_decl_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/unnamed_block_decl.out/unnamed_block_decl_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/usb_phy_tests.out/usb_phy_tests_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/usb_phy_tests.out/usb_phy_tests_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/values.out/values_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/values.out/values_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/verilog_primitives.out/verilog_primitives_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/verilog_primitives.out/verilog_primitives_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/vloghammer.out/vloghammer_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/vloghammer.out/vloghammer_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/wandwor.out/wandwor_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/wandwor.out/wandwor_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/wreduce.out/wreduce_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/simple_abc9/wreduce.out/wreduce_tb_syn0' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/techmap/mem_simple_4x1_uut.out/mem_simple_4x1_uut_tb_ref' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'tests/techmap/mem_simple_4x1_uut.out/mem_simple_4x1_uut_tb_syn0' will not be represented in diff
> dpkg-source: error: cannot represent change to tests/various/plugin.so: binary file contents changed
> dpkg-source: error: add tests/various/plugin.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'tests/various/plugin.so' will not be represented in diff
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/yosys_0.23-6_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list