[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2021-07-22 Thread lilideng
generic/430 still hung on ubuntu 18.04 on azure, kernel version is
5.4.0-1055-azure, file system type is xfs.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New
Status in linux source package in Bionic:
  New
Status in xfsprogs source package in Bionic:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2020-05-13 Thread Po-Hsu Lin
Passed with Focal 5.4 (5.4.0-31.35), with just 1 second to run:
generic/430  1s

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New
Status in linux source package in Bionic:
  New
Status in xfsprogs source package in Bionic:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2020-02-12 Thread Sean Feole
** Tags added: sru-20200127

** Tags added: 4.15 5.0

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New
Status in linux source package in Bionic:
  New
Status in xfsprogs source package in Bionic:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2019-10-16 Thread Po-Hsu Lin
** Tags added: ubuntu-xfstests-btrfs ubuntu-xfstests-ext4 ubuntu-
xfstests-xfs

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New
Status in linux source package in Bionic:
  New
Status in xfsprogs source package in Bionic:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2019-10-01 Thread Po-Hsu Lin
BTW this hang can be found on Bionic 5.0 kernel, on ext4 / btrfs / xfs.
So it might has something to do with the userspace tools as well.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New
Status in linux source package in Bionic:
  New
Status in xfsprogs source package in Bionic:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2019-10-01 Thread Po-Hsu Lin
This issue does not exist in D AMD64
generic/430  2s

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New
Status in linux source package in Bionic:
  New
Status in xfsprogs source package in Bionic:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2019-09-20 Thread Po-Hsu Lin
** Also affects: xfsprogs (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New
Status in linux source package in Bionic:
  New
Status in xfsprogs source package in Bionic:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2019-09-16 Thread Po-Hsu Lin
** Tags added: xfstests

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2018-09-13 Thread Po-Hsu Lin
Old bug but still reproducible.
http://10.246.72.4/test-results/4.15.0-34.37-generic/michael__4.15.0-34.37__2018-08-28_21-18-00/xfstests/results/xfstests.ext4/debug/xfstests.ext4.DEBUG.html

** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

** Changed in: ubuntu-kernel-tests
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2018-03-21 Thread Po-Hsu Lin
This issue has gone with xfsprogs 4.15.1

** Also affects: xfsprogs (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in linux package in Ubuntu:
  Triaged
Status in xfsprogs package in Ubuntu:
  New

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2018-03-15 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in linux package in Ubuntu:
  Triaged

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1755999/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2018-03-15 Thread Po-Hsu Lin
Mainline kernel bisect shows that this stuck occurs between 4.9.87 and
4.10rc1

With 4.9.87 this test failed to copy the file, but it won't get stuck.

# export TEST_DIR=/home/ubuntu/test ;export TEST_DEV=/dev/sdb1 ; ./check 
generic/430
FSTYP -- btrfs
PLATFORM  -- Linux/x86_64 M3800 4.9.87-040987-generic

generic/430  - output mismatch (see 
/home/ubuntu/autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev/results//generic/430.out.bad)
--- tests/generic/430.out   2018-03-15 12:26:40.285762490 +0800
+++ 
/home/ubuntu/autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev/results//generic/430.out.bad
2018-03-15 19:13:36.691401239 +0800
@@ -4,22 +4,27 @@
 e11fbace556cba26bf0076e74cab90a3  TEST_DIR/test-430/file
 e11fbace556cba26bf0076e74cab90a3  TEST_DIR/test-430/copy
 Copy beginning of original file
+cmp: EOF on /home/ubuntu/test/test-430/beginning which is empty
 md5sums after copying beginning:
 e11fbace556cba26bf0076e74cab90a3  TEST_DIR/test-430/file
-cabe45dcc9ae5b66ba86600cca6b8ba8  TEST_DIR/test-430/beginning
...
(Run 'diff -u tests/generic/430.out 
/home/ubuntu/autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev/results//generic/430.out.bad'
  to see the entire diff)
Ran: generic/430
Failures: generic/430
Failed 1 of 1 tests

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/

  (The test suite can be built manually, but it's easier to do this with
  autotest framework)

  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430

  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about 

[Kernel-packages] [Bug 1755999] Re: Reproducible hang in generic/430 with xfstest from upstream

2018-03-15 Thread Po-Hsu Lin
** Summary changed:

- Reproducible hang in ext4 generic/430 with xfstest from upstream
+ Reproducible hang in generic/430 with xfstest from upstream

** Description changed:

  While testing the latest xfstest from upstream, the generic/430 test
- will hang with ext4 test.
+ will hang, no matter using ext4/xfs/btrfs.
  
  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"
  
  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond
  
  But the command will never return.
  
  The file size of test-430/file is 5000, so a copy_range call with source
  offset 4000 with length 1000 works, but > 1000 does not.
  
  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose autotest/client/tests/
  
  (The test suite can be built manually, but it's easier to do this with
  autotest framework)
  
  To run this test solely after the test partition has been creation on 
/dev/sdb:
  mkdir /home/ubuntu/test
  cd autotest/client/tmp/xfstests/src/xfstests-bld/xfstests-dev
  sudo su
  export TEST_DIR=/home/ubuntu/test
  export TEST_DEV=/dev/sdb1
  ./check generic/430
  
  Tested with the latest mainline kernel, 4.16.0-041600rc5-generic, and
  the bug still exist.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-10-generic 4.15.0-10.11 [modified: 
boot/vmlinuz-4.15.0-10-generic]
  ProcVersionSignature: User Name 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1148 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1148 F pulseaudio
  Date: Thu Mar 15 14:24:46 2018
  InstallationDate: Installed on 2018-03-15 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180228)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=d1980d27-9063-4d92-aa10-1fb240453d8d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-10-generic N/A
   linux-backports-modules-4.15.0-10-generic  N/A
   linux-firmware 1.172
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/14/2014:svnDellInc.:pnDellPrecisionM3800:pvrA07:rvnDellInc.:rnDellPrecisionM3800:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1755999

Title:
  Reproducible hang in generic/430 with xfstest from upstream

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  While testing the latest xfstest from upstream, the generic/430 test
  will hang, no matter using ext4/xfs/btrfs.

  It looks like this issue was caused by the following command to copy beyond 
the file:
  /usr/sbin/xfs_io -i -f -c "copy_range -s 4000 -l 2000 
/home/ubuntu/test/test-430/file" "/home/ubuntu/test/test-430/beyond"

  The copied file will have a correct MD5 as expected.
  e68d4a150c4e42f4f9ea3ffe4c9cf4ed  beyond

  But the command will never return.

  The file size of test-430/file is 5000, so a copy_range call with
  source offset 4000 with length 1000 works, but > 1000 does not.

  Steps:
   1. Deploy a node with Bionic (should have a /dev/sdb available for the test)
   2. Run:
  sudo apt-get install git python-minimal -y
  git clone --depth=1 
https://github.com/Cypresslin/autotest-client-tests.git -b 
kteam-xfstest-upstream
  git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
  rm -fr autotest/client/tests
  ln -sf ~/autotest-client-tests autotest/client/tests
   3. Run the test with the following command:
  AUTOTEST_PATH=/home/ubuntu/autotest sudo -E