[Qa-jenkins-scm] Build failed in Jenkins: lvc_debian-testing-daily #912

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Mar 23 10:22:43 UTC 2017


See <https://jenkins.debian.net/job/lvc_debian-testing-daily/912/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on profitbricks-build10-amd64.debian.net (profitbricks10 lvc amd64) in workspace <https://jenkins.debian.net/job/lvc_debian-testing-daily/ws/>
[lvc_debian-testing-daily] $ /bin/sh -xe /tmp/hudson27739644638774853.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso /srv/jenkins/cucumber/features --tags ~@broken --tags ~@trivial --tags ~@preseed --tags ~@text-ui --tags ~@gui --tags ~@debedu
declare -x BUILD_CAUSE="TIMERTRIGGER"
declare -x BUILD_CAUSE_TIMERTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#912"
declare -x BUILD_ID="912"
declare -x BUILD_NUMBER="912"
declare -x BUILD_TAG="jenkins-lvc_debian-testing-daily-912"
declare -x BUILD_URL="https://jenkins.debian.net/job/lvc_debian-testing-daily/912/"
declare -x EXECUTOR_NUMBER="0"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="1e5f06a3-b225-4f3d-b8cd-cd7e931002cd"
declare -x HUDSON_HOME="/var/lib/jenkins"
declare -x HUDSON_SERVER_COOKIE="662be26f1caf0950"
declare -x HUDSON_URL="https://jenkins.debian.net/"
declare -x JENKINS_HOME="/var/lib/jenkins"
declare -x JENKINS_SERVER_COOKIE="662be26f1caf0950"
declare -x JENKINS_URL="https://jenkins.debian.net/"
declare -x JOB_BASE_NAME="lvc_debian-testing-daily"
declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/lvc_debian-testing-daily/display/redirect"
declare -x JOB_NAME="lvc_debian-testing-daily"
declare -x JOB_URL="https://jenkins.debian.net/job/lvc_debian-testing-daily/"
declare -x LANG="en_GB.UTF-8"
declare -x LANGUAGE="en_GB:en"
declare -x LOGNAME="jenkins"
declare -x MAIL="/var/mail/jenkins"
declare -x NODE_LABELS="amd64 lvc profitbricks-build10-amd64.debian.net profitbricks10"
declare -x NODE_NAME="profitbricks-build10-amd64.debian.net"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
declare -x PWD="<https://jenkins.debian.net/job/lvc_debian-testing-daily/ws/">
declare -x ROOT_BUILD_CAUSE="TIMERTRIGGER"
declare -x ROOT_BUILD_CAUSE_TIMERTRIGGER="true"
declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/lvc_debian-testing-daily/912/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/lvc_debian-testing-daily/912/display/redirect"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SLAVEJAR_URL="https://jenkins.debian.net//jnlpJars/slave.jar"
declare -x TERM="linux"
declare -x USER="jenkins"
declare -x WORKSPACE="/srv/jenkins/pseudo-hosts/profitbricks-build10-amd64"
declare -x XDG_SESSION_COOKIE="9ccc5118b39c03788401bbe2501b9f12-1489594157.991679-711017380"
====================================================================================

Thu Mar 23 09:36:53 UTC 2017 - running /srv/jenkins/bin/lvc.sh (lvc_debian-testing-daily) on profitbricks-build10-amd64 now.

To learn to understand this, git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/lvc.sh,
has been called using "http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso /srv/jenkins/cucumber/features --tags ~@broken --tags ~@trivial --tags ~@preseed --tags ~@text-ui --tags ~@gui --tags ~@debedu" as arguments.

Please send technical feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific jobs result should go to their respective lists and/or the BTS.

====================================================================================
Thu Mar 23 09:36:53 UTC 2017 - start running "/srv/jenkins/bin/lvc.sh" (md5sum 4de4e767e6f74c8f0fcc54e4252da7be) as "/tmp/jenkins-script-HVGJWphg" on profitbricks-build10-amd64.

Downloading http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso
-rw-r--r-- 1 libvirt-qemu libvirt-qemu 304087040 Mar 23 01:36 /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/debian-testing-amd64-netinst.iso
File exists, will only re-download if a newer one is available...
bcb3b39c36e70708d9eed8235c320db0  /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/debian-testing-amd64-netinst.iso
Debug log available at runtime at https://jenkins.debian.net/view/lvc/job/lvc_debian-testing-daily/ws/results/debug.log
Virtual X framebuffer started on display :0
VNC server running on: localhost:5900
[info] Sikuli vision engine loaded.
@product
Feature: Doing variations on d-i installs
  As a normal user
  I should be able to install Debian

  @both-ui
  Scenario Outline: Install Debian, and boot to a login prompt        # /srv/jenkins/cucumber/features/install.feature:7
    Given I install a <target_ui> Debian system, in <install_ui> mode # /srv/jenkins/cucumber/features/step_definitions/snapshots.rb:115
    When I start the computer                                         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:204
    Then I should see a <login> Login prompt                          # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:680

    Examples: 
      | install_ui | target_ui | login |
      | gui        | minimal   | VT    |
      | text       | non-GUI   | VT    |

  @bugtest
  Scenario: Preseed using hands.com with checksum                        # /srv/jenkins/cucumber/features/install.feature:92
    Given a disk is created for Debian Installer tests                   # /srv/jenkins/cucumber/features/step_definitions/snapshots.rb:115
    And I intend to use gui mode                                         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:127
    And I intend to boot with options: wibble.foo=bar fsck.bar=baz       # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:200
    And I start the computer                                             # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:204
    And I select the install mode                                        # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:287
    And I select British English                                         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:319
    And running "grep wibble /proc/cmdline" succeeds                     # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:215
    And running "cat /var/lib/register-module/wibble.params" succeeds    # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:215
    And I accept the hostname, using "example.com" as the domain         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:331
    And I set the root password to "rootme"                              # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:339
    And I set the password for "Philip Hands" to be "verysecret"         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:359
    And I select full-disk, single-filesystem partitioning               # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:379
    And I note that the Base system is being installed                   # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:399
    And I accept the default mirror                                      # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:416
    And I ignore Popcon                                                  # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:448
      Failed to access the mirror (perhaps a duff proxy?) (RuntimeError)
      /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:458:in `/^I ignore Popcon$/'
      /srv/jenkins/cucumber/features/install.feature:107:in `And I ignore Popcon'
    And we reach the Tasksel prompt                                      # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:465
    And I select the LXDE task                                           # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:570
    And running "grep wibble /target/etc/modprobe.d/local.conf" succeeds # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:215
    And running "grep fsck /target/etc/modprobe.d/local.conf" fails      # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:215
    And I wait while the bulk of the packages are installed              # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:603
    And I install GRUB                                                   # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:650
    And I see the "InstallComplete" screen, after at most 240 seconds    # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:883
    And running "grep wibble /target/boot/grub/grub.cfg" succeeds        # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:215
    And I allow reboot after the install is complete                     # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:671
    And I wait for the reboot                                            # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:676
    And I power off the computer                                         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:272
    And the computer is set to boot from ide drive                       # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:155
    When I start the computer                                            # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:204
    Then I should see a LXDE Login prompt                                # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:680
      Scenario failed at time 00:45:22
      
      Screenshot: /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results/00:45:22_Preseed_using_hands.com_with_checksum.png
      
      Video: /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results/00:45:22_Preseed_using_hands.com_with_checksum.mpg

Artifacts directory: /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results

Failing Scenarios:
cucumber /srv/jenkins/cucumber/features/install.feature:92 # Scenario: Preseed using hands.com with checksum

3 scenarios (1 failed, 2 passed)
35 steps (1 failed, 14 skipped, 20 passed)
45m19.993s
Domain snapshot boot-d-i-gui-to-tasksel deleted

Domain snapshot boot-d-i-text-to-tasksel deleted

Domain snapshot debian-gui-minimal-install deleted

Domain snapshot debian-text-non-GUI-install deleted

Domain snapshot disk-for-d-i deleted

Thu Mar 23 10:22:41 UTC 2017 - /srv/jenkins/bin/lvc.sh stopped running as /tmp/jenkins-script-HVGJWphg, which will now be removed.

SSH EXIT CODE: 1
Thu 23 Mar 10:22:41 UTC 2017 - retrieving artifacts.
+ mkdir -p <https://jenkins.debian.net/job/lvc_debian-testing-daily/ws/results>
+ rsync -r --delete -v -e 'ssh -o '\''Batchmode = yes'\'' -p 22' profitbricks-build10-amd64.debian.net:/var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results/ <https://jenkins.debian.net/job/lvc_debian-testing-daily/ws/results/>
receiving incremental file list
deleting 00:47:47_Preseed_using_hands.com_with_checksum.png
deleting 00:47:47_Preseed_using_hands.com_with_checksum.mpg
00:45:22_Preseed_using_hands.com_with_checksum.mpg
00:45:22_Preseed_using_hands.com_with_checksum.png
__gui___minimal___VT__.mpg
__text___non-GUI___VT__.mpg
debug.log

sent 22,517 bytes  received 8,982,326 bytes  6,003,228.67 bytes/sec
total size is 9,010,090  speedup is 1.00
+ ssh -o 'BatchMode = yes' -p 22 profitbricks-build10-amd64.debian.net 'rm -r /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results'
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list