New issue
Advanced search Search tips

Issue 867328 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

video_ChromeHWDecodeUsed failed on daisy: possible tpm failures

Project Member Reported by jcliang@chromium.org, Jul 25

Issue description

video_ChromeHWDecodeUsed failed on daisy because the autotest failed to navigate through the login screen. There seems to be some TPM errors in the kernel logs, which might be related:

[    3.637936] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    3.701447] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    3.715885] frecon(272): drmModeDirtyFB failed: Permission denied
[    3.718852] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    3.760899] tpm_i2c_infineon 3-0020: command 0x65 (size 18) returned code 0x0
[    3.781146] init: daisydog main process (687) terminated with status 1
[    3.781205] init: daisydog main process ended, respawning
[    3.799498] frecon(272): drmModeDirtyFB failed: Permission denied
[    3.868836] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    3.881797] frecon(272): drmModeDirtyFB failed: Permission denied
[    4.094532] tpm_i2c_infineon 3-0020: command 0x65 (size 18) returned code 0x0
[    4.132166] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    4.170569] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    4.217449] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    4.255842] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    4.302263] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    4.368749] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    4.407297] tpm_i2c_infineon 3-0020: command 0x65 (size 22) returned code 0x0
[    4.446001] tpm_i2c_infineon 3-0020: command 0x65 (size 18) returned code 0x0

...

[  466.655617] tpm_i2c_infineon 3-0020: command 0x65 (size 42) returned code 0x0
[  467.686031] tpm_i2c_infineon 3-0020: command 0x41 (size 618) returned code 0x0
[  467.737191] tpm_i2c_infineon 3-0020: command 0xba (size 18) returned code 0x22
[  467.777378] tpm_i2c_infineon 3-0020: command 0x65 (size 18) returned code 0x0
[  468.034711] EXT4-fs (dm-0): re-mounted. Opts: (null)
[  468.098722] init: powerd main process (988) killed by TERM signal
[  468.099232] init: crash-sender main process (1379) killed by TERM signal
[  468.099691] init: log-rotate main process (1394) killed by TERM signal
[  468.123702] init: cras main process (1431) terminated with status 143
[  468.125195] init: thermal main process (1666) killed by TERM signal
[  468.125630] init: anomaly-collector main process (1700) killed by TERM signal
[  468.126080] init: cros-machine-id-regen-periodic main process (1713) killed by TERM signal
[  468.126873] init: netfilter-queue main process (1788) killed by TERM signal
[  468.173111] init: cryptohomed-client main process (6205) terminated with status 1
[  468.177179] init: cryptohomed main process (1078) killed by TERM signal
[  468.180143] tpm_i2c_infineon 3-0020: command 0x1e (size 274) returned code 0x0
[  468.232826] tpm_i2c_infineon 3-0020: command 0xba (size 18) returned code 0x0
[  468.235195] init: chapsd main process (971) killed by PIPE signal
[  468.277276] tpm_i2c_infineon 3-0020: command 0xba (size 18) returned code 0xc
[  468.292776] init: recover_duts main process (3249) killed by TERM signal
[  468.326890] tpm_i2c_infineon 3-0020: command 0xba (size 18) returned code 0x0
[  468.382781] tpm_i2c_infineon 3-0020: command 0xba (size 18) returned code 0x0
[  468.482189] tpm_i2c_infineon 3-0020: command 0x98 (size 10) returned code 0x0
[  470.097681] Unsafe core_pattern used with suid_dumpable=2. Pipe handler or fully qualified core dump path required.
[  472.387215] tpm_i2c_infineon 3-0020: command 0x98 (size 10) returned code 0x0

https://stainless.corp.google.com/browse/chromeos-autotest-results/220253273-chromeos-test/chromeos2-row4-rack7-host7/


 
Status: Assigned (was: Available)
Project Member

Comment 2 by bugdroid1@chromium.org, Aug 7

The following revision refers to this bug:
  https://chromium.googlesource.com/catapult/+/ada05b3a7a57e5bfee9fd79a2d54b96f63b0804a

commit ada05b3a7a57e5bfee9fd79a2d54b96f63b0804a
Author: Dean Liao <deanliao@chromium.org>
Date: Tue Aug 07 17:50:23 2018

Update FindBrowser() doc-string and its browser chosen code.

browser_finder.FindBrowser() used to return None if no browser is
found. However it is inconsistent with its document. Given the fact
that many users of FindBrowser() already handle None instead of
BrowserFinderException, it is easier to fix document instead.

Also, rewrite browser picker code to make it more readable.

BUG=chromium:867328

Change-Id: Ie030a4fa1999a7caf2fbb06b5dc51db45ab79b82
Reviewed-on: https://chromium-review.googlesource.com/1157740
Commit-Queue: Shuo-Peng Liao <deanliao@google.com>
Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>

[modify] https://crrev.com/ada05b3a7a57e5bfee9fd79a2d54b96f63b0804a/telemetry/telemetry/internal/browser/browser_finder.py

Project Member

Comment 3 by bugdroid1@chromium.org, Aug 7

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/174bcd168edab2c7087d197be4deee4f6f677640

commit 174bcd168edab2c7087d197be4deee4f6f677640
Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Date: Tue Aug 07 22:47:24 2018

Roll src/third_party/catapult 3cb00fbd5681..ada05b3a7a57 (5 commits)

https://chromium.googlesource.com/catapult.git/+log/3cb00fbd5681..ada05b3a7a57


git log 3cb00fbd5681..ada05b3a7a57 --date=short --no-merges --format='%ad %ae %s'
2018-08-07 deanliao@chromium.org Update FindBrowser() doc-string and its browser chosen code.
2018-08-07 perezju@chromium.org [Telemetry] Allow to run if either root or su is available
2018-08-07 perezju@chromium.org [telemetry] Explicitly KillAll as_root in android platform
2018-08-07 digit@google.com Remove pyling warnings.
2018-08-07 nednguyen@google.com Add Win_7 and Win_10 expectation


Created with:
  gclient setdep -r src/third_party/catapult@ada05b3a7a57

The AutoRoll server is located here: https://catapult-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel

BUG=chromium:867328,chromium:871748,chromium:871748, chromium:868306 
TBR=sullivan@chromium.org

Change-Id: Ic75ef799a28f1a3577c79cd83218a7d7ddc77a9e
Reviewed-on: https://chromium-review.googlesource.com/1165423
Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#581379}
[modify] https://crrev.com/174bcd168edab2c7087d197be4deee4f6f677640/DEPS

Status: Started (was: Assigned)
A commit that improves error message is pending +2: https://crrev.com/c/1165722
Labels: -Pri-2 Pri-3

Sign in to add a comment