Bug#769687: autopkgtest: FTBFS with no network access

Daniel Schepler dschepler at gmail.com
Sat Nov 15 15:52:45 UTC 2014


Source: autopkgtest
Version: 3.8
Severity: serious

>From my pbuilder build log (on amd64):

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/buildd/autopkgtest-3.8'
if type pyflakes3 >/dev/null 2>&1; then tests/pyflakes; else echo "pyflakes3 not available, skipping"; fi
tests/pep8 || true
tests/testdesc
test_all_fields (__main__.Click)
parsing manifest test with all possible fields ... ok
test_autopilot_extradeps (__main__.Click)
autopilot test specification with extra info ... testdesc [15:47:40]: ERROR: cannot download click source: manifest does not have "x-source"                    
ok
test_autopilot_manual_complex (__main__.Click)
complex manual autopilot test specification ... testdesc [15:47:40]: ERROR: cannot download click source: manifest does not have "x-source"                     
ok
test_autopilot_manual_simple (__main__.Click)
simple manual autopilot test specification ... testdesc [15:47:40]: ERROR: cannot download click source: manifest does not have "x-source"                      
ok
test_autopilot_simple (__main__.Click)
simple autopilot test specification ... testdesc [15:47:40]: ERROR: cannot download click source: manifest does not have "x-source"                             
ok
test_click_source_download (__main__.Click)
Automatic click source download ... ok
test_click_source_download_no_vcs (__main__.Click)
Automatic click source download: fails, no vcs-* tag ... ok
test_click_with_srcdir (__main__.Click)
parsing click with explicit source dir ... ok
test_installed (__main__.Click)
parsing manifest test with already installed click ... ok
test_invalid_json_syntax (__main__.Click)
parsing manifest with invalid JSON syntax ... ok
test_invalid_json_type (__main__.Click)
parsing manifest with invalid JSON type ... ok
test_no_tests (__main__.Click)
parsing manifest without tests ... ok
test_path_only (__main__.Click)
test description is a single path ... ok
test_skip_caps (__main__.Click)
skipped test due to insufficient testbed capabilities ... testdesc [15:47:40]: ERROR: cannot download click source: manifest does not have "x-source"           
ok
test_skip_command_and_path (__main__.Click)
skipped test due to specifying command and path ... ok
test_arch_specific (__main__.Debian)
@ expansion with architecture specific binaries ... ok
test_autodep8_perl (__main__.Debian)
autodep8 tests for Perl packages ... ok
test_autodep8_ruby (__main__.Debian)
autodep8 tests for Ruby packages ... ok
test_builddeps (__main__.Debian)
@builddeps@ expansion ... ok
test_classes (__main__.Debian)
Classes: field ... ok
test_comma_sep (__main__.Debian)
comma separator in fields ... ok
test_comments (__main__.Debian)
comments in control files with Unicode ... ok
test_complex_deps (__main__.Debian)
complex test dependencies ... ok
test_custom_control_path (__main__.Debian)
custom control file path ... ok
test_default_depends (__main__.Debian)
default Depends: is @ ... ok
test_invalid_control (__main__.Debian)
invalid control file ... ok
test_invalid_test_deps (__main__.Debian)
invalid test dependencies ... ok
test_known_restrictions (__main__.Debian)
known restrictions ... ok
test_no_control (__main__.Debian)
no test control file ... ok
test_single (__main__.Debian)
single test, simplest possible ... ok
test_test_command (__main__.Debian)
single test, test command ... ok
test_test_command_and_tests (__main__.Debian)
Both Tests: and Test-Command: ... ok
test_test_command_skip (__main__.Debian)
single test, skipped test command ... ok
test_testbed_compat (__main__.Debian)
restrictions incompatible with testbed ... ok
test_tests_dir (__main__.Debian)
non-standard Tests-Directory ... ok
test_unknown_restriction (__main__.Debian)
unknown restriction ... ok
test_control (__main__.Rfc822)
Parse a debian/control like file ... ok
test_dsc (__main__.Rfc822)
Parse a signed dsc file ... ok
test_invalid (__main__.Rfc822)
Parse an invalid file ... ok
test_both_path_and_command (__main__.Test)
Test with path and command ... ok
test_capabilities_compat (__main__.Test)
Test compatibility with testbed capabilities ... ok
test_invalid_name (__main__.Test)
Test with invalid name ... ok
test_neither_path_nor_command (__main__.Test)
Test without path nor command ... ok
test_unknown_restriction (__main__.Test)
Test with unknown restriction ... ok
test_valid_command (__main__.Test)
valid Test instantiation with command ... ok
test_valid_path (__main__.Test)
valid Test instantiation with path ... ok

----------------------------------------------------------------------
Ran 46 tests in 0.035s

OK
tests/run_args
test_built_binaries (__main__.T) ... ok
test_changes (__main__.T) ... ok
test_copy (__main__.T) ... ok
test_copy_nonexisting (__main__.T) ... ok
test_default_options (__main__.T) ... ok
test_empty_virt_server (__main__.T) ... ok
test_explicit_actions (__main__.T) ... ok
test_explicit_actions_eq (__main__.T) ... ok
test_help (__main__.T) ... ok
test_implicit_apt_source (__main__.T) ... ok
test_implicit_built_tree (__main__.T) ... ok
test_implicit_click (__main__.T) ... ok
test_implicit_click_source (__main__.T) ... ok
test_implicit_deb (__main__.T) ... ok
test_implicit_unbuilt_tree (__main__.T) ... ok
test_mix_opts_actions (__main__.T) ... ok
test_no_actions (__main__.T) ... ok
test_no_args (__main__.T) ... ok
test_options (__main__.T) ... ok
test_read_file (__main__.T) ... ok
test_read_file_with_runner (__main__.T) ... ok
test_setup_commands (__main__.T) ... ok
test_unknown_dir (__main__.T) ... ok
test_unknown_file (__main__.T) ... ok

----------------------------------------------------------------------
Ran 24 tests in 0.138s

OK
env NO_PKG_MANGLE=1 tests/adt-run NullRunner
test_apt_source_error (__main__.NullRunner)
apt-source for nonexisting package ... ok
test_breaks_testbed (__main__.NullRunner)
breaks-testbed restriction ... ok
test_dev_stdouterr_access (__main__.NullRunner)
write to /dev/stdout and /dev/stderr in a test ... ok
test_dsc_build_needed_success (__main__.NullRunner)
dsc, build-needed restriction, test success ... ok
test_dsc_norestrictions_nobuild_success (__main__.NullRunner)
dsc, no build, no restrictions, test success ... ok
test_isolation (__main__.NullRunner)
isolation restrictions ... ok
test_logfile_failure (__main__.NullRunner)
--log-file option, failure ... ok
test_logfile_success (__main__.NullRunner)
--log-file option, success ... ok
test_no_tests_dir (__main__.NullRunner)
package without debian/tests/ ... ok
test_signal (__main__.NullRunner)
tests keep default signal handler ... ok
test_summary (__main__.NullRunner)
--summary option ... ok
test_test_command (__main__.NullRunner)
Test-Command: instead of Tests: ... ok
test_timeout (__main__.NullRunner)
handling test timeout ... ok
test_timeout_long_build (__main__.NullRunner)
long-running build with custom timeouts ... ok
test_timeout_long_build_fail (__main__.NullRunner)
long-running build times out ... ok
test_timeout_long_test (__main__.NullRunner)
long-running test with custom timeouts ... ok
test_timeout_no_output (__main__.NullRunner)
handling test timeout for test without any output ... ok
test_tmp_install (__main__.NullRunner)
temp dir unpack of test dependencies ... FAIL
test_tmp_install_no_such_version (__main__.NullRunner)
temp dir unpack of test dependency with unsatisfiable version ... ok
test_tmp_install_nonexisting_pkg (__main__.NullRunner)
temp dir unpack of nonexisting test dependency ... ok
test_tmp_install_perl (__main__.NullRunner)
temp dir unpack of Perl dependencies ... FAIL
test_tree_allow_stderr_nobuild_fail_on_exit (__main__.NullRunner)
source tree, no build, allow-stderr, test fails with non-zero ... ok
test_tree_allow_stderr_nobuild_success (__main__.NullRunner)
source tree, no build, allow-stderr, test success ... ok
test_tree_apply_patches (__main__.NullRunner)
source tree, 3.0 (quilt) patches get applied ... ok
test_tree_build_needed_success (__main__.NullRunner)
source tree, build-needed restriction, test success ... ok
test_tree_norestrictions_nobuild_fail_on_exit (__main__.NullRunner)
source tree, no build, no restrictions, test fails with non-zero ... ok
test_tree_norestrictions_nobuild_fail_on_stderr (__main__.NullRunner)
source tree, no build, no restrictions, test fails with stderr ... ok
test_tree_norestrictions_nobuild_fail_on_stderr_and_exit (__main__.NullRunner)
source tree, no build, no restrictions, test fails with stderr+exit ... ok
test_tree_norestrictions_nobuild_success (__main__.NullRunner)
source tree, no build, no restrictions, test success ... ok
test_tree_output_dir (__main__.NullRunner)
source tree, explicit --output-dir ... ok
test_undeletable_files (__main__.NullRunner)
source tree has undeletable files ... ok
test_unicode (__main__.NullRunner)
Unicode test output ... ok

======================================================================
FAIL: test_tmp_install (__main__.NullRunner)
temp dir unpack of test dependencies
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/adt-run", line 688, in test_tmp_install
    self.assertEqual(code, 0, err)
AssertionError: 20 != 0 : adt-run [15:48:43]: version @version@
adt-run [15:48:43]: testbed dpkg architecture: amd64
adt-run [15:48:43]: @@@@@@@@@@@@@@@@@@@@ unbuilt-tree /tmp/test.adt-run.fnidwk_1/testpkg//
adt-run [15:48:43]: testing package testpkg version 1
adt-run [15:48:43]: build not needed
adt-run [15:48:43]: test t: preparing
adt-run: WARNING: The following dependencies cannot be handled in reduced "unpack to temporary directory" mode: a | b
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
adt-run: WARNING: virtualisation system does not offer root or writable testbed; unpacking dependencies to temporary dir, which will only work for some packages
Err http://mirrors.kernel.org/debian/ sid/main libcairo2 amd64 1.14.0-2.1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main fontconfig amd64 2.11.0-6.1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main fontconfig-config all 2.11.0-6.1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libfontconfig1 amd64 2.11.0-6.1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main fonts-dejavu-core all 2.34-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libfreetype6 amd64 2.5.2-2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main gir1.2-glib-2.0 amd64 1.42.0-2.2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libgirepository-1.0-1 amd64 1.42.0-2.2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libgraphite2-3 amd64 1.2.4-3
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main graphviz amd64 2.38.0-6
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libcdt5 amd64 2.38.0-6
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libcgraph6 amd64 2.38.0-6
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libgvc6 amd64 2.38.0-6
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libgvpr2 amd64 2.38.0-6
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libpathplan4 amd64 2.38.0-6
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxdot4 amd64 2.38.0-6
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libharfbuzz0b amd64 0.9.35-2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libjbig0 amd64 2.1-3.1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main gir1.2-json-1.0 amd64 1.0.2-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libjson-glib-1.0-0 amd64 1.0.2-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libjson-glib-1.0-common all 1.0.2-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libdatrie1 amd64 0.2.8-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libgd3 amd64 2.1.0-4.1+b1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libice6 amd64 2:1.0.9-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libjpeg62-turbo amd64 1:1.3.1-10
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libpng12-0 amd64 1.2.50-2+b1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libsm6 amd64 2:1.2.2-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libthai-data all 0.1.21-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libthai0 amd64 0.1.21-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libltdl7 amd64 2.4.2-1.11
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libvpx1 amd64 1.3.0-3
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libx11-6 amd64 2:1.6.2-3
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libx11-data all 2:1.6.2-3
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxau6 amd64 1:1.0.8-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxaw7 amd64 2:1.0.12-2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxcb-render0 amd64 1.10-3+b1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxcb-shm0 amd64 1.10-3+b1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxcb1 amd64 1.10-3+b1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxdmcp6 amd64 1:1.1.1-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxext6 amd64 2:1.3.3-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxmu6 amd64 2:1.1.2-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxpm4 amd64 1:3.5.11-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxrender1 amd64 1:0.9.8-1+b1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libxt6 amd64 1:1.1.4-1+b1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libpango-1.0-0 amd64 1.36.8-2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libpangocairo-1.0-0 amd64 1.36.8-2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libpangoft2-1.0-0 amd64 1.36.8-2
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libpixman-1-0 amd64 0.32.6-3
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main python3-gi amd64 3.14.0-1
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libtiff5 amd64 4.0.3-10+b3
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main ucf all 3.0030
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main x11-common all 1:7.7+7
  Could not resolve 'mirrors.kernel.org'
E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/c/cairo/libcairo2_1.14.0-2.1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/f/fontconfig/fontconfig_2.11.0-6.1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/f/fontconfig/fontconfig-config_2.11.0-6.1_all.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/f/fontconfig/libfontconfig1_2.11.0-6.1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.34-1_all.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/f/freetype/libfreetype6_2.5.2-2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/gobject-introspection/gir1.2-glib-2.0_1.42.0-2.2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/gobject-introspection/libgirepository-1.0-1_1.42.0-2.2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphite2/libgraphite2-3_1.2.4-3_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphviz/graphviz_2.38.0-6_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphviz/libcdt5_2.38.0-6_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphviz/libcgraph6_2.38.0-6_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphviz/libgvc6_2.38.0-6_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphviz/libgvpr2_2.38.0-6_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphviz/libpathplan4_2.38.0-6_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/g/graphviz/libxdot4_2.38.0-6_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/h/harfbuzz/libharfbuzz0b_0.9.35-2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/j/jbigkit/libjbig0_2.1-3.1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/j/json-glib/gir1.2-json-1.0_1.0.2-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/j/json-glib/libjson-glib-1.0-0_1.0.2-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/j/json-glib/libjson-glib-1.0-common_1.0.2-1_all.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libd/libdatrie/libdatrie1_0.2.8-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libg/libgd2/libgd3_2.1.0-4.1+b1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libi/libice/libice6_1.0.9-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libj/libjpeg-turbo/libjpeg62-turbo_1.3.1-10_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+b1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libs/libsm/libsm6_1.2.2-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libt/libthai/libthai-data_0.1.21-1_all.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libt/libthai/libthai0_0.1.21-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libt/libtool/libltdl7_2.4.2-1.11_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libv/libvpx/libvpx1_1.3.0-3_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libx11/libx11-6_1.6.2-3_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libx11/libx11-data_1.6.2-3_all.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxau/libxau6_1.0.8-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxaw/libxaw7_1.0.12-2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxcb/libxcb-render0_1.10-3+b1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxcb/libxcb-shm0_1.10-3+b1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxcb/libxcb1_1.10-3+b1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxdmcp/libxdmcp6_1.1.1-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxext/libxext6_1.3.3-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxmu/libxmu6_1.1.2-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxpm/libxpm4_3.5.11-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxrender/libxrender1_0.9.8-1+b1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libx/libxt/libxt6_1.1.4-1+b1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/p/pango1.0/libpango-1.0-0_1.36.8-2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/p/pango1.0/libpangocairo-1.0-0_1.36.8-2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/p/pango1.0/libpangoft2-1.0-0_1.36.8-2_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/p/pixman/libpixman-1-0_0.32.6-3_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/p/pygobject/python3-gi_3.14.0-1_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/t/tiff/libtiff5_4.0.3-10+b3_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/u/ucf/ucf_3.0030_all.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/x/xorg/x11-common_7.7+7_all.deb  Could not resolve 'mirrors.kernel.org'

adt-run [15:48:44]: ERROR: unexpected error: failed to download and unpack test dependencies


======================================================================
FAIL: test_tmp_install_perl (__main__.NullRunner)
temp dir unpack of Perl dependencies
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/adt-run", line 725, in test_tmp_install_perl
    self.assertEqual(code, 0, err)
AssertionError: 20 != 0 : adt-run [15:48:46]: version @version@
adt-run [15:48:46]: testbed dpkg architecture: amd64
adt-run [15:48:46]: @@@@@@@@@@@@@@@@@@@@ unbuilt-tree /tmp/test.adt-run.w43m7u7a/testpkg//
adt-run [15:48:46]: testing package testpkg version 1
adt-run [15:48:46]: build not needed
adt-run [15:48:46]: test t: preparing
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
adt-run: WARNING: virtualisation system does not offer root or writable testbed; unpacking dependencies to temporary dir, which will only work for some packages
Err http://mirrors.kernel.org/debian/ sid/main libconvert-uulib-perl amd64 1:1.4~dfsg-1+b3
  Could not resolve 'mirrors.kernel.org'
Err http://mirrors.kernel.org/debian/ sid/main libtest-tester-perl all 0.109-1
  Could not resolve 'mirrors.kernel.org'
E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libc/libconvert-uulib-perl/libconvert-uulib-perl_1.4~dfsg-1+b3_amd64.deb  Could not resolve 'mirrors.kernel.org'

E: Failed to fetch http://mirrors.kernel.org/debian/pool/main/libt/libtest-tester-perl/libtest-tester-perl_0.109-1_all.deb  Could not resolve 'mirrors.kernel.org'

adt-run [15:48:46]: ERROR: unexpected error: failed to download and unpack test dependencies


----------------------------------------------------------------------
Ran 32 tests in 86.984s

FAILED (failures=2)
debian/rules:37: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/tmp/buildd/autopkgtest-3.8'
debian/rules:28: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler



More information about the autopkgtest-devel mailing list